Hey man, Here's a couple of suggestions:
- Run with --verbose so that we can see the entire classpath. - Adding -verbose:class to _JAVA_OPTIONS can help us find which class/jar is the culprit. -Abe On Fri, Jul 17, 2015 at 8:28 AM, Harsh J <[email protected]> wrote: > Do you have any custom jars on your installation class paths? > Specifically any that include a different "asm" version? > > On Fri, Jul 17, 2015 at 8:13 PM, Anupam sinha <[email protected]> wrote: > > Hi Guys, > > > > I have a face one issue in sqoop, sqoop was not work in access node. > > its may be the issue on export HBASE_CLASSPATHâ > > Do i need to change any setting. > > > > please see the below error, > > > > Test SQLServer > > Warning: > > > /opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/bin/../lib/sqoop/../accumulo > > does not exist! Accumulo imports will fail. > > Please set $ACCUMULO_HOME to the root of your Accumulo installation. > > SLF4J: Class path contains multiple SLF4J bindings. > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/avro-tools-1.7.6-cdh5.2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/spark-assembly-1.1.0-cdh5.2.1-hadoop2.5.0-cdh5.2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/spark-examples-1.1.0-cdh5.2.1-hadoop2.5.0-cdh5.2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: Found binding in > > > [jar:file:/opt/cloudera/parcels/CDH-5.2.1-1.cdh5.2.1.p0.12/jars/pig-0.12.0-cdh5.2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > > explanation. > > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > > Exception in thread "main" java.lang.IncompatibleClassChangeError: > > Implementing class > > at java.lang.ClassLoader.defineClass1(Native Method) > > at java.lang.ClassLoader.defineClass(ClassLoader.java:800) > > at > > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) > > at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) > > at java.net.URLClassLoader.access$100(URLClassLoader.java:71) > > at java.net.URLClassLoader$1.run(URLClassLoader.java:361) > > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > > at > org.apache.sqoop.SqoopOptions.initDefaults(SqoopOptions.java:972) > > at org.apache.sqoop.SqoopOptions.<init>(SqoopOptions.java:346) > > at com.cloudera.sqoop.SqoopOptions.<init>(SqoopOptions.java:77) > > at org.apache.sqoop.Sqoop.<init>(Sqoop.java:81) > > at org.apache.sqoop.Sqoop.runTool(Sqoop.java:217) > > at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227) > > at org.apache.sqoop.Sqoop.main(Sqoop.java:236) > > SQLServer test failed (1) > > > > -- > > Thanks, > > Anu > > > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > > > -- > Harsh J > > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. >
