[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93184941 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93184810 --- Diff: src/test/regress/checkinc.py --- @@ -78,9 +78,10 @@ 'winsock.h': [], 'winsock2.h':[],

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93183177 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq issue #1058: HAWQ-1226. HAWQ core dump due to enable ranger w...

2016-12-19 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1058 Return RANGERCHECK_UNKNOWN has some problem. check_privilege_from_ranger is call by pg_rangercheck which returns AclResult. But RANGERCHECK_UNKNOWN is belong to RangerACLResult. We need

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93183193 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93183185 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93182919 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq issue #1058: HAWQ-1226. HAWQ core dump due to enable ranger w...

2016-12-19 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1058 @xunzhang warning: be-secure.c:322:1: warning: unused function 'report_commerror' [-Wunused-function] report_commerror(const char *err_msg) ^ 1 warning generated.

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179924 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93180221 --- Diff: src/backend/libpq/rangerrest.c --- @@ -86,132 +98,132 @@ RangerACLResult parse_ranger_response(char* buffer) */ json_object

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179777 --- Diff: src/test/regress/checkinc.py --- @@ -78,9 +78,10 @@ 'winsock.h': [], 'winsock2.h':[],

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179978 --- Diff: src/backend/libpq/rangerrest.c --- @@ -24,60 +24,72 @@ *

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93180025 --- Diff: src/backend/libpq/rangerrest.c --- @@ -24,60 +24,72 @@ *

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179635 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq issue #1058: HAWQ-1226. HAWQ core dump due to enable ranger w...

2016-12-19 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1058 @linwen @xunzhang @stanlyxiang @zhangh43 help to review, thanks. 1. fix core dump while RPS not running rangerrest.c:435 2. fix libcurl write_callback() problem

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179139 --- Diff: src/backend/libpq/rangerrest.c --- @@ -245,279 +257,326 @@ json_object *create_ranger_request_json_batch(List *args) * }

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1058#discussion_r93179019 --- Diff: src/backend/libpq/be-secure.c --- @@ -329,6 +331,7 @@ report_commerror(const char *err_msg) RESUME_INTERRUPTS(); }

[GitHub] incubator-hawq pull request #1058: HAWQ-1226. HAWQ core dump due to enable r...

2016-12-19 Thread interma
GitHub user interma opened a pull request: https://github.com/apache/incubator-hawq/pull/1058 HAWQ-1226. HAWQ core dump due to enable ranger while RPS is down also include: 1. fix core dump while RPS not running 2. fix libcurl write_callback() problem 3. add libcurl

[GitHub] incubator-hawq pull request #1056: HAWQ-1227. Fix hawq init fails when user ...

2016-12-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/1056 --- 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

[jira] [Updated] (HAWQ-1226) HAWQ core dump due to enable ranger while RPS is down

