You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Mohit Anchlia <mo...@gmail.com> on 2017/10/16 17:19:02 UTC

Spark directory partition name

When spark writes the partition it writes in the format as:

<partition key name1>=<keyvalue/<partition key name 2>/key value>

Is there a way to have spark write only by keyvalue?