HDFS 2.X新特性

1 集群间数据拷贝 1.scp实现两个远程主机之间的文件复制        scp -r hello.txt [email protected]:/user/atguigu/hello.txt           // 推 push        scp -r [email protected]:/user/atguigu/hello.txt  hello.txt           // 拉 p
相关文章
相关标签/搜索