52635/how-to-save-rdd-in-apache-spark
Hey,
There are few methods provided by the spark to save RDD as follows:
Save it to a text file: line.saveAsTextFile("alicia.txt") Print contains ...READ MORE
You can save the RDD using saveAsObjectFile and saveAsTextFile method. ...READ MORE
SqlContext has a number of createDataFrame methods ...READ MORE
There are two popular ways using which ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hey, You can try this code to get ...READ MORE
Hey, You can follow this below solution for ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.