Define actions in spark.
Answer / Neeraj Mishra
Actions are operations in Apache Spark that return a physical plan which gets executed on the cluster to produce results. Common examples of actions include count(), first(), reduce(), and collect(). Actions trigger data to be computed and returned to the driver program, making them blocking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain accumulators in apache spark.
If there is certain data that we want to use again and again in different transformations, what should improve the performance?
Does spark sql use hive?
How do I change hive execution engine to spark?
What is spark and what is its purpose?
What is the use of flatmap in spark?
What is sc textfile?
How can I improve my spark performance?
Name various types of Cluster Managers in Spark.
What is the role of Driver program in Spark Application?
What is spark driver application?
What are the features of RDD, that makes RDD an important abstraction of Spark?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)