[jira] [Commented] (PHOENIX-2144) Implement JSON operators

2015-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642358#comment-14642358 ] ASF GitHub Bot commented on PHOENIX-2144: - Github user petercdc commented on a d

[GitHub] phoenix pull request: PHOENIX-2144 Implement JSON operators

2015-07-26 Thread petercdc
Github user petercdc commented on a diff in the pull request: https://github.com/apache/phoenix/pull/101#discussion_r35509284 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java --- @@ -200,12 +224,12 @@ public Expression visitLeave(ComparisonPa

[jira] [Commented] (PHOENIX-2147) Implement STRING_TO_ARRAY built in function

2015-07-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642331#comment-14642331 ] ramkrishna.s.vasudevan commented on PHOENIX-2147: - Okie. so in the case

[jira] [Commented] (PHOENIX-2147) Implement STRING_TO_ARRAY built in function

2015-07-26 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642320#comment-14642320 ] Dumindu Buddhika commented on PHOENIX-2147: --- Thanks for the review [~ram_krish

[jira] [Commented] (PHOENIX-2147) Implement STRING_TO_ARRAY built in function

2015-07-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642302#comment-14642302 ] ramkrishna.s.vasudevan commented on PHOENIX-2147: - {code} array = string

Re: [4.5.0-SNAPSHOT] Unable to load native-hadoop library for your platform

2015-07-26 Thread James Taylor
It's fine to continue using 4.4.0 - don't let that slow you down. If there's a difference in behavior with the 4.5.0 RC, I'm sure Nick will figure it out. Your web app should be using standard SQL against the trace table, so the Phoenix release doesn't matter that much. On Sunday, July 26, 2015, A

Re: [4.5.0-SNAPSHOT] Unable to load native-hadoop library for your platform

2015-07-26 Thread Ayola Jayamaha
Hi, James In my blog I was using phoenix-3.3.1 and phoenix-4.4.0 and those are working fine. But in Here I am trying with 4.5.0-SNAPSHOT[1], Where my trace web application is developed. I am trying to connect for trace (databases/BE) After this warning nothing happens. [1]https://github.com/Ay

Re: [VOTE] Release of Apache Phoenix 4.5.0-HBase-0.98 RC0

2015-07-26 Thread Jan Fernando
+1 Ran various internal regression test suites and no issues found. On Wed, Jul 22, 2015 at 5:28 PM, James Taylor wrote: > Hi Everyone, > > This is a call for a vote on Apache Phoenix 4.5.0-HBase-0.98 RC0. This is > the > next minor release of Phoenix 4, compatible with the 0.98 branch of > Apac

[jira] [Updated] (PHOENIX-2149) MAX Value of Sequences not honored when closing Connection between calls to NEXT VALUE FOR

2015-07-26 Thread Jan Fernando (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Fernando updated PHOENIX-2149: -- Attachment: PHOENIX-2149.patch [~jamestaylor] Here is a patch file with the fix. I think the f

[jira] [Assigned] (PHOENIX-2149) MAX Value of Sequences not honored when closing Connection between calls to NEXT VALUE FOR

2015-07-26 Thread Jan Fernando (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Fernando reassigned PHOENIX-2149: - Assignee: Jan Fernando (was: Thomas D'Silva) > MAX Value of Sequences not honored when

Re: [4.5.0-SNAPSHOT] Unable to load native-hadoop library for your platform

2015-07-26 Thread James Taylor
>From your blog it looks like it's working, no? That warning about being unable to load native-hadoop libraries can be ignored. Thanks, James On Sun, Jul 26, 2015 at 10:33 AM, Ayola Jayamaha wrote: > Hi, > > I'm using hbase-0.98.12.1-hadoop2 and zookeeper-3.4.6 versions. I have > built phoenix

[4.5.0-SNAPSHOT] Unable to load native-hadoop library for your platform

2015-07-26 Thread Ayola Jayamaha
Hi, I'm using hbase-0.98.12.1-hadoop2 and zookeeper-3.4.6 versions. I have built phoenix from source code 4.5.0-SNAPSHOT successfully. And the steps I followed are from 1-6 http://ayolajayamaha.blogspot.com/2015/05/apache-phoenix-quick-start.html. The following error appears and I'm unable to proc

[jira] [Created] (PHOENIX-2150) Document new math built-in functions

2015-07-26 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2150: - Summary: Document new math built-in functions Key: PHOENIX-2150 URL: https://issues.apache.org/jira/browse/PHOENIX-2150 Project: Phoenix Issue Type: Sub-ta

[jira] [Commented] (PHOENIX-2149) MAX Value of Sequences not honored when closing Connection between calls to NEXT VALUE FOR

2015-07-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642009#comment-14642009 ] James Taylor commented on PHOENIX-2149: --- Nice sleuthing, [~jfernando_sfdc]. Would

[jira] [Commented] (PHOENIX-2144) Implement JSON operators

2015-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642006#comment-14642006 ] ASF GitHub Bot commented on PHOENIX-2144: - Github user petercdc commented on a d

[GitHub] phoenix pull request: PHOENIX-2144 Implement JSON operators

2015-07-26 Thread petercdc
Github user petercdc commented on a diff in the pull request: https://github.com/apache/phoenix/pull/101#discussion_r35494423 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/BaseJSONExpression.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Soft

[jira] [Commented] (PHOENIX-2149) MAX Value of Sequences not honored when closing Connection between calls to NEXT VALUE FOR

2015-07-26 Thread Jan Fernando (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14641996#comment-14641996 ] Jan Fernando commented on PHOENIX-2149: --- I think the bug is caused by the fact we

[jira] [Updated] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-26 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye updated PHOENIX-2140: - Attachment: (was: 0001-PHOENIX-2140-Implement-get_byte-set_byte-get_bit-set.patch) > Implem

[jira] [Commented] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-26 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14641894#comment-14641894 ] Shuxiong Ye commented on PHOENIX-2140: -- Hi [~jamestaylor] and [~samarthjain], I u

[jira] [Updated] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-26 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye updated PHOENIX-2140: - Attachment: 0001-PHOENIX-2140-Implement-get_byte-set_byte-get_bit-set_v2.patch > Implement get_

[jira] [Updated] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-26 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye updated PHOENIX-2140: - Attachment: (was: 0001-PHOENIX-2140-Implement-get_byte-set_byte-get_bit-set_v2.patch) > Imp

[jira] [Updated] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-26 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye updated PHOENIX-2140: - Attachment: 0001-PHOENIX-2140-Implement-get_byte-set_byte-get_bit-set_v2.patch > Implement get_

[jira] [Commented] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14641881#comment-14641881 ] Hudson commented on PHOENIX-2138: - FAILURE: Integrated in Phoenix-master #860 (See [htt