okay, I'll try to publish them manually to my private nexus and use that jars as dependencies in my maven project
2015-06-24 2:25 GMT+02:00 yanlin wang <wangyan...@gmail.com>: > I think cloudera has a phoenix parcel available to download and use. You > can google “cloudera phoenix support” and you should find a instruction > about how to connect to a cloudera phoenix repo and install parcel etc. > > Yanlin > > > On Jun 23, 2015, at 3:36 PM, Kevin Verhoeven <kevin.verhoe...@ds-iq.com> > wrote: > > 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:serega.shey...@gmail.com > <serega.shey...@gmail.com>] > *Sent:* Tuesday, June 23, 2015 1:27 PM > *To:* user@phoenix.apache.org > *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 <leonp...@gmail.com>: > > 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 <serega.shey...@gmail.com> > wrote: > > Hi, no one:) ? > > 2015-06-21 22:41 GMT+02:00 Serega Sheypak <serega.shey...@gmail.com>: > > 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. > > >