Hello,
i'm using cdh 5.0.1
i'm trying to import data into hbase using sqoop.
i launch my sqoopaction in oozie
import --connect jdbc:mysql://10.0.0.221/db --username XXX --password XXX
--table test -m 1 --target-dir /user/import  --incremental lastmodified
--check-column date --append --hbase-table forHive --column-family infos

During the log, i have this error:
ERROR org.apache.sqoop.tool.ImportTool  - Error during import: HBase jars
are not present in classpath, cannot import to HBase!

i have tryed a lot of jar in oozie workflow lib. i found jar in
/opt/cloudera/parcels/CDH/lib/hbase

there are other jar must i import?

and is possible use builk-load HBase with sqoop for massive import?

thanks

Reply via email to