Re: HBase Bulk Import Exception

2011-12-05 Thread Harsh J
Hey Shawn, Run it as: HADOOP_CLASSPATH=`hbase classpath` hadoop jar (…) The guava supplied class is required on the frontend code as well, which is what it fails to find and hence crashes out with a no-class-def. Doing the above should solve it for you. On 03-Dec-2011, at 5:58 AM, Shawn O'Rou

HBase Bulk Import Exception

2011-12-05 Thread Shawn O'Rourke
Hello, I am trying to do a bulk import of some data into a table (named TRANS) with the following syntax: hadoop jar /usr/lib/hbase/hbase-0.90.1-CDH3B4.jar importtsv -libjars /usr/lib/hbase/lib/guava-r06.jar '-Dimporttsv.separator=,' -Dimporttsv.columns=CF1:TBC2,CF1:TBC1,HBASE_ROW_KEY TRANS /