我正在尝试运行Simple Hbase Java客户端程序。
我在下面将Jar文件添加到CLASSPATH
export classpath=$classpath:'/home/cloudera/workspace/examples/target/examples-0.0.1-SNAPSHOT.jar':.
当我做shell habse classpath
它没有将我的Jar文件显示给habse classpath
,因此我遇到了以下异常。可以随时帮忙
[cloudera@quickstart target]$ hbase com.hbase.importer.examples.HbaseStationImporter /user/hbase/data/ncdc/metadata/stations-fixed-width.txt
Error: Could not find or load main class com.hbase.importer.examples.HbaseStationImporter
[cloudera@quickstart target]$