50780/why-partitions-are-immutable-in-spark
Can anyone explain why partition are immutable in spark?
Hi,
Every transformation generates a new partition. Partitions use HDFS API so that partition is immutable, distributed and fault tolerance. Partition also aware of data locality.
> In order to reduce the processing ...READ MORE
There are different methods to achieve optimization ...READ MORE
Yes, you can reorder the dataframe elements. You need ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Well, it depends on the block of ...READ MORE
Option c) Mapr Jobs that are submitted READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.