30999/hadoop-what-does-rdd-mean
RDD is the acronym for Resilient Distribution Datasets – a fault-tolerant collection of operational elements that run parallel. The partitioned data in RDD are immutable and distributed, which is a key component of Apache Spark.
Hope this helped
The new API makes extensive use of ...READ MORE
The total number of files in the ...READ MORE
I see that you are confused about ...READ MORE
The official definition of Apache Hadoop given ...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
Here's another link from Hadoop which may ...READ MORE
Apart from the similarity that they are ...READ MORE
OR
Already have an account? Sign in.