Re: Phoenix-4.8 version of the SYSTEM table permissions issues

2016-12-06 Thread Ankit Singhal
It has been assumed that your Phoenix tenants are mapped to an authenticated users. On Wed, Dec 7, 2016 at 11:02 AM, Ankit Singhal wrote: > SYSTEM tables are shared among tenants, if you want to control access for > SYSTEM tables to a particular tenant then you should

Re: Phoenix-4.8 version of the SYSTEM table permissions issues

2016-12-06 Thread Ankit Singhal
SYSTEM tables are shared among tenants, if you want to control access for SYSTEM tables to a particular tenant then you should define ACLs at HBase level only. On Wed, Dec 7, 2016 at 7:23 AM, 天真 <416158...@qq.com> wrote: > If a phoenix's multi-tenant + kerberos is used to authorize one of the >

[jira] [Commented] (PHOENIX-3299) Janino could not work in shaded package

2016-12-06 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15727761#comment-15727761 ] Maryann Xue commented on PHOENIX-3299: -- [~julianhyde], I think this is a different issue, and

Re: Can Phoenix work with MapR-DB?

2016-12-06 Thread Ankit Singhal
If MapR is shipping HBase without much change to the internal API, then binary of Phoenix corresponding to their HBase version is expected to work. AFAIK, Phoenix is not yet supported with MapR M7 Edition. but it is still better to check with them directly. On Wed, Dec 7, 2016 at 8:44 AM, 刘 强

Phoenix-4.8 version of the SYSTEM table permissions issues

2016-12-06 Thread ????
If a phoenix's multi-tenant + kerberos is used to authorize one of the tenants, the authorized tenant is not authorized to delete data from the other tenant's hbase. But you can delete the phoenix of the SYSTEM.CATALOG data. Is this a bug?

Can Phoenix work with MapR-DB?

2016-12-06 Thread 刘 强
Hi, I tried the MapR-DB with MapR Drill but the query concurrency is not as goog as expected. Now I am looking into the Phoenix. Can Phoenix work with MapR-DB? Best Regards Qiang

[RESULT][VOTE] Release of Apache Phoenix 4.8.2 RC2

2016-12-06 Thread larsh
The vote passed with 3 +1's, no 0 or -1. We will release 4.8.2RC2 as Phoenix 4.8.2 From: Thomas D'Silva To: dev@phoenix.apache.org Sent: Wednesday, November 23, 2016 7:23 PM Subject: Re: [VOTE] Release of Apache Phoenix 4.8.2 RC2 +1 Ran integration tests.

Re: [VOTE] Release of Apache Phoenix 4.8.2 RC2

2016-12-06 Thread larsh
Yeah... Sorry *very* busy. Will call the vote, do the release, and announce. -- Lars From: Josh Elser To: dev@phoenix.apache.org Sent: Thursday, December 1, 2016 12:53 PM Subject: Re: [VOTE] Release of Apache Phoenix 4.8.2 RC2 Hey Lars, Is a +1 from yourself to

[jira] [Commented] (PHOENIX-3333) Support Spark 2.0

2016-12-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15727117#comment-15727117 ] James Taylor commented on PHOENIX-: --- Would love to get this into a 4.10 release, [~jmahonin].

[jira] [Updated] (PHOENIX-3521) Scan over local index may return incorrect result after flush & compaction

2016-12-06 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-3521: - Attachment: gen.py The python script to generate 1.csv > Scan over local index may

[jira] [Created] (PHOENIX-3522) Altering the mutability of a parent table does not propagate to the child views

2016-12-06 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-3522: --- Summary: Altering the mutability of a parent table does not propagate to the child views Key: PHOENIX-3522 URL: https://issues.apache.org/jira/browse/PHOENIX-3522

[jira] [Created] (PHOENIX-3521) Scan over local index may return incorrect result after flush & compaction

2016-12-06 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created PHOENIX-3521: Summary: Scan over local index may return incorrect result after flush & compaction Key: PHOENIX-3521 URL: https://issues.apache.org/jira/browse/PHOENIX-3521

[jira] [Commented] (PHOENIX-3520) Store metadata for tenant views in a separate column family

2016-12-06 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726787#comment-15726787 ] Samarth Jain commented on PHOENIX-3520: --- [~jamestaylor], [~lhofhansl] > Store metadata for tenant

[jira] [Created] (PHOENIX-3520) Store metadata for tenant views in a separate column family

2016-12-06 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-3520: - Summary: Store metadata for tenant views in a separate column family Key: PHOENIX-3520 URL: https://issues.apache.org/jira/browse/PHOENIX-3520 Project: Phoenix

[jira] [Commented] (PHOENIX-2481) JSON Bulkload Tool

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726685#comment-15726685 ] ASF GitHub Bot commented on PHOENIX-2481: - Github user JamesRTaylor commented on the issue:

[GitHub] phoenix issue #141: PHOENIX-2481 JSON bulkload tool

2016-12-06 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue: https://github.com/apache/phoenix/pull/141 Thanks for the feedback, @nagarjunak758. I've added a mention of the JSON bulk loader in our Bulk Loading page here: https://phoenix.apache.org/bulk_dataload.html. Please feel free to send us

[jira] [Resolved] (PHOENIX-3442) Support null when columns have default values for immutable tables with encoding scheme COLUMNS_STORED_IN_SINGLE_CELL

2016-12-06 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva resolved PHOENIX-3442. - Resolution: Fixed > Support null when columns have default values for immutable tables

