Changes between Version 2 and Version 3 of jazz/10-02-22
- Timestamp:
- Feb 22, 2010, 1:44:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/10-02-22
v2 v3 16 16 # End of file 17 17 }}} 18 19 == Hadoop : Security == 20 21 * 最近在研究 hadoop4win 跟 windows 版 Eclipse 怎麼連結 hadoop platform 時注意到目前 HDFS 的安全性其實並不如預期的佳,僅依靠著登入帳號在判斷是否有權限。大概想過幾種可以取得他人資料的方法,這或許是雲端安全(Cloud Security)的一個議題。 22 * [http://issues.apache.org/jira/browse/HADOOP-1701 HADOOP-1701], [http://issues.apache.org/jira/browse/HADOOP-1741 HADOOP-1741] 23 * http://old.nabble.com/HDFS-Login-Security-to20329559.html#a20329559 - 看起來未來應該是會加入 Kerberos 的支援...