[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread ankitsinghal
Github user ankitsinghal commented on the pull request: https://github.com/apache/phoenix/pull/153#issuecomment-200819479 still also, all views will be pointing to same physical table even if they have different schemas . we do update physical table property during the creation of vie

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210174#comment-15210174 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user ankitsinghal commented on

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210450#comment-15210450 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57340354 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateSchemaIT.java --- @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57341237 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateTableIT.java --- @@ -94,6 +99,8 @@ public void testCreateTable() throws Exception {

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210466#comment-15210466 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57343095 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/NamespaceSchemaMappingIT.java --- @@ -0,0 +1,105 @@ +/* + * Licensed to the Apache

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210482#comment-15210482 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[jira] [Created] (PHOENIX-2795) Support auto partition for views

2016-03-24 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2795: - Summary: Support auto partition for views Key: PHOENIX-2795 URL: https://issues.apache.org/jira/browse/PHOENIX-2795 Project: Phoenix Issue Type: Improvemen

[jira] [Updated] (PHOENIX-2795) Support auto partition for views

2016-03-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2795: -- Description: When a view or base table is created, we should have an string AUTO_PARTITION_SE

[jira] [Updated] (PHOENIX-2795) Support auto partition for views

2016-03-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2795: -- Description: When a view or base table is created, we should have an string AUTO_PARTITION_SE

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57363423 --- Diff: phoenix-protocol/src/main/MetaDataService.proto --- @@ -72,6 +79,12 @@ message GetFunctionsRequest { optional int32 clientVersion = 5;

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210699#comment-15210699 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210709#comment-15210709 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57364562 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java --- @@ -825,9 +825,27 @@ protected static void ensureTableCreated(String url,

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57364814 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PTable.java --- @@ -341,4 +345,13 @@ public static LinkType fromSerializedValue(byte seri

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210712#comment-15210712 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57371542 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/parse/PSchema.java --- @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache Software Foundatio

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210778#comment-15210778 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57371653 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java --- @@ -544,7 +556,28 @@ private MetaDataMutationResult updateCache(PN

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210782#comment-15210782 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57371949 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1115,6 +1212,24 @@ private PFunction loadFunction

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210788#comment-15210788 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57372367 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java --- @@ -3301,4 +3356,86 @@ private PTable getParentOfView(PTable view)

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210792#comment-15210792 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57372836 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PSchemaKey.java --- @@ -0,0 +1,67 @@ +/* --- End diff -- Where is this us

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210800#comment-15210800 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57373091 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java --- @@ -634,15 +642,19 @@ private PMetaData metaDataMutat

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210803#comment-15210803 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210810#comment-15210810 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57373401 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java --- @@ -958,6 +973,32 @@ private boolean allowOnlineTable

[GitHub] phoenix pull request: PHOENIX-1311 HBase namespaces surfaced in ph...

2016-03-24 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/153#discussion_r57373598 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java --- @@ -958,6 +973,32 @@ private boolean allowOnlineTable

[jira] [Commented] (PHOENIX-1311) HBase namespaces surfaced in phoenix

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210813#comment-15210813 ] ASF GitHub Bot commented on PHOENIX-1311: - Github user samarthjain commented on

Re: Continuing Trace UI work?

2016-03-24 Thread Ayola Jayamaha
Hi All, Here I am sharing my proposal: https://docs.google.com/document/d/1Mvcae5JLws_ivpiWP8PuAqUhA27k1H_I9_OVEhJTzOY/edit?usp=sharing Ideas are welcome! On Thu, Mar 24, 2016 at 10:47 AM, Ayola Jayamaha wrote: > Thanks Jesse, > > For you ideas, Yes we can more focus in to zipkin > > On Thu, M

[jira] [Commented] (PHOENIX-2405) Improve performance and stability of server side sort for ORDER BY

2016-03-24 Thread Haoran Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211035#comment-15211035 ] Haoran Zhang commented on PHOENIX-2405: --- Dear [~jamestaylor] Thanks for your advi

[jira] [Comment Edited] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063 ] Biju Nair edited comment on PHOENIX-2783 at 3/24/16 10:29 PM:

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063 ] Biju Nair commented on PHOENIX-2783: If anyone face the scenario detailed in the des

[jira] [Comment Edited] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063 ] Biju Nair edited comment on PHOENIX-2783 at 3/24/16 10:29 PM:

[jira] [Created] (PHOENIX-2796) Remove unnecessary code for handling array data type

2016-03-24 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-2796: - Summary: Remove unnecessary code for handling array data type Key: PHOENIX-2796 URL: https://issues.apache.org/jira/browse/PHOENIX-2796 Project: Phoenix Is

[jira] [Commented] (PHOENIX-2405) Improve performance and stability of server side sort for ORDER BY

2016-03-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211176#comment-15211176 ] James Taylor commented on PHOENIX-2405: --- Thanks, Haoran. For PHOENIX-2405, we'd ta

[jira] [Commented] (PHOENIX-2796) Remove unnecessary code for handling array data type

2016-03-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211205#comment-15211205 ] James Taylor commented on PHOENIX-2796: --- That code optimizes what gets returned fr

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211238#comment-15211238 ] Biju Nair commented on PHOENIX-2783: Hi [~sergey.soldatov], since the change is in t

[jira] [Updated] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Nair updated PHOENIX-2783: --- Attachment: PHOENIX-2783-INIT.patch As mentioned in the previous comment, this is a quick change whi

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211249#comment-15211249 ] James Taylor commented on PHOENIX-2783: --- Thanks for the thorough analysis, [~biju7

[jira] [Updated] (PHOENIX-2541) Support addBatch() and updateBatch() through QueryServer

2016-03-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-2541: Attachment: PHOENIX-2541.patch Little patch that adds a flag to Pherf that will use addBatch() and

[jira] [Commented] (PHOENIX-1695) Phoenix matching the HBase Bytes.toBytes(int) method cause numerical overflow

2016-03-24 Thread Kan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211349#comment-15211349 ] Kan Zhang commented on PHOENIX-1695: Hi James, Could you please elaborate on the PD

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-24 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211358#comment-15211358 ] Hadoop QA commented on PHOENIX-2783: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-2796) Remove unnecessary code for handling array data type

2016-03-24 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211440#comment-15211440 ] Dumindu Buddhika commented on PHOENIX-2796: --- Yeah. The tests are testServerArr

[jira] [Created] (PHOENIX-2797) Ideas to speed up MIN/MAX/DISTINCT for prefixes of the PK

2016-03-24 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created PHOENIX-2797: -- Summary: Ideas to speed up MIN/MAX/DISTINCT for prefixes of the PK Key: PHOENIX-2797 URL: https://issues.apache.org/jira/browse/PHOENIX-2797 Project: Phoenix

[jira] [Updated] (PHOENIX-2797) Ideas to speed up MIN/MAX/DISTINCT for prefixes of the PK

2016-03-24 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-2797: --- Description: All of MIN, MAX, and DISTINCT always perform a full scan, even when they are on