Reputation: 1004
I am facing a lot of issue while storing file in hdfs. File stored in HDFS is having binary values and timestamp. I am trying to remove it but not able to do it. Please help
Result :
000000: 46 48 50 7c b3 7e 5c 26 7c 4c 33 1d 43 7c MHS|1^&@|fff 000010:
Expected :
MHS|1^&@|fff 000010
Code :
hadoop fs -put localpath hdfspath
Upvotes: 1
Views: 71
Reputation: 864
Under Apache Hue web interface, open the content of your file then you find the option to display the content in text format in the left menu bar
Upvotes: 1