'hadoop'에 해당되는 글 3

  1. 2007/07/31 Scale-up versus Scale-out
  2. 2007/05/31 수상한 hadoop과 Hbase (1)
  3. 2007/05/13 IBM MapReduce Tools for Eclipse (2)
 

Scale-up versus Scale-out

hadoop | 2007/07/31 07:13 | Posted by gruter


comparing scaling-up (using bigger boxes) to scaling-out (using more boxes)

 scale-out solutions have an indisputable performance and price/performance advantage over scale-up for search workloads.

http://blog.lucene.com/2007/07/30/scale-up-versus-scale-out/

수상한 hadoop과 Hbase

hadoop | 2007/05/31 08:17 | Posted by gruter


매월 업그레이드되던 hadoop이 4.6일 이후로 거의 두달이 지나도록 업그레이드가 되지 않고 있다.
Hbase가 contributions으로 올라올 예정이란 얘기가 있었서 아마도 그것이 추가된후 재 배포되느라고 늦어지나 했다.
0.13버전으로 업그레이드 되겠지하고...

오늘 HBase에 드디어 hadoop contributions으로 올라갈 준비가되었다는 메세지가 보인다.
조만간 0.13버전이 나오면 이제 스토리지로 이 부분을 심각히 고려해봐야겠다.

참고 : http://wiki.apache.org/lucene-hadoop/Hbase

NEWS: (updated 2007/05/30)

  1. HBase is being updated frequently. The latest code can always be found in the [WWW] trunk of the Hadoop svn tree.

  2. HBase now has its own component in the [WWW] Hadoop Jira. Bug reports, contributions, etc. should be tagged with the component contrib/hbase.

  3. It is now possible to add or delete column families after a table exists. Before either of these operations the table being updated must be taken off-line (disabled).

  4. Data compression is available on a per-column family basis. The options are:

    • no compression

    • record level compression

    • block level compression

IBM MapReduce Tools for Eclipse

hadoop | 2007/05/13 10:45 | Posted by gruter


Hadoop기반의 Map&Reduce를 이클립스에서 사용하게 하는 플러그인이군요.
Hadoop이 갈수록 범용화 되고 편해지려나.

http://www.alphaworks.ibm.com/tech/mapreducetools