Explain first() operation in Spark?
Answer Posted / Raghaw Kumar Jha
The first() operation in Apache Spark returns the first record (element) of an RDD or DataFrame.
Post New Answer View All Answers
What is meant by Transformation? Give some examples.
328
What is the latest version of spark?
288
List the advantage of Parquet file in Apache Spark?
474
Explain how RDDs work with Scala in Spark
355