[jira] [Commented] (HAWQ-1194) XXXX Todo

2017-01-02 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15794435#comment-15794435 ] Paul Guo commented on HAWQ-1194: I guess this was created by mistake? If this is for no use, please delete

[jira] [Closed] (HAWQ-1246) Add generation of RequestID, ClientIP, queryContext(SQL Statement) in HAWQ , and encapsulate these contents to JSON request to RPS

2017-01-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng closed HAWQ-1246. - > Add generation of RequestID, ClientIP, queryContext(SQL Statement) in HAWQ , > and encapsulate these

[jira] [Resolved] (HAWQ-1246) Add generation of RequestID, ClientIP, queryContext(SQL Statement) in HAWQ , and encapsulate these contents to JSON request to RPS

2017-01-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng resolved HAWQ-1246. --- Resolution: Fixed > Add generation of RequestID, ClientIP, queryContext(SQL Statement) in HAWQ , >

[jira] [Closed] (HAWQ-1239) Fail to call pg_rangercheck_batch() when when "rte->rtekind != RTE_RELATION" or "requiredPerms == 0"

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang closed HAWQ-1239. --- > Fail to call pg_rangercheck_batch() when when "rte->rtekind != RTE_RELATION" > or "requiredPerms == 0"

[jira] [Resolved] (HAWQ-1239) Fail to call pg_rangercheck_batch() when when "rte->rtekind != RTE_RELATION" or "requiredPerms == 0"

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang resolved HAWQ-1239. - Resolution: Fixed > Fail to call pg_rangercheck_batch() when when "rte->rtekind != RTE_RELATION"

[jira] [Resolved] (HAWQ-1237) Insert statement need "select" privilege in ranger check

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang resolved HAWQ-1237. - Resolution: Fixed > Insert statement need "select" privilege in ranger check >

[jira] [Closed] (HAWQ-1237) Insert statement need "select" privilege in ranger check

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang closed HAWQ-1237. --- > Insert statement need "select" privilege in ranger check >

[jira] [Updated] (HAWQ-1237) Insert statement need "select" privilege in ranger check

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang updated HAWQ-1237: Fix Version/s: 2.2.0.0-incubating > Insert statement need "select" privilege in ranger check >

[jira] [Updated] (HAWQ-1239) Fail to call pg_rangercheck_batch() when when "rte->rtekind != RTE_RELATION" or "requiredPerms == 0"

2017-01-02 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang updated HAWQ-1239: Fix Version/s: 2.2.0.0-incubating > Fail to call pg_rangercheck_batch() when when "rte->rtekind !=

[jira] [Assigned] (HAWQ-1248) Merge Dockerfiles for HAWQ Dev into HAWQ code base

2017-01-02 Thread Richard Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Guo reassigned HAWQ-1248: - Assignee: Richard Guo (was: Ed Espino) > Merge Dockerfiles for HAWQ Dev into HAWQ code base >

[jira] [Created] (HAWQ-1248) Merge Dockerfiles for HAWQ Dev into HAWQ code base

2017-01-02 Thread Richard Guo (JIRA)
Richard Guo created HAWQ-1248: - Summary: Merge Dockerfiles for HAWQ Dev into HAWQ code base Key: HAWQ-1248 URL: https://issues.apache.org/jira/browse/HAWQ-1248 Project: Apache HAWQ Issue Type:

[GitHub] incubator-hawq pull request #1072: HAWQ-1246. Add generation of RequestID, C...

2017-01-02 Thread stanlyxiang
Github user stanlyxiang closed the pull request at: https://github.com/apache/incubator-hawq/pull/1072 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-hawq issue #1072: HAWQ-1246. Add generation of RequestID, ClientIP...

2017-01-02 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/1072 Thanks for review and comments. Merged into master. I will close it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-hawq pull request #1072: HAWQ-1246. Add generation of RequestID, C...

2017-01-02 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1072#discussion_r94355272 --- Diff: src/backend/libpq/rangerrest.c --- @@ -49,10 +49,23 @@ char* AclObjectKindStr[] = "none" /* MUST BE LAST */

[GitHub] incubator-hawq pull request #1072: HAWQ-1246. Add generation of RequestID, C...

2017-01-02 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1072#discussion_r94355266 --- Diff: src/backend/catalog/aclchk.c --- @@ -2770,27 +2770,38 @@ AclResult pg_rangercheck(AclObjectKind objkind, Oid object_oid, Oid

[GitHub] incubator-hawq issue #1072: HAWQ-1246. Add generation of RequestID, ClientIP...

2017-01-02 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1072 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-hawq pull request #1072: HAWQ-1246. Add generation of RequestID, C...

2017-01-02 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1072#discussion_r94354855 --- Diff: src/backend/catalog/aclchk.c --- @@ -2770,27 +2770,38 @@ AclResult pg_rangercheck(AclObjectKind objkind, Oid object_oid, Oid roleid,

[GitHub] incubator-hawq pull request #1072: HAWQ-1246. Add generation of RequestID, C...

2017-01-02 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1072#discussion_r94354904 --- Diff: src/backend/libpq/rangerrest.c --- @@ -49,10 +49,23 @@ char* AclObjectKindStr[] = "none" /* MUST BE LAST */ };

[GitHub] incubator-hawq issue #1072: [WIP]HAWQ-1246. Add generation of RequestID, Cli...

2017-01-02 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/1072 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if