[jira] [Updated] (PHOENIX-3442) Support null when columns have default values for immutable tables with encoding scheme COLUMNS_STORED_IN_SINGLE_CELL

2016-12-06 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-3442: Attachment: PHOENIX-3442-v3.patch Attaching final patch. I have added the comment about

[jira] [Commented] (PHOENIX-3477) Support sequence arithmetic in Calcite-Phoenix

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726593#comment-15726593 ] ASF GitHub Bot commented on PHOENIX-3477: - Github user maryannxue commented on a diff in the

[GitHub] phoenix pull request #224: PHOENIX-3477 Support sequence arithmetic in Calci...

2016-12-06 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/phoenix/pull/224#discussion_r91163250 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java --- @@ -1343,6 +1343,28 @@ public void initTable() throws Exception {

[jira] [Commented] (PHOENIX-3477) Support sequence arithmetic in Calcite-Phoenix

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726582#comment-15726582 ] ASF GitHub Bot commented on PHOENIX-3477: - Github user lomoree commented on a diff in the pull

[GitHub] phoenix pull request #224: PHOENIX-3477 Support sequence arithmetic in Calci...

2016-12-06 Thread lomoree
Github user lomoree commented on a diff in the pull request: https://github.com/apache/phoenix/pull/224#discussion_r91162501 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java --- @@ -1343,6 +1343,28 @@ public void initTable() throws Exception {

[jira] [Commented] (PHOENIX-3299) Janino could not work in shaded package

2016-12-06 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726542#comment-15726542 ] Julian Hyde commented on PHOENIX-3299: -- Is this a duplicate of CALCITE-1461? > Janino could not

[jira] [Commented] (PHOENIX-3299) Janino could not work in shaded package

2016-12-06 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726498#comment-15726498 ] Josh Elser commented on PHOENIX-3299: - bq. But it you instantiate an object, then ask it its class

[jira] [Commented] (PHOENIX-3477) Support sequence arithmetic in Calcite-Phoenix

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726483#comment-15726483 ] ASF GitHub Bot commented on PHOENIX-3477: - Github user maryannxue commented on a diff in the

[jira] [Commented] (PHOENIX-3477) Support sequence arithmetic in Calcite-Phoenix

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726485#comment-15726485 ] ASF GitHub Bot commented on PHOENIX-3477: - Github user maryannxue commented on a diff in the

[jira] [Commented] (PHOENIX-3477) Support sequence arithmetic in Calcite-Phoenix

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726484#comment-15726484 ] ASF GitHub Bot commented on PHOENIX-3477: - Github user maryannxue commented on a diff in the

[GitHub] phoenix pull request #224: PHOENIX-3477 Support sequence arithmetic in Calci...

2016-12-06 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/phoenix/pull/224#discussion_r91152331 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java --- @@ -1343,6 +1343,28 @@ public void initTable() throws Exception {

[GitHub] phoenix pull request #224: PHOENIX-3477 Support sequence arithmetic in Calci...

2016-12-06 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/phoenix/pull/224#discussion_r91155610 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/calcite/rel/PhoenixClientProject.java --- @@ -73,13 +70,10 @@ public QueryPlan

[GitHub] phoenix pull request #224: PHOENIX-3477 Support sequence arithmetic in Calci...

2016-12-06 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/phoenix/pull/224#discussion_r91152478 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/calcite/CalciteUtils.java --- @@ -1115,6 +1099,11 @@ public Void visitCall(RexCall call) {

[jira] [Commented] (PHOENIX-3299) Janino could not work in shaded package

2016-12-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726458#comment-15726458 ] James Taylor commented on PHOENIX-3299: --- Maybe our shading expert, [~elserj] has ideas? > Janino

[jira] [Commented] (PHOENIX-2481) JSON Bulkload Tool

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726334#comment-15726334 ] ASF GitHub Bot commented on PHOENIX-2481: - Github user nagarjunak758 commented on the issue:

[GitHub] phoenix issue #141: PHOENIX-2481 JSON bulkload tool

2016-12-06 Thread nagarjunak758
Github user nagarjunak758 commented on the issue: https://github.com/apache/phoenix/pull/141 Would be great if the documentation is updated, possibly with few examples. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (PHOENIX-2481) JSON Bulkload Tool

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726327#comment-15726327 ] ASF GitHub Bot commented on PHOENIX-2481: - Github user nagarjunak758 commented on the issue:

[GitHub] phoenix issue #141: PHOENIX-2481 JSON bulkload tool

2016-12-06 Thread nagarjunak758
Github user nagarjunak758 commented on the issue: https://github.com/apache/phoenix/pull/141 Would be great if the apache phoenix documentation is also updated, possibly with some examples. --- If your project is set up for it, you can reply to this email and have your reply appear

Re: build fails for apache phoenix

2016-12-06 Thread Ted Yu
Please use this command: mvn clean install -DskipTests On Tue, Dec 6, 2016 at 3:23 AM, Nagarjuna Kanamarlapudi < nkanamarlap...@linkedin.com.invalid> wrote: > Hi Phoenix Dev Team, > > I cloned the apache phoenix project and tried to build the project using > the command mvn clean compile. But

build fails for apache phoenix

2016-12-06 Thread Nagarjuna Kanamarlapudi
Hi Phoenix Dev Team, I cloned the apache phoenix project and tried to build the project using the command mvn clean compile. But seemingly, the build fails with the below error. Am I missing something here ? Can some one help me here ? [INFO] Finished at: 2016-12-06T16:34:11+05:30 [INFO]