This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:115 [2013/09/03 20:00] hmeij |
cluster:115 [2013/09/10 19:04] (current) hmeij [Rhadoop] |
||
---|---|---|---|
Line 2: | Line 2: | ||
**[[cluster: | **[[cluster: | ||
- | ===== Use Hadoop | + | ===== Use Hadoop Cluster ===== |
[[cluster: | [[cluster: | ||
Line 356: | Line 356: | ||
pkg-config --cflags thrift | pkg-config --cflags thrift | ||
cp -p / | cp -p / | ||
+ | |||
+ | HBASE_ROOT/ | ||
+ | lsof -i:9090 that is server, port 9095 is monitor | ||
+ | |||
</ | </ | ||
Configure for distributed environment: | Configure for distributed environment: | ||
+ | * used 3 zookeepers with quorum, see config example online | ||
+ | * start with rolling_restart, | ||
+ | * /hbase owened by root:root | ||
+ | * permissions reset on /hdfs, not sure why | ||
+ | * also use / | ||
+ | * some more notes below | ||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | |||
+ | install.packages(' | ||
+ | install.packages(" | ||
+ | install.packages(c(" | ||
+ | |||
+ | wget http:// | ||
+ | wget -O rmr-2.2.0.tar.gz http:// | ||
+ | wget -O rhdfs_1.0.5.tar.gz https:// | ||
+ | |||
+ | R CMD INSTALL Rcpp_0.9.8.tar.gz | ||
+ | R CMD INSTALL rmr-2.2.0.tar.gz | ||
+ | R CMD INSTALL rhdfs_1.0.5.tar.gz | ||
+ | R CMD INSTALL rhbase_1.2.0.tar.gz | ||
+ | |||
+ | yum install openssl098e openssl openssl-devel flex boost ruby ruby-libs ruby-devel php php-libs php-devel \ | ||
+ | automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel | ||
+ | |||
+ | b2 install --prefix=/ | ||
+ | |||
+ | thrift: ./configure --prefix=/ | ||
+ | make install | ||
+ | |||
+ | cp -p / | ||
+ | cd /usr/lib; ln -s libthrift-0.9.0.so libthrift.so | ||
+ | |||
+ | SKIP (nasty replaced with straight copy, could go to nodes) | ||
+ | http:// | ||
+ | 'o conf commit' | ||
+ | cpan> install Hadoop:: | ||
+ | |||
+ | whitetail only, unpack hbase, edit conf/ | ||
+ | also edit conf/ | ||
+ | copy / | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | The directory where the snapshot is stored. | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | </ | ||
Line 551: | Line 615: | ||
==== Perl Hadoop:: | ==== Perl Hadoop:: | ||
+ | |||
+ | * All nodes | ||
+ | |||
* [[http:// | * [[http:// |