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
Hello,
I'm using 5.0.1
i'm trying to import data into hbase using sqoop.
i launch my sqoop line-command:
sudo -u hdfs sqoop 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 --appen