Created on 04-29-2016 07:16 AM - edited 08-19-2019 03:27 AM
Created 04-29-2016 07:21 AM
Can you please provide the jdbc connection string ? Are you giving something like this : jdbc:sqlserver://xx.xx.x.xxx:1433;databaseName=Test
Created 04-29-2016 07:21 AM
Can you please provide the jdbc connection string ? Are you giving something like this : jdbc:sqlserver://xx.xx.x.xxx:1433;databaseName=Test
Created 04-29-2016 07:36 AM
i have given like this sqoop import jdbe:sqlserver;//xxx.xxx.xx.xx:1433/sample --table TEST--username uname --password pwd -m 1
Created 04-29-2016 01:08 PM
As @nyadav pointed out, you need to use the URL as jdbc:sqlserver://xx.xx.x.xxx:1433;databaseName=sample instead of the way that you are entereing for SQL Server. List databases worked since you haven't used a database in the jdbc URL there.
Created 04-29-2016 11:54 AM
This is a duplicate question. See here for more information: https://community.hortonworks.com/questions/30348/hi-i-am-able-to-list-the-databases-but-i-am-unable...