51020/what-does-reduce-action-do-in-spark
Hey, Reduce action converts an RDD to a single value by applying recursively the provided (in argument) function on the elements of an RDD until only one value is left.
The full form of RDD is a ...READ MORE
RDD is a fundamental data structure of ...READ MORE
Here are the changes in new version ...READ MORE
By default a partition is created for ...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, It takes a function that operates on two ...READ MORE
Hi, Actions are RDD’s operation, that value returns ...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.