摘要:
默认配置是将datanode,namenode,jobtracker,tasktracker,secondarynamenode的pid存放在/tmp目录下,随着linux的定期清理, 这些pid就不见了,当然就无法停止了, 怎么解决呢?在/tmp目录创建或者修改hadoop-hadoop用户名-d... 阅读全文
posted @ 2014-08-07 14:03
东苑草根
阅读(1461)
评论(0)
推荐(0)
摘要:
Ctrl + a - Jump to the start of the lineCtrl + b - Move back a charCtrl + c - Terminate the command //用的最多了吧?Ctrl + d - Delete from under the cursorC... 阅读全文
posted @ 2014-08-07 14:02
东苑草根
阅读(163)
评论(0)
推荐(0)
摘要:
#!/bin/bash./step1.sh & >中文i=$!./step2.sh & >西王j=$!wait#echo ${i}#echo ${j}echo "this is last step!"step1.sh会sleep三秒step2.sh直接输出$!是得到最后一个进程的idwait是等待线... 阅读全文
posted @ 2014-08-07 14:01
东苑草根
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号