Answers for "how copy data from local to hdfs"

0

how copy data from local to hdfs

$ hadoop fs -put /local-file-path /hdfs-file-path
or
$ hdfs dfs -put /local-file-path /hdfs-file-path
Posted by: Guest on March-01-2022

Code answers related to "how copy data from local to hdfs"

Browse Popular Code Answers by Language