Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-902

The example of orc-example cannot be run

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.7.0, 1.8.0
    • 1.7.0, 1.8.0
    • None
    • None

    Description

      run orc-example, Throw an exception

      Error: A JNI error has occurred, please check your installation and try again
      Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
      	at java.lang.Class.getDeclaredMethods0(Native Method)
      	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
      	at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
      	at java.lang.Class.getMethod0(Class.java:3018)
      	at java.lang.Class.getMethod(Class.java:1784)
      	at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:650)
      	at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:632)
      Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.conf.Configuration
      	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
      	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
      	... 7 more
      

      mvn dependency:tree in orc-example

      ...
      [INFO] +- org.apache.hadoop:hadoop-common:jar:2.2.0:provided
      ...
      

      Need to set scope to compile in orc-example/pom.xml

      Attachments

        Issue Links

          Activity

            People

              Guiyankuang Yiqun Zhang
              Guiyankuang Yiqun Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: