I am trying to list sqoop tables and I am using the following code:
sqoop list-tables --connect jdbc:mysql://localhost/test --username root --password hadoop
When I run this, I get the following error:
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.conf.Configuration.addDeprecations([Lorg/apache/hadoop/conf/Configuration$DeprecationDelta;)