How is transformation on rdd different from action?
Answer / Mahendra Singh Kotwal
A transformation on an RDD in Apache Spark creates a new logical plan without executing the operations immediately. It returns a new RDD with the transformed data and does not trigger any physical data processing until an action is called. Examples of transformations include map(), filter(), join(). An action, on the other hand, triggers the execution of the entire logical plan and generates a physical result such as collect(), count(), saveAsTextFile(). Transformations allow users to chain multiple operations together without executing them immediately, while actions force the computation to be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you run spark without hadoop?
How you can remove the element with a critical present in any other Rdd is Apache spark?
What is a "Parquet" in Spark?
Is there any benefit of learning mapreduce if spark is better than mapreduce?
What is spark tool in big data?
What is meant by in-memory processing in Spark?
By Default, how many partitions are created in RDD in Apache Spark?
Explain the operations of Apache Spark RDD?
Is spark difficult to learn?
What is the difference between persist
How is hadoop different from spark?
What is spark rdd?
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)