I pushed a new branch for CDH 5.5 (5.5.1) as https://github.com/chiastic-security/phoenix-for-cloudera/tree/4.6-HBase-1.0-cdh5.5 and renamed the branch for CDH 5.4 to https://github.com/chiastic-security/phoenix-for-cloudera/tree/4.6-HBase-1.0-cdh5.4
The changes in 4.6-HBase-1.0-cdh5.5 pass unit and integration tests for me (except a silly date test that hardcodes the expected year to 2015). On Thu, Jan 28, 2016 at 11:23 AM, Andrew Purtell <[email protected]> wrote: > Looking today > > > On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan < > [email protected]> wrote: > >> Andrew, any updates? Seem HBase-11544 impacted the Phoenix and CDH 5.5.1 >> isnt working. >> >> On Sun, Jan 17, 2016 at 11:25 AM, Andrew Purtell < >> [email protected]> wrote: >> >>> This looks like something easy to fix up. Maybe I can get to it next >>> week. >>> >>> > On Jan 15, 2016, at 9:07 PM, Krishna <[email protected]> wrote: >>> > >>> > 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 <[email protected]> >>> wrote: >>> >> >>> >> Thanks Andrew. Are binaries available for CDH5.5.x? >>> >> >>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <[email protected]> >>> >> 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) >>> >> >>> >> >>> >> >> > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
