Kareem,
Have you built Hadoop from its sources by using Ant or have you
downloaded the (precompiled) distribution?
Only in the first case you actually have both
${HADOOP_HOME}/build/classes and
${HADOOP_HOME}/build/contrib/hbase/classes.
And in this case, are you sure that the HADOOP_HOME v
Are there any instructions for setting the classpath to correctly
compile your own simple hbase example program?
All I've written so far is a main class that loads up an hbase conf as
shown: HBaseConfiguration conf = new HBaseConfiguration();
When I try to compile with javac:
HBaseHelloWorld.java