You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Krishna <re...@gmail.com> on 2016/01/16 03:20:47 UTC

Re: Announcing phoenix-for-cloudera 4.6.0

Thanks Andrew. Are binaries available for CDH5.5.x?

On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <an...@gmail.com>.
The HBase version in the 5.5 POM is 1.0.0-cdh-5.5.1. It appears to be HBase 1.0.x plus some patches backported from trunk. 


> On Jan 28, 2016, at 9:07 PM, Kumar Palaniappan <kp...@marinsoftware.com> wrote:
> 
> Andrew, is it HBase 1.1?
> 
>  https://github.com/chiastic-security/phoenix-for-cloudera/tree/4.6-HBase-1.0-cdh5.5
> 
>> On Thu, Jan 28, 2016 at 6:51 PM, Andrew Purtell <ap...@apache.org> wrote:
>> 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 <ap...@apache.org> wrote:
>>> Looking today
>>> 
>>> 
>>>> On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <kp...@marinsoftware.com> 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 <an...@gmail.com> 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 <re...@gmail.com> 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 <re...@gmail.com> wrote:
>>>>> >>
>>>>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>>>>> >>
>>>>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>>>> >>
>>>>> >>
>>> 
>>> 
>>> 
>>> -- 
>>> 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)
> 

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Kumar Palaniappan <kp...@marinsoftware.com>.
Andrew, is it HBase 1.1?


https://github.com/chiastic-security/phoenix-for-cloudera/tree/4.6-HBase-1.0-cdh5.5

On Thu, Jan 28, 2016 at 6:51 PM, Andrew Purtell <ap...@apache.org> wrote:

> 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 <ap...@apache.org>
> wrote:
>
>> Looking today
>>
>>
>> On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <
>> kpalaniappan@marinsoftware.com> 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 <
>>> andrew.purtell@gmail.com> 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 <re...@gmail.com> 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 <re...@gmail.com>
>>>> wrote:
>>>> >>
>>>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>>>> >>
>>>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>>> >>
>>>> >>
>>>>
>>>
>>>
>>
>>
>> --
>> 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)
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <ap...@apache.org>.
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 <ap...@apache.org>
wrote:

> Looking today
>
>
> On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <
> kpalaniappan@marinsoftware.com> 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 <
>> andrew.purtell@gmail.com> 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 <re...@gmail.com> 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 <re...@gmail.com>
>>> wrote:
>>> >>
>>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>>> >>
>>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>> >>
>>> >>
>>>
>>
>>
>
>
> --
> 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)

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <ap...@apache.org>.
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 <ap...@apache.org>
wrote:

> Looking today
>
>
> On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <
> kpalaniappan@marinsoftware.com> 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 <
>> andrew.purtell@gmail.com> 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 <re...@gmail.com> 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 <re...@gmail.com>
>>> wrote:
>>> >>
>>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>>> >>
>>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>> >>
>>> >>
>>>
>>
>>
>
>
> --
> 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)

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <ap...@apache.org>.
Looking today


On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <
kpalaniappan@marinsoftware.com> 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 <andrew.purtell@gmail.com
> > 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 <re...@gmail.com> 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 <re...@gmail.com>
>> wrote:
>> >>
>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>> >>
>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>> >>
>> >>
>>
>
>


-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <ap...@apache.org>.
Looking today


On Tue, Jan 26, 2016 at 11:00 PM, Kumar Palaniappan <
kpalaniappan@marinsoftware.com> 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 <andrew.purtell@gmail.com
> > 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 <re...@gmail.com> 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 <re...@gmail.com>
>> wrote:
>> >>
>> >> Thanks Andrew. Are binaries available for CDH5.5.x?
>> >>
>> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>> >>
>> >>
>>
>
>


-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Kumar Palaniappan <kp...@marinsoftware.com>.
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 <an...@gmail.com>
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 <re...@gmail.com> 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 <re...@gmail.com> wrote:
> >>
> >> Thanks Andrew. Are binaries available for CDH5.5.x?
> >>
> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
> >>
> >>
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Kumar Palaniappan <kp...@marinsoftware.com>.
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 <an...@gmail.com>
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 <re...@gmail.com> 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 <re...@gmail.com> wrote:
> >>
> >> Thanks Andrew. Are binaries available for CDH5.5.x?
> >>
> >> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
> >>
> >>
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <an...@gmail.com>.
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 <re...@gmail.com> 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 <re...@gmail.com> wrote:
>> 
>> Thanks Andrew. Are binaries available for CDH5.5.x?
>> 
>> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>> 
>> 

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Andrew Purtell <an...@gmail.com>.
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 <re...@gmail.com> 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 <re...@gmail.com> wrote:
>> 
>> Thanks Andrew. Are binaries available for CDH5.5.x?
>> 
>> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>> 
>> 

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Krishna <re...@gmail.com>.
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 <re...@gmail.com> wrote:

