摘要: 1.1 集群间数据拷贝 1.scp实现两个远程主机之间的文件复制 scp -r hello.txt root@hadoop103:/user/jenkin/hello.txt // 推 push scp -r root@hadoop103:/user/jenkin/hello.txt hello.t 阅读全文
posted @ 2021-01-21 16:50 Choice7 阅读(37) 评论(0) 推荐(0) 编辑