Member since
10-07-2016
3
Posts
1
Kudos Received
0
Solutions
10-07-2016
07:06 PM
1 Kudo
I am creating a dataframe in spark by loading tab separated files from s3. I need to get the input file name information of each record in the dataframe for further processing. I tried dataframe.select(inputFileName())
But I am getting null value for input_file_name.
... View more
Labels:
- Labels:
-
Apache Spark