Changeset 103 for hadoop-register/etc/funs.php
- Timestamp:
- Jul 11, 2009, 3:34:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop-register/etc/funs.php
r98 r103 64 64 function get_hadoop_user_password_mailbody() 65 65 { 66 global $w_localhost; // 載入主機位址環境變數 66 global $w_localhost; // 載入主機位址環境變數 67 global $w_ssh_server; // 載入 ssh 主機位址 67 68 $str = ' 68 69 <br> … … 79 80 <br> 80 81 <br>請用<a href=\"http://www.csie.ntu.edu.tw/~piaip/pietty/\">SSH Client</a>登入使用。 81 <br>Ex. ssh $w_ localhost-l $this->hadoop_user82 <br>Ex. ssh $w_ssh_server -l $this->hadoop_user 82 83 "; 83 84 return $str;
Note: See TracChangeset
for help on using the changeset viewer.