[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898147 --- Diff: src/backend/utils/misc/guc.c --- @@ -6250,6 +6261,15 @@ static struct config_int ConfigureNamesInt[] = }, { +

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898078 --- Diff: src/include/utils/rangerrest.h --- @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91897627 --- Diff: src/backend/parser/parse_relation.c --- @@ -2713,15 +2712,90 @@ warnAutoRange(ParseState *pstate, RangeVar *relation, int location)

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898169 --- Diff: src/backend/utils/misc/guc.c --- @@ -8154,6 +8174,15 @@ static struct config_string ConfigureNamesString[] = }, {

[jira] [Reopened] (HAWQ-1195) Synchrony:Union not working on external tables ERROR:"Two or more external tables use the same error table ""xxxxxxx"" in a statement (execMain.c:274)"

2016-12-12 Thread Ming LI (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming LI reopened HAWQ-1195: --- Revert this commit because running installcheck-good failed. It is my fault, I had thought that we have move all te

[GitHub] incubator-hawq pull request #1040: HAWQ-1195. Fixed error "Two or more exter...

2016-12-12 Thread liming01
GitHub user liming01 reopened a pull request: https://github.com/apache/incubator-hawq/pull/1040 HAWQ-1195. Fixed error "Two or more external tables use the same erro… …r table " The error table should be works same as normal user table on hdfs, which support multiple I

[GitHub] incubator-hawq issue #1047: HAWQ-1003. Implement batched ACL check through R...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1047 Seems there are file conflicts with https://github.com/apache/incubator-hawq/pull/1046 At least rangerrest.h --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-hawq issue #1040: HAWQ-1195. Fixed error "Two or more external tab...

2016-12-12 Thread liming01
Github user liming01 commented on the issue: https://github.com/apache/incubator-hawq/pull/1040 Revert this commit because running installcheck-good failed. It is my fault, I had thought that we have move all testcases in installcheck-good to featuretest, so I only ran feature test

[GitHub] incubator-hawq pull request #1048: HAWQ-1140. Parallelize test cases for haw...

2016-12-12 Thread wcl14
GitHub user wcl14 opened a pull request: https://github.com/apache/incubator-hawq/pull/1048 HAWQ-1140. Parallelize test cases for hawqregister usage2. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wcl14/incubator-hawq HAWQ-1140

[jira] [Commented] (HAWQ-1212) Upgrade libhdfs3 with upstream hadoop/hdp

2016-12-12 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741377#comment-15741377 ] hongwu commented on HAWQ-1212: -- [~rvs], yes. There needs more investigation to list these deta

[jira] [Assigned] (HAWQ-1214) Remove resource_parameters in calculate_planner_segment_num()

2016-12-12 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1214: -- Assignee: Paul Guo (was: Lei Chang) > Remove resource_parameters in calculate_planner_segment_num() > -

[jira] [Created] (HAWQ-1214) Remove resource_parameters in calculate_planner_segment_num()

2016-12-12 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1214: -- Summary: Remove resource_parameters in calculate_planner_segment_num() Key: HAWQ-1214 URL: https://issues.apache.org/jira/browse/HAWQ-1214 Project: Apache HAWQ Issue Ty

[jira] [Updated] (HAWQ-1214) Remove resource_parameters

2016-12-12 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-1214: --- Summary: Remove resource_parameters (was: Remove resource_parameters in calculate_planner_segment_num()) > Re

[GitHub] incubator-hawq issue #1040: HAWQ-1195. Fixed error "Two or more external tab...

2016-12-12 Thread liming01
Github user liming01 commented on the issue: https://github.com/apache/incubator-hawq/pull/1040 When we found the same error table used for the same query, we should assign a new sets of seg files for INSERT INTO ERROR TABLE, which means different relation will insert into the differe

[jira] [Commented] (HAWQ-1210) Documentation regarding usage of libhdfs3 in concurrent environment

2016-12-12 Thread William Forson (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742603#comment-15742603 ] William Forson commented on HAWQ-1210: -- Hi Zhanwei Wang, Unfortunately, I don't think

[jira] [Commented] (HAWQ-1205) Change hawq start script once finding enable_ranger GUC is on.

2016-12-12 Thread Alexander Denissov (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742675#comment-15742675 ] Alexander Denissov commented on HAWQ-1205: -- I think there are 2 points here: 1. H

[jira] [Created] (HAWQ-1215) PXF HiveORC profile doesn't handle complex types correctly

2016-12-12 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1215: -- Summary: PXF HiveORC profile doesn't handle complex types correctly Key: HAWQ-1215 URL: https://issues.apache.org/jira/browse/HAWQ-1215 Project: Apache HAWQ Issu

[jira] [Assigned] (HAWQ-1215) PXF HiveORC profile doesn't handle complex types correctly

2016-12-12 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani reassigned HAWQ-1215: -- Assignee: Shivram Mani (was: Lei Chang) > PXF HiveORC profile doesn't handle complex types corr

[jira] [Updated] (HAWQ-1215) PXF HiveORC profile doesn't handle complex types correctly

2016-12-12 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1215: --- Description: The new HiveORC profile has an issue with handling complex hive types (array,map,struct,u

[jira] [Updated] (HAWQ-1215) PXF HiveORC profile doesn't handle complex types correctly

2016-12-12 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1215: --- Affects Version/s: 2.0.0.0-incubating > PXF HiveORC profile doesn't handle complex types correctly > --

[jira] [Commented] (HAWQ-1202) docs - add PXF server configuration parameters to reference

2016-12-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743475#comment-15743475 ] ASF GitHub Bot commented on HAWQ-1202: -- Github user dyozie commented on a diff in the

[jira] [Commented] (HAWQ-1212) Upgrade libhdfs3 with upstream hadoop/hdp

2016-12-12 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743612#comment-15743612 ] Roman Shaposhnik commented on HAWQ-1212: My plan is to help you with mentorship req

[jira] [Commented] (HAWQ-1212) Upgrade libhdfs3 with upstream hadoop/hdp

2016-12-12 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743616#comment-15743616 ] hongwu commented on HAWQ-1212: -- Got, thanks. > Upgrade libhdfs3 with upstream hadoop/hdp > --