1) I did export HADOOP_CLASSPATH=`hbase classpath` Still getting the error
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
org.apache.hadoop.hbase.mapreduce.TableOutputFormat not found
Do see hbase.jar in the classpath.
2) What is the best way to auto pull in dependency?
mvn clean compile package
doesn't seem to pull in hbase.jar.
