Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: CDH3u2
-
Fix Version/s: None
-
Component/s: Sqoop
-
Labels:None
Description
HBase installation warning occurs if I use Sqoop to import data from RDBMS to HDFS without HBase.
$ sqoop import --connect jdbc:mysql://localhost/hadoopguide --table widgets -m 1 --hive-import Warning: /usr/lib/hbase does not exist! HBase imports will fail. Please set $HBASE_HOME to the root of your HBase installation.
I'm a little confused about it.
If I use sqoop to import data from RDBMS to HDFS, I think there is no need for HBase installation.
So, I think HBase installation warning is not necessary.