Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 11:17
Show Gist options
  • Select an option

  • Save vithalsamp/2d9b910bd4c88d914dce5ce93a8bc80a to your computer and use it in GitHub Desktop.

Select an option

Save vithalsamp/2d9b910bd4c88d914dce5ce93a8bc80a to your computer and use it in GitHub Desktop.
hduser@vithal-Inspiron-3558:~$ hdfs dfs -cat /data/stud_dtls/stud_detls.csv
101,100,AAA
102,101,BBB
103,102,CCC
104,100,DDD
105,102,EEE
106,103,FFF
hduser@vithal-Inspiron-3558:~$
hduser@vithal-Inspiron-3558:~$ hdfs dfs -cat /data/stud_dtls/stud_detls.csv | nzload -host 192.168.0.100 -u admin -pw password -db training -t stud_dtls -delim ','
Load session of table 'STUD_DTLS' completed successfully
hduser@vithal-Inspiron-3558:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment