[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r103857662 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -885,6 +906,12 @@ writer_wait_for_acks(ShareInput_Lk_Context *pctxt, int share_id, int

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r103856229 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -627,38 +627,50 @@ static void create_tmp_fifo(const char *fifoname) /* *

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r103856770 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -627,38 +627,50 @@ static void create_tmp_fifo(const char *fifoname) /* *

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r103857185 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -627,38 +627,50 @@ static void create_tmp_fifo(const char *fifoname) /* *

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r103855671 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -1009,10 +1059,10 @@ shareinput_writer_waitdone(void *ctxt, int share_id, int

[jira] [Commented] (HAWQ-760) Hawq register

2017-03-01 Thread Lili Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15891592#comment-15891592 ] Lili Ma commented on HAWQ-760: -- [~kdunn926] HAWQ register doesn't check HAWQ version number. Although HAWQ

[GitHub] incubator-hawq pull request #1154: HAWQ-1367. HAWQ can access to user tables...

2017-03-01 Thread wcl14
Github user wcl14 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1154 --- 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 #1151: HAWQ-1359. Add policy test for HAWQ with Ranger ...

2017-03-01 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1151 +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] [Updated] (HAWQ-1372) doc ambari hawq config change procedure that does not require cluster restart

2017-03-01 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen updated HAWQ-1372: Priority: Minor (was: Major) > doc ambari hawq config change procedure that does not require cluster

[jira] [Updated] (HAWQ-1372) doc ambari hawq config change procedure that does not require cluster restart

2017-03-01 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen updated HAWQ-1372: Fix Version/s: (was: 2.2.0.0-incubating) > doc ambari hawq config change procedure that does not require

[jira] [Updated] (HAWQ-1372) doc ambari hawq config change procedure that does not require cluster restart

2017-03-01 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen updated HAWQ-1372: Fix Version/s: 2.2.0.0-incubating > doc ambari hawq config change procedure that does not require cluster

[jira] [Created] (HAWQ-1372) doc ambari hawq config change procedure that does not require cluster restart

2017-03-01 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1372: --- Summary: doc ambari hawq config change procedure that does not require cluster restart Key: HAWQ-1372 URL: https://issues.apache.org/jira/browse/HAWQ-1372 Project: Apache HAWQ

[GitHub] incubator-hawq pull request #1151: HAWQ-1359. Add policy test for HAWQ with ...

2017-03-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1151#discussion_r103832796 --- Diff: src/test/feature/Ranger/rangeruser.py --- @@ -0,0 +1,117 @@ +""" +Licensed to the Apache Software Foundation (ASF) under one

[jira] [Resolved] (HAWQ-1370) Misuse of regular expressions in init_file of feature test.

2017-03-01 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hubert Zhang resolved HAWQ-1370. Resolution: Fixed Fix Version/s: 2.2.0.0-incubating fixed > Misuse of regular expressions in

[jira] [Assigned] (HAWQ-1370) Misuse of regular expressions in init_file of feature test.

2017-03-01 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hubert Zhang reassigned HAWQ-1370: -- Assignee: Hubert Zhang (was: Ed Espino) > Misuse of regular expressions in init_file of

[GitHub] incubator-hawq pull request #1156: HAWQ-1370. Misuse of regular expressions ...

2017-03-01 Thread zhangh43
Github user zhangh43 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1156 --- 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] [Commented] (HAWQ-1352) doc updates for HAWQ-1348

2017-03-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15891260#comment-15891260 ] ASF GitHub Bot commented on HAWQ-1352: -- Github user janebeckman closed the pull request at:

[jira] [Commented] (HAWQ-760) Hawq register

2017-03-01 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890537#comment-15890537 ] Kyle R Dunn commented on HAWQ-760: -- [~lilima] - How does hawq register change or handle trying to register

[jira] [Comment Edited] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-03-01 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890288#comment-15890288 ] Kyle R Dunn edited comment on HAWQ-8 at 3/1/17 2:38 PM: I think we should aim to have

[jira] [Commented] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-03-01 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890288#comment-15890288 ] Kyle R Dunn commented on HAWQ-8: I think we should aim to have the build system be OS agnostic. I was

[jira] [Commented] (HAWQ-326) Support RPM build for HAWQ

2017-03-01 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890278#comment-15890278 ] Kyle R Dunn commented on HAWQ-326: -- PXF can be built by performing the following: {code} cd

[jira] [Comment Edited] (HAWQ-326) Support RPM build for HAWQ

2017-03-01 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889199#comment-15889199 ] Kyle R Dunn edited comment on HAWQ-326 at 3/1/17 2:31 PM: -- I've done some initial

[jira] [Comment Edited] (HAWQ-326) Support RPM build for HAWQ

2017-03-01 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890207#comment-15890207 ] Ruilong Huo edited comment on HAWQ-326 at 3/1/17 1:59 PM: -- [~kdunn926], thanks for

[jira] [Commented] (HAWQ-326) Support RPM build for HAWQ

2017-03-01 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890207#comment-15890207 ] Ruilong Huo commented on HAWQ-326: -- [~kdunn926], thanks for the great effort! [~shivram], please let us if

[jira] [Commented] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-03-01 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890168#comment-15890168 ] Ruilong Huo commented on HAWQ-8: [~kdunn926], so far hawq only support rhel and there is plan to add sles

[jira] [Commented] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-03-01 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890165#comment-15890165 ] Ruilong Huo commented on HAWQ-8: [~adenissov], is that means once hawq and pxf rpm is available, Ambari can be

[jira] [Updated] (HAWQ-1361) Remove some installcheck-good cases since they are in the feature test suite now.

2017-03-01 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-1361: --- Summary: Remove some installcheck-good cases since they are in the feature test suite now. (was: Remove

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-01 Thread amyrazz44
GitHub user amyrazz44 opened a pull request: https://github.com/apache/incubator-hawq/pull/1157 HAWQ-1371. Fix QE process hang in shared input scan node You can merge this pull request into a Git repository by running: $ git pull https://github.com/amyrazz44/incubator-hawq

[jira] [Assigned] (HAWQ-1371) QE process hang in shared input scan

2017-03-01 Thread Amy (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy reassigned HAWQ-1371: - Assignee: Amy (was: Lei Chang) > QE process hang in shared input scan > > >

[jira] [Created] (HAWQ-1371) QE process hang in shared input scan

2017-03-01 Thread Amy (JIRA)
Amy created HAWQ-1371: - Summary: QE process hang in shared input scan Key: HAWQ-1371 URL: https://issues.apache.org/jira/browse/HAWQ-1371 Project: Apache HAWQ Issue Type: Bug Components: Query