[jira] [Commented] (PHOENIX-1057) Phoenix wrong range query result

2014-07-13 Thread Pham Phuong Tu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060082#comment-14060082 ] Pham Phuong Tu commented on PHOENIX-1057: - You may know that Hbase 0.98.0 and

[jira] [Commented] (PHOENIX-1057) Phoenix wrong range query result

2014-07-13 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060085#comment-14060085 ] James Taylor commented on PHOENIX-1057: --- Actually, I don't know that 0.98.0

Re: How can we add new keywords to Phoenix?‏

2014-07-13 Thread James Taylor
Hi Ahmed, If the motivation is to make SQL simple enough for an end-user unfamiliar with it to write queries, then I'd recommend putting a GUI front-end on top of Phoenix. You'd then have the GUI generate standard SQL. This is a very typical scenario in the world of business applications. The

[GitHub] phoenix pull request: PHOENIX-933 Local index support to Phoenix

2014-07-13 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/1#discussion_r14858124 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/SkipRangeParallelIteratorRegionSplitter.java --- @@ -54,7 +55,8 @@ protected

[jira] [Commented] (PHOENIX-933) Local index support to Phoenix

2014-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060094#comment-14060094 ] ASF GitHub Bot commented on PHOENIX-933: Github user chrajeshbabu commented on a

[GitHub] phoenix pull request: PHOENIX-933 Local index support to Phoenix

2014-07-13 Thread chrajeshbabu
Github user chrajeshbabu commented on the pull request: https://github.com/apache/phoenix/pull/1#issuecomment-48839233 bq. Cleanest might be to just implement a simple ParallelIteratorRegionSplitter for use when a local index is used that just returns all regions: I will add new

[jira] [Commented] (PHOENIX-933) Local index support to Phoenix

2014-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060096#comment-14060096 ] ASF GitHub Bot commented on PHOENIX-933: Github user chrajeshbabu commented on

[jira] [Updated] (PHOENIX-1035) Performance test local indexing against global indexing

2014-07-13 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rajeshbabu updated PHOENIX-1035: Issue Type: Sub-task (was: Bug) Parent: PHOENIX-933 Performance test local indexing

[GitHub] phoenix pull request: PHOENIX-933 Local index support to Phoenix

2014-07-13 Thread chrajeshbabu
GitHub user chrajeshbabu opened a pull request: https://github.com/apache/phoenix/pull/3 PHOENIX-933 Local index support to Phoenix Updated pull request after resolving conflicts and handling James review comments. You can merge this pull request into a Git repository by running:

[jira] [Commented] (PHOENIX-933) Local index support to Phoenix

2014-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060189#comment-14060189 ] ASF GitHub Bot commented on PHOENIX-933: GitHub user chrajeshbabu opened a pull

[GitHub] phoenix pull request: PHOENIX-933 Local index support to Phoenix

2014-07-13 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/3#discussion_r14860092 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/IndexStatementRewriter.java --- @@ -96,6 +96,11 @@ public ParseNode

[GitHub] phoenix pull request: PHOENIX-933 Local index support to Phoenix

2014-07-13 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/3#discussion_r14860610 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/DefaultParallelIteratorRegionSplitter.java --- @@ -140,7 +142,14 @@ public boolean

[jira] [Commented] (PHOENIX-933) Local index support to Phoenix

2014-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060225#comment-14060225 ] ASF GitHub Bot commented on PHOENIX-933: Github user JamesRTaylor commented on a