集群 & 服务器操作常用命令

集群 & 服务器操作常用命令:
1、跨服务器操作:

两台机器IP分别为:A.104.238.161.75 \quad B.43.224.34.73
在A服务器上操作,将B服务器上/home/lk/目录下所有的文件全部复制到本地的/root目录下,命令为:

scp -r root@43.224.34.73:/home/lk /root

在A服务器上将/root/lk目录下所有的文件传输到B的/home/lk/cpfile目录下,命令为:

scp -r /root/lk root@43.224.34.73:/home/lk/cpfile
2、操作集群文件:
hadoop fs -ls /user/hadoop/warehouse
hdfs dfs -ls /user/hadoop/warehouse
3、spark-shell启动参数:
spark-shell --queue queue_6666 --num-executors 2 --executor-cores 2 
            --executor-memory 2g driver-memory 2g
4、查询进程:
ps -aux | grep -v grep | grep 12345
5、记录日志文件(标准输出 + 错误输出)
hadoop fs -ls /apps/hadoop/logs 2>&1 | tee testlog.log 
./bin/logs_etl_byday.sh 20180901 20180911 2>&1 | tee ./log/logs_etl_byday_20180911.log
6、beeline登录
beeline -nUserName -pPassWord -u"jdbc:hive2://20.0.1.99:60010/default"
7、spark运行jar包:
spark-submit --master yarn --queue queue_6666 --driver-memory 2g 
             --executor-memory 10g --executor-cores 4 --num-executors 10 
             --class com.aa.data.user_maven_data_66.jar
8、后台运行:
nohup ./table.sh /home/ETL/Employee create_employee.jar > ./log/run_employee.log 2>&1 &
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值