close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 3, 2013, 2:59:00 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 31 | 31 | ~/hadoop_labs# echo $NN |
| 32 | 32 | ### 查詢 NameNode 開了哪些 port |
| 33 | | ~/hadoop_labs# netstat -nap | grep $NN | grep ":" | nl |
| | 33 | ~/hadoop_labs# netstat -nap | grep $NN | grep ":" | grep LISTEN | nl |
| 34 | 34 | }}} |
| 35 | 35 | |
| … |
… |
|
| 46 | 46 | }}} |
| 47 | 47 | |
| 48 | | <問題 2> 當您下 netstat -nap | grep $NN | grep ":" | nl 指令之後, 觀察到 NameNode 開了幾個連線埠(Port)呢? |
| | 48 | <問題 2> 當您下 netstat -nap | grep $NN | grep ":" | grep LISTEN | nl 指令之後, 觀察到 NameNode 開了幾個連線埠(Port)呢? |
| 49 | 49 | {{{ |
| 50 | 50 | #!text |