Member since
04-10-2018
4
Posts
0
Kudos Received
0
Solutions
12-12-2019
06:45 AM
What I understand from your reply is sqoop does NOT create hive database automatically if we don't hive that directory.
... View more
05-31-2019
12:44 PM
Hi Everyone, Is it possible to create hive database while running sqoop command? Sample Script: sqoop import \
--connect "jdbc:sqlserver://hostname:1433;databasename=sqldbname" \
--username asd \
--password "asd123" \
--table tblname \
--hive-import \
--hive-database db_name \
--hive-table tblname \
--incremental append \
--check-column tablepk \
--split-by tablepk \
-m 2 \
--target-dir /tmp \
-- --schema schname Error: Error: Error while compiling statement: FAILED: SemanticException [Error 10072]: Database does not exist: db_name
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sqoop
01-29-2019
11:29 AM
If it is possible, Could you please share steps that how I can do it. Thanks. Versions: Sqoop1.4.7 NiFi1.8.0
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Sqoop