Should we be making a runnable hbase at $HADOOP_HOME/build/contrib/hbase
Dennis?
If you run the package target from $HADOOP_HOME/build.xml, under
$HADOOP_HOME/build it makes a hadoop-X.X.X directory. In its src, there
is a contrib/hbase with the lib, bin, etc. You can run hbase from here.
Let us know and we'll fix...
St.Ack
Dennis Kubes wrote:
I am just getting started with HBase. Thinking about using it for
future Nutch development. Have successfully build with ant scripts.
In the src I see conf and bin directories similar to Hadoop. But in
the build I don't see those. Is there a build that I can drop into a
directory that contains the conf, webapps, libs, etc. or do I need to
pull all of that together myself?
Dennis