[
https://issues.apache.org/jira/browse/PHOENIX-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869770#comment-16869770
]
Hadoop QA commented on PHOENIX-5363:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12972466/PHOENIX-5363.patch
against master branch at commit 493afe2c874e9e8f3fb52ab662ebcfa16f715ec2.
ATTACHMENT ID: 12972466
{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:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2694//console
This message is automatically generated.
> Phoenix parcel artifacts for CDH releases don't pass Cloudera verification
> tools test
> -------------------------------------------------------------------------------------
>
> Key: PHOENIX-5363
> URL: https://issues.apache.org/jira/browse/PHOENIX-5363
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.13.2-cdh, 5.1.0-cdh
> Reporter: Mehdi Salarkia
> Assignee: Mehdi Salarkia
> Priority: Minor
> Attachments: PHOENIX-5363.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Following instruction from Cloudera
> [https://github.com/cloudera/cm_ext/wiki/Building-a-parcel]
> Running the validation tools you'll see
> {code:java}
> $java -jar ./target/validator.jar -f
> APACHE_PHOENIX-5.1.0-cdh6.1.1.p0.0-el6.parcel
> Validating: APACHE_PHOENIX-5.1.0-cdh6.1.1.p0.0-el6.parcel
> ==> Warning: Parcel is not compressed with gzip
> ==> java.io.IOException: Error detected parsing the header
> {code}
> the reason is to parcel files are not built as tar.gz file but rather a tar
> file.
> A valid parcel file should look like this:
> {code:java}
> $ file GPLEXTRAS-5.16.2-1.cdh5.16.2.p0.8-el5.parcel
> GPLEXTRAS-5.16.2-1.cdh5.16.2.p0.8-el5.parcel: gzip compressed data, last
> modified: Mon Jun 3 13:25:50 2019, from Unix
> {code}
> while Phoenix Artifacts are
> {code:java}
> $ file APACHE_PHOENIX-4.14.1-cdh5.11.2.p0.0-el7.parcel
> APACHE_PHOENIX-4.14.1-cdh5.11.2.p0.0-el7.parcel: POSIX tar archive
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)