Hadoop Implementation based on git impelementation

Leave a comment

Installation guideline – http://book.git-scm.com/2_installing_git.html

  1. You’re missing SSL dependencies. Try to install “libssl-dev”.
  2. apt-get install libcurl4-openssl-dev
  3. git tclsh failed; using unoptimized loading => sudo apt-get install gettext

Follow the standard guideline to git configuration

Pregel – Parallel Processing Framework

Leave a comment

http://blogs.apache.org/hama/entry/hama_in_academic_paper

https://github.com/llv22/hama

http://incubator.apache.org/hama/ – Hama implemenetation

Hadoop-MapReduce Enhancement essays

Leave a comment

As time goes by,  performance requirement of Hadoop is increasing dynamically based on huge distributed system payload.

So intelligent guys tried as follow :

Apache’s Zookeeper -> Cluster availability checking-up and cluster status recovery, http://zookeeper.apache.org/