You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2015/04/24 00:39:39 UTC

[jira] [Created] (HIVE-10472) Jenkins HMS upgrade test is not publishing results due to GIT change

Sergio Peña created HIVE-10472:
----------------------------------

             Summary: Jenkins HMS upgrade test is not publishing results due to GIT change
                 Key: HIVE-10472
                 URL: https://issues.apache.org/jira/browse/HIVE-10472
             Project: Hive
          Issue Type: Bug
            Reporter: Sergio Peña
            Assignee: Sergio Peña


This error is happening on Jenkins when running the HMS upgrade tests. 
The class used to publish the results is not found on any directory.

+ cd /var/lib/jenkins/jobs/PreCommit-HIVE-METASTORE-Test/workspace
+ set +x
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hive/ptest/execution/JIRAService
Caused by: java.lang.ClassNotFoundException: org.apache.hive.ptest.execution.JIRAService
	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.hive.ptest.execution.JIRAService.  Program will exit.
+ ret=0

The problem is because the jenkins-execute-hms-test.sh is downloading the code to another directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)