Hi Kevin, 1. What's the output from hadoop fs -cat CatalogProducts/part-m-00000
2. Can you re-run with the --verbose option - i.e. sqoop import --connect 'jdbc:sqlserver://nbreports:1433;databaseName=productcatalog' --username <USER> --password <PASSWORD> --table CatalogProducts --verbose If you're comfortable doing so, it would be helpful for me to see the entire Sqoop console output - please send it to me off-list if you're happy to do so. Regards, Kate On Tue, Apr 23, 2013 at 4:06 PM, Kevin Burton <[email protected]> wrote: > I execute the line: > > > > sqoop import --connect > 'jdbc:sqlserver://nbreports:1433;databaseName=productcatalog' --username > <USER> --password <PASSWORD> --table CatalogProducts > > > > And I get the following output: > > > > Warning: /usr/lib/hbase does not exist! HBase imports will fail. > > Please set $HBASE_HOME to the root of your HBase installation. > > 13/04/23 18:00:36 WARN tool.BaseSqoopTool: Setting your password on the > command-line is insecure. Consider using -P instead. > > 13/04/23 18:00:36 INFO manager.SqlManager: Using default fetchSize of 1000 > > . . . . . > > <LIST OF DATABASES> > > > > But it doesn’t seem to do anything. I executed ‘hadoop fs –ls’ and I didn’t > see anything. Any ideas what I have done wrong? > > > > Kevin
