How to identify that the given operation is transformation or action?
Answer / Rahul Vardhan
{"In Apache Spark, operations can be categorized as transformations (lazy) or actions (eager). Transformations create new DataFrames or RDDs but do not execute them immediately. Instead, they are collected and executed when an action is called. Examples of transformations include map(), filter(), and groupBy(). Actions, on the other hand, trigger the execution of transformations and return a value to the driver program. Examples of actions include count(), first(), and collect()."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe Accumulator in detail in Apache Spark?
Define paired RDD in Apache Spark?
Can you explain about the cluster manager of apache spark?
What are spark jobs?
Why is rdd immutable?
On what all basis can you differentiate rdd, dataframe, and dataset?
What is Spark?
How can you store the data in spark?
What are spark stages?
What is Directed Acyclic Graph in Apache Spark?
What does MLlib do?
What is the spark driver?
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)