Changes between Version 1 and Version 2 of jazz/09-08-10


Ignore:
Timestamp:
Aug 11, 2009, 1:32:15 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-08-10

    v1 v2  
    44
    55 * [http://www.cascading.org/ Cascading] - a feature rich API for defining and executing complex, scale-free, and fault tolerant data processing workflows on a Hadoop cluster.
     6
     7 * [http://developer.yahoo.net/blogs/hadoop/2009/07/news_flash_hadoop_development.html News Flash: Hadoop Development Going Strong @ Yahoo!] - 雅虎與微軟的聯盟,難免讓 Hadoop 擁護者擔心小飛象的未來,所以 Hadoop 開發者出來信心喊話了 *^_^*
     8
     9 * [http://www.cloudera.com/blog/2009/07/17/file-appends-in-hdfs/ File Appends in HDFS] - Tom White 寫的簡介,說明 HDFS 上的檔案擴增(Append)
     10{{{
     11#!sh
     12
     13## 早期的 HDFS 不支援 Append,檔案只有當 close 時才寫入。
     14
     15Early versions of HDFS had no support for an append operation.
     16Once a file was closed, it was immutable and could only be changed by writing a new copy with a different filename.
     17A file didn’t exist until it had been successfully closed (by calling FSDataOutputStream’s close() method).
     18
     19## 0.19.0 版有支援 HDFS Append File
     20
     21in July 2008, the append operation was committed in time for the 0.19.0 release of Hadoop Core.
     22
     23## 0.19.1 版預設關閉 HDFS Append File, 0.20.0 將 dfs.support.append 預設為不支援
     24
     25append support was disabled in the 0.19.1 release of Hadoop Core,
     26and in the first release of the 0.20 branch 0.20.0.
     27Configuration parameter dfs.support.append, which is false by default
     28}}}
     29
     30== Cloud Computing ==
     31
     32 * [http://sourceforge.net/projects/s3mockup/ S3 Mockup] - an Amazon S3 emulator
     33
     34== File System ==
     35
     36 * [http://insidehpc.com/2009/08/10/activity-in-linux-file-systems-btrfs-and-ext4/ Activity in Linux file systems, BTRFS and ext4] - Oracle 要這麼多種檔案系統幹麻?!
     37{{{
     38BTRFS was originally developed by Oracle
     39Oracle is acquiring Sun and Lustre?
     40}}}
    641
    742== HPC ==
     
    2156微軟用以進攻Google網路天下的武器Bing,以及Google用來攻擊PC作業系統Chrome或Android
    2257}}}
     58
     59== 職場技能 ==
     60
     61 * [http://www.cheers.com.tw/doc/print.jspx?id=40288aed22c538f70122cac192d5224c 100,000元自己當頭家] - 六種我做過三種 :)
     62 *