Loading
2014. 10. 16. 13:05 - Phil lee

Analysis Hadoop Source Code on Eclipse


Analysis Hadoop Source Code on Eclipse

- https://wiki.apache.org/hadoop/EclipseEnvironment

- http://atoz91.tistory.com/50

- http://ahnseungkyu.com/150


I will summarize this part to set up environment on Eclipse later after finishing the mid-term.

What is Maven?


Damn, it takes a lot of time to do it.

Still, the result is not that bad, though!

Now, you know what to do!


Tips) FYI, the reverse ordering command

Documents/hadoop-common $                                                                 // for eclipse

- mvn eclipse:eclipse -Ddownloadsources=true -DdownloadJavadoxs=true

- mvn install -DskipTests


Documents/hadoop-2.$

- mvn package -Pdist,native -DskipTests -Dtar

patch -p0 < HADOOP-10110.patch

wget https://issues.apache.org/jira/secure/attachment/12614482/HADOOP-10110.patch

hadoop-2.4.0-src/

- sudo apt-get update && sudo apt-get install build-essential maven openjdk-7-jdk cmake libssl-dev

wget http://apache.mirror.cdnetworks.com/hadoop/common/hadoop-2.4.0/hadoop-2.4.0-src.tar.gz

Tips) Processbuffer Google
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xvzf protobuf-2.5.0.tar.gz
cd protobuf-2.5.0/
./configure
- make
- sudo make install
- sudo ldconfig   (L)

Maven information)
http://mojosoeun.tistory.com/83

Tips) Git repository https://bitbucket.org



'Distributed System Information' 카테고리의 다른 글

Hadoop Components ! HBase, Pig, Hive, Avro  (0) 2014.10.19
YARN  (0) 2014.10.18
hbase zookeep ycsb  (0) 2014.10.09
20141006 Big Data Programming Assignment  (0) 2014.10.06
How to test NoSQL & HBase by YCSB  (0) 2014.09.28