I found the Cloudera Labs Phoenix GitHub page here: https://github.com/cloudera-labs/phoenix, if it helps. And I believe that a parcel is simply a gzipped tar file, you should be able to crack it open. You might find jars within the parcel (http://archive.cloudera.com/cloudera-labs/phoenix/parcels/latest/). From Cloudera’s documentation about Parcels: http://blog.cloudera.com/blog/2013/05/faq-understanding-the-parcel-binary-distribution-format/
Parcels are gzipped tar files with metadata. From a strict implementation point of view, a parcel is simply a tarball containing the program files, along with some additional metadata that allows Cloudera Manager to understand what it is and how to use it. Kevin From: Serega Sheypak [mailto:[email protected]] Sent: Tuesday, June 23, 2015 1:27 PM To: [email protected] Subject: Re: CDH 5.4 and Phoenix I read that labs article. I would like to get phoenix and cdh compatible jars, since I want to run test in my maven project. Are these cdh-phoenix jars officially published somewhere? 2015-06-23 18:15 GMT+02:00 Leon Prouger <[email protected]<mailto:[email protected]>>: I did this installation You should install Phoenix parcel from the Cloudera Manager like any other parcel. And it's for Phoenix 4.3.1, 1.0 it's probably the version of the cloudera's parcel. , and it's for Phoenix 4.3.1. On Tue, Jun 23, 2015 at 2:48 PM Serega Sheypak <[email protected]<mailto:[email protected]>> wrote: Hi, no one:) ? 2015-06-21 22:41 GMT+02:00 Serega Sheypak <[email protected]<mailto:[email protected]>>: Hi!, did anyone try to integrate Phoenix 1.0 with CDH 5.4.x? I see weird installation path here: http://www.cloudera.com/content/cloudera/en/developers/home/cloudera-labs/apache-phoenix/install-apache-phoenix-cloudera-labs.pdf I would like to avoid it and run app using plain maven dependencies. Right Now it doesn't work because phoenix and hbase from CDH are compiled against different HBase source code.