> Thanks Andrew. Are binaries available for CDH5.5.x?
>
> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>
>
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Krishna <re...@gmail.com>.
What Phoenix version is in the parcels for CDH5.5.1? Is there a way to
extract jars from those parcels?

On Sun, Jan 17, 2016 at 5:52 AM, Alex Ott <al...@gmail.com> wrote:

> The parcels provided by Cloudera were updated to run on CDH 5.5.
> I've installed it, but didn't run very complex tasks, but basic tasks
> works fine.
>
> Krishna  at "Fri, 15 Jan 2016 18:20:47 -0800" wrote:
>  K> Thanks Andrew. Are binaries available for CDH5.5.x?
>
>  K> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@apache.org>
> wrote:
>
>  K>     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/
>  K>     phoenix-for-cloudera. This is the Phoenix 4.6.0 release, modified
> to build against CDH 5.4.5 and possibly (but not tested)
>  K>     subsequent CDH releases.
>  K>
>  K>     If you want release tarballs I built from this, get them here:
>
>  K>         Binaries
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.asc
>  (signature)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.md5
> (MD5 sum)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.sha
>  (SHA-1 sum)
>
>  K>         Source
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz
>
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.asc
>  (signature)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.md5
> (MD5 sum)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.sha
>  (SHA1-sum)
>
>  K>     Signed with my code signing key D5365CCD.
>  K>
>  K>     ​The source and these binaries incorporate changes from the
> Cloudera Labs fork of Phoenix (https://github.com/cloudera-labs/
>  K>     phoenix), licensed under the ASL v2, Neither the source or binary
> artifacts are in any way "official" or supported by the Apache
>  K>     Phoenix project. The source and artifacts are provided by me in a
> personal capacity for the convenience of would-be Phoenix users
>  K>     that also use CDH. Please don't contact the Apache Phoenix project
> for any issues regarding this source and these binaries.
>  K>
>  K>     --
>  K>     Best regards,
>  K>
>  K>        - Andy
>  K>
>  K>     Problems worthy of attack prove their worth by hitting back. -
> Piet Hein (via Tom White)
>
>
>
> --
> With best wishes, Alex Ott
> http://alexott.blogspot.com/        http://alexott.net/
> http://alexott-ru.blogspot.com/
> Skype: alex.ott
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Krishna <re...@gmail.com>.
What Phoenix version is in the parcels for CDH5.5.1? Is there a way to
extract jars from those parcels?

On Sun, Jan 17, 2016 at 5:52 AM, Alex Ott <al...@gmail.com> wrote:

> The parcels provided by Cloudera were updated to run on CDH 5.5.
> I've installed it, but didn't run very complex tasks, but basic tasks
> works fine.
>
> Krishna  at "Fri, 15 Jan 2016 18:20:47 -0800" wrote:
>  K> Thanks Andrew. Are binaries available for CDH5.5.x?
>
>  K> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@apache.org>
> wrote:
>
>  K>     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/
>  K>     phoenix-for-cloudera. This is the Phoenix 4.6.0 release, modified
> to build against CDH 5.4.5 and possibly (but not tested)
>  K>     subsequent CDH releases.
>  K>
>  K>     If you want release tarballs I built from this, get them here:
>
>  K>         Binaries
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.asc
>  (signature)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.md5
> (MD5 sum)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.sha
>  (SHA-1 sum)
>
>  K>         Source
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz
>
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.asc
>  (signature)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.md5
> (MD5 sum)
>  K>
>  K>
> http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.sha
>  (SHA1-sum)
>
>  K>     Signed with my code signing key D5365CCD.
>  K>
>  K>     ​The source and these binaries incorporate changes from the
> Cloudera Labs fork of Phoenix (https://github.com/cloudera-labs/
>  K>     phoenix), licensed under the ASL v2, Neither the source or binary
> artifacts are in any way "official" or supported by the Apache
>  K>     Phoenix project. The source and artifacts are provided by me in a
> personal capacity for the convenience of would-be Phoenix users
>  K>     that also use CDH. Please don't contact the Apache Phoenix project
> for any issues regarding this source and these binaries.
>  K>
>  K>     --
>  K>     Best regards,
>  K>
>  K>        - Andy
>  K>
>  K>     Problems worthy of attack prove their worth by hitting back. -
> Piet Hein (via Tom White)
>
>
>
> --
> With best wishes, Alex Ott
> http://alexott.blogspot.com/        http://alexott.net/
> http://alexott-ru.blogspot.com/
> Skype: alex.ott
>

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Alex Ott <al...@gmail.com>.
The parcels provided by Cloudera were updated to run on CDH 5.5.
I've installed it, but didn't run very complex tasks, but basic tasks works fine.

