Re: Apache Phoenix - Restrict Table Access

2015-07-19 Thread Andrew Purtell
Currently you can create a HBase native table, apply security policy, and then create a view over the HBase table; or you can create a Phoenix table, then switch over to the HBase shell, and grant or revoke access on the HBase tables that Phoenix created. (Could be multiple tables if you created

[jira] [Updated] (PHOENIX-2131) CastParseNode.toSQL omits closing parenthesis

2015-07-19 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-2131: -- Attachment: PHOENIX-2131.patch Patch to add closing parenthesis, as well as adding tests for

[jira] [Updated] (PHOENIX-2131) CastParseNode.toSQL omits closing parenthesis

2015-07-19 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-2131: -- Affects Version/s: 4.3.0 CastParseNode.toSQL omits closing parenthesis

[jira] [Updated] (PHOENIX-672) Add SQL-ish security features using HBase AccessController

2015-07-19 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated PHOENIX-672: --- Assignee: Andrew Purtell Priority: Major Should we revive this? Where in the roadmap do