How to identify that given operation is transformation/action in your program?
Answer / Atish Kumar Paswan
"In Apache Spark, transformations create a new DataFrame or RDD and return a new Action object. Transformations are lazy by default, meaning they only execute when an action is triggered. Actions, on the other hand, perform an operation that generates a physical result, such as saving data to a file or counting the number of records in a DataFrame."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is Spark RDD immutable?
How apache spark works?
Why is transformation lazy operation in Apache Spark RDD? How is it useful?
How do we represent data in Spark?
Is spark better than hadoop?
What is faster than apache spark?
Explain accumulators in apache spark.
What is executor and driver in spark?
What are common uses of Apache Spark?
Do you need to install spark on all nodes of yarn cluster?
Why does spark skip stages?
What is spark lineage?
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)