Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Generic SqlManager.listDatabases() not implemented.

avatar
Rising Star

Hi there,

I ran sqoop command to list-databases and I am getting error.

This is the sqoop command i ran:

sqoop list-databases --connect jdbc:netezza://xxxxxxxx/ --username xxxx --password xxx;

 

The error I am getting is :

ERROR manager.SqlManager: Generic SqlManager.listDatabases() not implemented.

 

For your Information, I added Netezza jar like

export HADOOP_CLASSPATH=$HADOOP_CLASSPATH:<path to the jar>

Please share your knowledge on this. Thanks.

Who agreed with this topic