[
https://issues.apache.org/jira/browse/PHOENIX-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370392#comment-15370392
]
Hadoop QA commented on PHOENIX-3060:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12817092/PHOENIX-3060-1.patch
against master branch at commit 4790b3710254103245d83fdc1ab0977d06045878.
ATTACHMENT ID: 12817092
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
34 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/437//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/437//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/437//console
This message is automatically generated.
> pherf tool is not working
> -------------------------
>
> Key: PHOENIX-3060
> URL: https://issues.apache.org/jira/browse/PHOENIX-3060
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.8.0
> Reporter: Ankit Singhal
> Assignee: Sergey Soldatov
> Priority: Blocker
> Fix For: 4.8.0
>
> Attachments: PHOENIX-3060-1.patch
>
>
> bin/pherf-standalone.py -drop all -l -q -z localhost -schemaFile
> .*user_defined_schema.sql -scenarioFile .*user_defined_scenario.xml
> Java command actually executed:-
> {code}
> java -Xms512m -Xmx3072m -cp
> "/Users/asinghal/git/apache/phoenix/bin/../phoenix-pherf/config:/etc/hbase/conf:/Users/asinghal/git/apache/phoenix/bin/../phoenix-client/target/phoenix-4.8.0-HBase-1.2-SNAPSHOT-client.jar:/Users/asinghal/git/apache/phoenix/bin/../phoenix-pherf/target/phoenix-pherf-4.8.0-HBase-1.2-SNAPSHOT-minimal.jar"
>
> -Dlog4j.configuration=file:/Users/asinghal/git/apache/phoenix/bin/log4j.properties
> org.apache.phoenix.pherf.Pherf -drop all -l -q -z localhost -schemaFile
> '.*user_defined_schema.sql' -scenarioFile '.*user_defined_scenario.xml'
> {code}
> Exception I got:-
> {code}
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/cli/ParseException
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2615)
> at java.lang.Class.getMethod0(Class.java:2856)
> at java.lang.Class.getMethod(Class.java:1668)
> at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
> at
> sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.commons.cli.ParseException
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> 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)
> ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)