Login
Remember
Register
Ask a Question
What are the two types of shared variable available in Apache Spark in Spark?
+1
vote
asked
Mar 8, 2020
in
Spark Sql
by
rahuljain1
What are the two types of shared variable available in Apache Spark in Spark?
#apache-spark-shared-variable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 8, 2020
by
SakshiSharma
Broadcast Variable and Accumulator.
...