Member since
01-05-2018
24
Posts
0
Kudos Received
0
Solutions
10-22-2019
09:06 AM
If you do an insert overwrite select, the result will not have a header even if you set the header to true. E.g INSERT OVERWRITE DIRECTORY '${HDFSLocation}' row format delimited FIELDS TERMINATED BY '|' null defined as '' select col1,col2,col2 from data_base.table; the final file or file created will not have headers.
... View more
01-07-2018
08:36 AM
thank you. I was following this procedure however there was an error in my csv file. For some reason I needed to resave it again as csv.
... View more
01-07-2018
08:34 AM
I was looking at the wrong directory. This appears to have resolved the issue. Thank you.
... View more
01-07-2018
12:01 AM
@ Jay Kumar SenSharma thank you for letting me know, as I am new to the community. I will mark this as answered and open another question.
... View more
01-15-2018
09:17 PM
@Matt, Hope you were successful in copying your files to HDFS. For any other "Getting Started Questions" you might have please check out the Learning the Ropes Hortonworks Tutorial.
... View more