Member since
04-20-2017
5
Posts
2
Kudos Received
0
Solutions
04-26-2017
02:01 AM
My bad, that was the only thing i didn't try lol. BTW, this is the solution. Thanks
... View more
04-20-2017
08:09 PM
I'm trying to use the --query option in sqoop to import data from MSSQL. My concern is, how can we declare which schema to use ung --query in MSSQL. My script: sqoop \ --options-file sqoop/aw_mssql.cfg \ --query "select BusinessEntityId, LoginID, cast(OrganizationNode as string) from Employee where \$CONDITIONS" \ --hive-table employees \ --hive-database mssql \ -- --schema=HumanResources Still produces an error "Invalid object name 'Employee'". Also tried --connect "jdbc:sqlserver://192.168.1.17;database=AdventureWorks;schema=HumanResources" but also failed.
... View more
Labels:
- Labels:
-
Apache Sqoop