What are the types of Transformation in Spark RDD Operations?
Answer / Sureena Yadav
There are two main types of transformations in Apache Spark RDD operations: Transformations that create a new dataset without affecting the original data (e.g., map, filter, flatMap) and Actions that return a value to the driver program after computing on the data (e.g., count, collect, saveAsTextFile).
| Is This Answer Correct ? | 0 Yes | 0 No |
Define RDD?
How do I change hive execution engine to spark?
What is an "Accumulator"?
Explain about the major libraries that constitute the Spark Ecosystem?
What are the common transformations in apache spark?
How do I check my spark status?
Is it necessary to learn hadoop for spark?
Is it necessary to start Hadoop to run any Apache Spark Application ?
What is mlib in apache spark?
What is a reliable and unreliable receiver in Spark?
What is difference between hive and spark?
What exactly is 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)