Google News
logo
Hadoop - Interview Questions
Write the command used to copy data from the local system onto HDFS?
The command used for copying data from the Local system to HDFS is : hadoop fs –copyFromLocal [source][destination]
Advertisement