Member since
03-21-2018
3
Posts
0
Kudos Received
0
Solutions
05-01-2018
10:23 PM
I'm not trying to read it, I just want to know the complete name of the part-file at runtime in Spark, once a reducer saves it.
... View more
05-01-2018
08:18 PM
Any suggestions?
... View more
05-01-2018
12:08 AM
When Spark uses Hadoop writer to write part-file (using saveAsTextFile()), "part-NNNNN" is the general format it saves the file in. How can I retrieve this suffix "NNNNN" in Spark at runtime? Ps. I do not want to list the files and then retrieve the suffix.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Spark