= 2009-09-02 = * hadoop.nchc.org.tw 系統維護 * 近期仍常有 Kernel Panic 問題,懷疑主因是記憶體空間不足。 * [[Image(hadoop_kernel_panic.png,width=400)]] * [追蹤一] HADOOP_HEAPSIZE 曾改為 1500MB 現下修至 1024MB - 實體記憶體只有 2GB,系統本身就會吃掉 1.5GB,若再額外執行 Map/Reduce 程式,使用 HEAP 1.5GB 就高達 3GB。縱使 SWAP 開 2GB,或許還是無濟於事。 {{{ export HADOOP_HEAPSIZE=1024 }}} * [[Image(mem_usage_of_hadoop_cluster.png,width=400)]] * [追蹤二] 實際會使用記憶體的程序有:datanode, tasktracker, mapper, reducer,因此 mapper 個數與 reducer 個數也會受限於實際記憶體大小 * [[Image(hadoop_task_mem_usage.png,width=400)]] * 資安教育訓練 * [影片] [http://www.youtube.com/watch?v=ViniccKg2H8 可怕的彩虹橋(Bifrost in Action)] == jQuery == * [http://plugins.jquery.com/project/cascade cascade] - [http://blog.wu-boy.com/2008/12/19/637/ jQuery plugin cascade 多重下拉選單應用 by JSON] == JSON Database == * [http://code.google.com/p/trimpath/wiki/TrimQueryAPI TrimQuery API] * == Web Service == * [http://www.linux-mag.com/cache/7480/1.html Ten Things You Didn't Know Apache (2.2) Could Do] - 好多沒用過的新模組啊!! Apache 2.2 看樣子鐵定又更肥了 :( * == File System == * [http://www.linux-mag.com/cache/7497/1.html Metadata Performance of Four Linux File Systems] * 介紹 [https://computing.llnl.gov/?set=code&page=sio_downloads fdtree] 這套檔案系統的效能評比工具