[
https://issues.apache.org/jira/browse/PHOENIX-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527152#comment-14527152
]
Hadoop QA commented on PHOENIX-1945:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12730248/phoenix-1945_v1.patch
against master branch at commit b47dcb66055642559b9dd75f5647473329df432f.
ATTACHMENT ID: 12730248
{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 1
warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ <!-- build the phoenix server side jar, that includes
phoenix-hadoopX-compat, phoenix-hadoop-compat and antlr -->
+ <!-- build the phoenix server side jar, that includes
phoenix-hadoopX-compat and phoenix-hadoop-compat. -->
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/46//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/46//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/46//console
This message is automatically generated.
> Phoenix tarball from assembly does not contain phoenix-[version]-server.jar
> ---------------------------------------------------------------------------
>
> Key: PHOENIX-1945
> URL: https://issues.apache.org/jira/browse/PHOENIX-1945
> Project: Phoenix
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Attachments: phoenix-1945_v1.patch
>
>
> The tarball created from
> {code}
> mvn clean package -DskipTests
> {code}
> does not contain the phoenix-[version]-server.jar which is a release
> artifact.
> {code}
> HW10676:phoenix$ tar ft phoenix-assembly/target/phoenix-4.5.0-SNAPSHOT.tar.gz
> | grep server
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-4.5.0-SNAPSHOT-runnable.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-4.5.0-SNAPSHOT-sources.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-4.5.0-SNAPSHOT-tests.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-4.5.0-SNAPSHOT.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-client-4.5.0-SNAPSHOT-sources.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-client-4.5.0-SNAPSHOT-tests.jar
> phoenix-4.5.0-SNAPSHOT/lib/phoenix-server-client-4.5.0-SNAPSHOT.jar
> phoenix-4.5.0-SNAPSHOT/bin/queryserver.py
> phoenix-4.5.0-SNAPSHOT/lib/hbase-server-1.0.1.jar
> phoenix-4.5.0-SNAPSHOT/lib/hadoop-yarn-server-common-2.5.1.jar
> phoenix-4.5.0-SNAPSHOT/lib/hbase-server-1.0.1-tests.jar
> phoenix-4.5.0-SNAPSHOT/lib/calcite-avatica-server-1.2.0-incubating.jar
> {code}
> We do the release tarball from the shell script at dev/make_rc.sh, which
> includes this jar. The reason that {{-server.jar}} is not included seems to
> be that, the assembly executions at phoenix-assembly/pom.xml are run in order
> of declaration. {{client-minimal}} which creates the {{-server.jar}} runs
> after the tarball generator {{package-to-tar}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)