Reputation: 916
How do I install the package org.apache.hadoop and org.apache.hbase in my windows machine so that I can develop client(s) for connecting to an existing HBase cluster?
Upvotes: 1
Views: 3522
Reputation: 995
Download hadoop dump from http://hadoop.apache.org/releases.html#Download
Direct link to download 1.2 version - http://mirror.tcpdiag.net/apache/hadoop/common/stable/hadoop-1.2.1.tar.gz (you can also choose other mirrors and versions).Extract jars from various folders (lib, etc.,.) and add to eclipse build path.
Download hbase from http://www.apache.org/dyn/closer.cgi/hbase/
Direct link for 0.94 version- http://apache.mirrors.lucidnetworks.net/hbase/stable/hbase-0.94.12.tar.gz .Extract jars from various folders (lib, etc.,.) and add to eclipse build path.
Upvotes: 1