Sqoop Related Errors and Fixes
1) ERROR tool.ImportTool: Error during import: HBase jars are not present in classpath, cannot import to HBase!
Fix: import the following into sqoop-env.sh in config folder.
1) export HIVE_HOME=/home/mj/hive-0.13.1
2) export HBASE_HOME=/home/mj/hbase-0.98.8
Fix: import the following into sqoop-env.sh in config folder.
1) export HIVE_HOME=/home/mj/hive-0.13.1
2) export HBASE_HOME=/home/mj/hbase-0.98.8
Comments
Post a Comment