Krishna  at "Fri, 15 Jan 2016 18:20:47 -0800" wrote:
 K> Thanks Andrew. Are binaries available for CDH5.5.x?

 K> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@apache.org> wrote:

 K>     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/
 K>     phoenix-for-cloudera. This is the Phoenix 4.6.0 release, modified to build against CDH 5.4.5 and possibly (but not tested)
 K>     subsequent CDH releases.
 K>    
 K>     If you want release tarballs I built from this, get them here: 

 K>         Binaries
 K>    
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.asc  (signature)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.md5 (MD5 sum)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.sha  (SHA-1 sum)

 K>         Source
 K>    
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz 
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.asc  (signature)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.md5 (MD5 sum)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.sha  (SHA1-sum)

 K>     Signed with my code signing key D5365CCD.
 K>    
 K>     ​The source and these binaries incorporate changes from the Cloudera Labs fork of Phoenix (https://github.com/cloudera-labs/
 K>     phoenix), licensed under the ASL v2, Neither the source or binary artifacts are in any way "official" or supported by the Apache
 K>     Phoenix project. The source and artifacts are provided by me in a personal capacity for the convenience of would-be Phoenix users
 K>     that also use CDH. Please don't contact the Apache Phoenix project for any issues regarding this source and these binaries. 
 K>    
 K>     --
 K>     Best regards,
 K>    
 K>        - Andy
 K>    
 K>     Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)



-- 
With best wishes, Alex Ott
http://alexott.blogspot.com/        http://alexott.net/
http://alexott-ru.blogspot.com/
Skype: alex.ott

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Alex Ott <al...@gmail.com>.
The parcels provided by Cloudera were updated to run on CDH 5.5.
I've installed it, but didn't run very complex tasks, but basic tasks works fine.

Krishna  at "Fri, 15 Jan 2016 18:20:47 -0800" wrote:
 K> Thanks Andrew. Are binaries available for CDH5.5.x?

 K> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@apache.org> wrote:

 K>     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/
 K>     phoenix-for-cloudera. This is the Phoenix 4.6.0 release, modified to build against CDH 5.4.5 and possibly (but not tested)
 K>     subsequent CDH releases.
 K>    
 K>     If you want release tarballs I built from this, get them here: 

 K>         Binaries
 K>    
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.asc  (signature)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.md5 (MD5 sum)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-bin.tar.gz.sha  (SHA-1 sum)

 K>         Source
 K>    
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz 
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.asc  (signature)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.md5 (MD5 sum)
 K>        
 K>             http://apurtell.s3.amazonaws.com/phoenix/phoenix-4.6.0-cdh5.4.5-src.tar.gz.sha  (SHA1-sum)

 K>     Signed with my code signing key D5365CCD.
 K>    
 K>     ​The source and these binaries incorporate changes from the Cloudera Labs fork of Phoenix (https://github.com/cloudera-labs/
 K>     phoenix), licensed under the ASL v2, Neither the source or binary artifacts are in any way "official" or supported by the Apache
 K>     Phoenix project. The source and artifacts are provided by me in a personal capacity for the convenience of would-be Phoenix users
 K>     that also use CDH. Please don't contact the Apache Phoenix project for any issues regarding this source and these binaries. 
 K>    
 K>     --
 K>     Best regards,
 K>    
 K>        - Andy
 K>    
 K>     Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)



-- 
With best wishes, Alex Ott
http://alexott.blogspot.com/        http://alexott.net/
http://alexott-ru.blogspot.com/
Skype: alex.ott

Re: Announcing phoenix-for-cloudera 4.6.0

Posted by Krishna <re...@gmail.com>.
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 <re...@gmail.com> wrote:

> Thanks Andrew. Are binaries available for CDH5.5.x?
>
> On Tue, Nov 3, 2015 at 9:10 AM, Andrew Purtell <ap...@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)
>>
>
>