Login
Remember
Register
Ask a Question
What are the Hadoop shell commands can use for copy operation?
+1
vote
asked
Oct 29, 2022
in
Hadoop
by
SakshiSharma
What are the Hadoop shell commands can use for copy operation?
hadoop-shell
shell-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 29, 2022
by
SakshiSharma
The copy operation command are:
fs –copyToLocal
fs –put
fs –copyFromLocal.
...