Member since
03-25-2017
2
Posts
0
Kudos Received
0
Solutions
06-24-2017
06:01 PM
1 Kudo
Try this: sqoop import \
--username username \
--P \
--connect jdbc:sap://hostname:portnumber/ \
--driver com.sap.db.jdbc.Driver \
--query "select * from \"schema\".\"/path/to/hana/calculation\" where \$CONDITIONS" \
--hcatalog-database hivedatabase \
--hcatalog-table hivetable \
--create-hcatalog-table \
--hcatalog-storage-stanza "stored as orc"
... View more
03-25-2017
03:09 AM
1 Kudo
Did you copy the ojdbc jar to the nifi lib directory and restart nifi?
... View more