2016-12-19 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Summary: HAWQ core dump due to enable ranger while RPS is down (was: HAWQ core dump due to enable ranger

[jira] [Updated] (HAWQ-1226) HAWQ core dump due to enable ranger while RPS is down.

2016-12-19 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Summary: HAWQ core dump due to enable ranger while RPS is down. (was: HAWQ core dump due to Enable ranger

[jira] [Updated] (HAWQ-1226) HAWQ core dump due to Enable ranger while RPS is down.

2016-12-19 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Summary: HAWQ core dump due to Enable ranger while RPS is down. (was: Enable ranger while RPS is down

[jira] [Updated] (HAWQ-1226) Enable ranger while RPS is down will cause HAWQ to core dump

2016-12-19 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Summary: Enable ranger while RPS is down will cause HAWQ to core dump (was: Enable ranger while RPS is down

[GitHub] incubator-hawq pull request #1057: HAWQ-1221. Add register test case verify ...

2016-12-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/1057 --- 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 #1057: HAWQ-1221. Add register test case verify bug fix...

2016-12-19 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/1057 @paul-guo- modified. Thanks. --- 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

[GitHub] incubator-hawq issue #1057: HAWQ-1221. Add test case verify for bug fix

2016-12-19 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1057 The JIRA title should be more accurate. --- 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

[GitHub] incubator-hawq issue #1057: HAWQ-1221. Add test case verify for bug fix

2016-12-19 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1057 +1 --- 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 issue #1057: HAWQ-1221. Add test case verify for bug fix

2016-12-19 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1057 +1 --- 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

[jira] [Resolved] (HAWQ-1145) After registering a partition table, if we want to insert some data into the table, it fails.

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-1145. -- Resolution: Fixed Assignee: Chunling Wang (was: Hubert Zhang) > After registering a partition table, if

[jira] [Resolved] (HAWQ-1004) Implement calling Ranger REST Service using libcurl.

2016-12-19 Thread Lin Wen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Wen resolved HAWQ-1004. --- Resolution: Fixed > Implement calling Ranger REST Service using libcurl. >

[jira] [Resolved] (HAWQ-832) Integrate ICG to Gtest

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-832. - Resolution: Done > Integrate ICG to Gtest > -- > > Key: HAWQ-832 >

[jira] [Assigned] (HAWQ-832) Integrate ICG to Gtest

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu reassigned HAWQ-832: --- Assignee: hongwu (was: Jiali Yao) > Integrate ICG to Gtest > -- > > Key:

[jira] [Resolved] (HAWQ-1044) Verify the correctness of hawq register

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-1044. -- Resolution: Done > Verify the correctness of hawq register > --- > >

[jira] [Resolved] (HAWQ-1037) modify way to get HDFS port in TestHawqRegister

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-1037. -- Resolution: Fixed > modify way to get HDFS port in TestHawqRegister >

[jira] [Resolved] (HAWQ-955) Add script for feature test running in parallel

2016-12-19 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-955. - Resolution: Implemented > Add script for feature test running in parallel >

[jira] [Resolved] (HAWQ-1131) Fix error message difference between Orca and Planner

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-1131. - Resolution: Fixed Fix Version/s: 2.0.1.0-incubating > Fix error message difference between

[jira] [Resolved] (HAWQ-934) Populate canSetTag of PlannedStmt from Query object

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-934. Resolution: Fixed > Populate canSetTag of PlannedStmt from Query object >

[jira] [Resolved] (HAWQ-938) Remove ivy.xml in gpopt and read orca version from header file

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-938. Resolution: Fixed > Remove ivy.xml in gpopt and read orca version from header file >

[jira] [Resolved] (HAWQ-983) Minirepro generate wrong dependency order of objects and miss CTE relations

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-983. Resolution: Fixed > Minirepro generate wrong dependency order of objects and miss CTE relations >

[jira] [Resolved] (HAWQ-929) Fix plan generated by query window function and no partition by clause

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-929. Resolution: Resolved > Fix plan generated by query window function and no partition by clause >

[jira] [Resolved] (HAWQ-860) Optimizer generates wrong plan when correlated subquery contains set-returning functions

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-860. Resolution: Fixed > Optimizer generates wrong plan when correlated subquery contains > set-returning

[jira] [Resolved] (HAWQ-1122) Bump ORCA version to 1.674

2016-12-19 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved HAWQ-1122. - Resolution: Resolved Fix Version/s: 2.0.1.0-incubating > Bump ORCA version to 1.674 >

[jira] [Resolved] (HAWQ-1218) docs - create reference page for DROP LANGUAGE

2016-12-19 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen resolved HAWQ-1218. - Resolution: Fixed Fix Version/s: 2.0.1.0-incubating DROP LANGUAGE page added to SQL reference

[jira] [Closed] (HAWQ-1218) docs - create reference page for DROP LANGUAGE

2016-12-19 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen closed HAWQ-1218. --- > docs - create reference page for DROP LANGUAGE > -- > >

[jira] [Resolved] (HAWQ-1219) docs - pg_class ref page missing relstorage modes

2016-12-19 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen resolved HAWQ-1219. - Resolution: Fixed Fix Version/s: 2.0.1.0-incubating missing relstorage modes have been added to the

[jira] [Closed] (HAWQ-1219) docs - pg_class ref page missing relstorage modes

2016-12-19 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen closed HAWQ-1219. --- > docs - pg_class ref page missing relstorage modes > - > >

[GitHub] incubator-hawq issue #1056: HAWQ-1227. Fix hawq init fails when user name wi...

2016-12-19 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/1056 `CEO` is a great capitalized user name. --- 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

[GitHub] incubator-hawq issue #1056: HAWQ-1227. Fix hawq init fails when user name wi...

2016-12-19 Thread jianlirong
Github user jianlirong commented on the issue: https://github.com/apache/incubator-hawq/pull/1056 Last time when I encountered this issue, it was one year ago. It seems I am the only one who likes to use a capitalized user name, :). Glad to hear that this issue is finally resolved.

[GitHub] incubator-hawq pull request #1057: HAWQ-1221. Add test case verify for bug f...

2016-12-19 Thread stanlyxiang
GitHub user stanlyxiang opened a pull request: https://github.com/apache/incubator-hawq/pull/1057 HAWQ-1221. Add test case verify for bug fix cc @ictmalili @linwen @interma @xunzhang pls review. thanks. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-19 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/1055 --- 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 #1055: HAWQ-1001. Bugfix and refactor ranger logic.

2016-12-19 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/1055 Merged into master. --- 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

[GitHub] incubator-hawq issue #1055: HAWQ-1001. Bugfix and refactor ranger logic.

2016-12-19 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/1055 +1 --- 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

[jira] [Closed] (HAWQ-1186) Remove with-thrift in src/Makefile.global.in

2016-12-19 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1186. -- > Remove with-thrift in src/Makefile.global.in > > >

[GitHub] incubator-hawq issue #1056: HAWQ-1227. Fix hawq init fails when user name wi...

2016-12-19 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/1056 LGTM. +1 --- 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,

[GitHub] incubator-hawq pull request #1056: HAWQ-1227. Fix hawq init fails when user ...

2016-12-19 Thread radarwave
GitHub user radarwave opened a pull request: https://github.com/apache/incubator-hawq/pull/1056 HAWQ-1227. Fix hawq init fails when user name with a capital. Add single quote to ROLENAME, so it's capital sensitive. Add option '-v ON_ERROR_STOP=on' to psql client, so it