Given a file named readme.txt, which command will copy the readme.txt file to the <user> directory on the HDFS?

Given a file named readme.txt, which command will copy the readme.txt file to the <user> directory on the HDFS?
A . hadoop fs Ccp readme.txt hdfs://test.ibm.com:9000/<user>
B . hadoop fs Ccp hdfs://test.ibm.com:9000/<user> readme.txt
C . hadoop fs Cput readme.txt hdfs://test.ibm.com:9000/<user>
D . hadoop fs Cput hdfs://test.ibm.com:9000/<user> readme.text

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments