Changes between Version 1 and Version 2 of Hinet130923/Lab3


Ignore:
Timestamp:
Sep 22, 2013, 11:59:17 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hinet130923/Lab3

    v1 v2  
    3939### 取得 NameNode 的 java process id
    4040user@node1:~/hadoop_labs$ NN=$(jps | grep NameNode | awk '{ print $1 }')
    41 ## 查詢 NameNode 開了哪些 port
     41### 查詢 NameNode 開了哪些 port
    4242user@node1:~/hadoop_labs$ netstat -nap | grep $NN | grep ":" | nl
    4343}}}