Login
Remember
Register
Ask a Question
Give some example of Action in Spark?
0
votes
asked
Mar 7, 2020
in
Spark Sql
by
rahuljain1
Give some example of Action in Spark?
#spark-action-example
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 7, 2020
by
SakshiSharma
Count(),Collect() and reduce(func).
...