Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the Hadoop shell commands can use for copy operation?
Home
Hadoop
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.
...