You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nicolas Liochon (JIRA)" <ji...@apache.org> on 2013/07/04 15:41:48 UTC

[jira] [Created] (HBASE-8872) Can't launch the integration tests without hijacking the classpath

Nicolas Liochon created HBASE-8872:
--------------------------------------

             Summary: Can't launch the integration tests without hijacking the classpath
                 Key: HBASE-8872
                 URL: https://issues.apache.org/jira/browse/HBASE-8872
             Project: HBase
          Issue Type: Bug
          Components: scripts, test
    Affects Versions: 0.95.1, 0.98.0
            Reporter: Nicolas Liochon


The doc says in "16.7.5.2. Running integration tests against distributed cluster": The configuration will be picked by the bin/hbase script. 

On trunk I have this stack
{noformat}
bin/hbase org.apache.hadoop.hbase.IntegrationTestsDriver IntegrationTestRecoveryEmptyTableCleanStopBox
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/IntegrationTestsDriver
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.IntegrationTestsDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: org.apache.hadoop.hbase.IntegrationTestsDriver.  Program will exit.
{noformat}

I workaround this by using: export HBASE_CLASSPATH=~/hbase/hbase-it/target/test-classes/

But
1) It's a workaround, not a fix.
2) It may (or does) not work when we're using the packaged version of hbase.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira