[GitHub] phoenix issue #289: PHOENIX-4528 PhoenixAccessController checks permissions ...

2018-01-15 Thread twdsilva
Github user twdsilva commented on the issue: https://github.com/apache/phoenix/pull/289 @karanmehta93 LGTM. If you want to add more test coverage for indexes you can parameterize TableDDLPermissionsIT.testIndexAndView which currently grants permissions directly on the table.

[jira] [Commented] (PHOENIX-4528) PhoenixAccessController checks permissions only at table level when creating views

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326575#comment-16326575 ] ASF GitHub Bot commented on PHOENIX-4528: - Github user twdsilva commented on the

[jira] [Updated] (PHOENIX-4130) Avoid server retries for mutable indexes

2018-01-15 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated PHOENIX-4130: -- Attachment: PHOENIX-4130.v2.master.patch > Avoid server retries for mutable indexes >

[jira] [Updated] (PHOENIX-4130) Avoid server retries for mutable indexes

2018-01-15 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated PHOENIX-4130: -- Attachment: (was: PHOENIX-4130.v2.master.patch) > Avoid server retries for mutable indexes

[jira] [Resolved] (PHOENIX-4076) Move master branch up to HBase 1.4.0

2018-01-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved PHOENIX-4076. Resolution: Done > Move master branch up to HBase 1.4.0 >

[jira] [Updated] (PHOENIX-4076) Move master branch up to HBase 1.4.0

2018-01-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-4076: --- Fix Version/s: 4.14.0 > Move master branch up to HBase 1.4.0 > -

Re: [VOTE] Release of Apache Phoenix 4.13.2 for CDH 5.11.2 RC0

2018-01-15 Thread Pedro Boado
+1 , I have tested Phoenix (installed from parcel repository) in both a clean HBase, migrating from a Phoenix-4.7-clabs cluster and also migrating from one of the development builds. Basic table operation seems fine, no issues found. On 13 January 2018 at 11:30, Pedro Boado wrote: > Hello Everyo

[jira] [Commented] (PHOENIX-4076) Move master branch up to HBase 1.4.0

2018-01-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326680#comment-16326680 ] Hudson commented on PHOENIX-4076: - FAILURE: Integrated in Jenkins build Phoenix-master #

[jira] [Commented] (PHOENIX-4528) PhoenixAccessController checks permissions only at table level when creating views

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326755#comment-16326755 ] ASF GitHub Bot commented on PHOENIX-4528: - Github user ankitsinghal commented on

[GitHub] phoenix pull request #289: PHOENIX-4528 PhoenixAccessController checks permi...

2018-01-15 Thread ankitsinghal
Github user ankitsinghal commented on a diff in the pull request: https://github.com/apache/phoenix/pull/289#discussion_r161661425 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ChangePermissionsIT.java --- @@ -267,4 +267,26 @@ public void testMultiTenantTables() thr

[GitHub] phoenix pull request #289: PHOENIX-4528 PhoenixAccessController checks permi...

2018-01-15 Thread karanmehta93
Github user karanmehta93 commented on a diff in the pull request: https://github.com/apache/phoenix/pull/289#discussion_r161662712 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ChangePermissionsIT.java --- @@ -267,4 +267,26 @@ public void testMultiTenantTables() thr

[jira] [Commented] (PHOENIX-4528) PhoenixAccessController checks permissions only at table level when creating views

2018-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326768#comment-16326768 ] ASF GitHub Bot commented on PHOENIX-4528: - Github user karanmehta93 commented on