On the branch: 4.5-HBase-1.0-cdh5, I set cdh version to 5.5.1 in pom and building the package produces following errors. Repo: https://github.com/chiastic-security/phoenix-for-cloudera
[ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java:[176,82] cannot find symbol [ERROR] symbol: method getParentId() [ERROR] location: variable span of type org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[129,31] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[159,38] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[162,31] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[337,38] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[339,42] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceReader.java:[359,58] cannot find symbol [ERROR] symbol: variable ROOT_SPAN_ID [ERROR] location: interface org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceMetricSource.java:[99,74] cannot find symbol [ERROR] symbol: method getParentId() [ERROR] location: variable span of type org.apache.htrace.Span [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/trace/TraceMetricSource.java:[110,60] incompatible types [ERROR] required: java.util.Map<byte[],byte[]> [ERROR] found: java.util.Map<java.lang.String,java.lang.String> [ERROR] ~/phoenix_related/phoenix-for-cloudera/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java:[550,57] <anonymous org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver$1> is not abstract and does not override abstract method nextRaw(java.util.List<org.apache.hadoop.hbase.Cell>,org.apache.hadoop.hbase.regionserver.ScannerContext) in org.apache.hadoop.hbase.regionserver.RegionScanner On Fri, Jan 15, 2016 at 6:20 PM, Krishna <research...@gmail.com> wrote: > Thanks Andrew. Are binaries available for CDH5.5.x? > > On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <apurt...@apache.org> > wrote: > >> Today I pushed a new branch '4.6-HBase-1.0-cdh5' and the tag >> 'v4.6.0-cdh5.4.5' (58fcfa6) to >> https://github.com/chiastic-security/phoenix-for-cloudera. This is the >> Phoenix 4.6.0 release, modified to build against CDH 5.4.5 and possibly >> (but not tested) subsequent CDH releases. >> >> If you want release tarballs I built from this, get them here: >> >> Binaries >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.asc >> (signature) >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.md5 >> (MD5 sum) >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.sha >> (SHA-1 sum) >> >> >> Source >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz >> >> >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.asc >> (signature) >> >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.md5 >> (MD5 sum) >> >> >> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.sha >> (SHA1-sum) >> >> >> Signed with my code signing key D5365CCD. >> >> The source and these binaries incorporate changes from the Cloudera Labs >> fork of Phoenix (https://github.com/cloudera-labs/phoenix), licensed >> under the ASL v2, Neither the source or binary artifacts are in any way >> "official" or supported by the Apache Phoenix project. The source and >> artifacts are provided by me in a personal capacity for the convenience of >> would-be Phoenix users that also use CDH. Please don't contact the Apache >> Phoenix project for any issues regarding this source and these binaries. >> >> -- >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet Hein >> (via Tom White) >> > >