[GitHub] incubator-hawq pull request #1113: HAWQ-1321. failNames wrongly uses memory ...

2017-02-09 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1113 HAWQ-1321. failNames wrongly uses memory context to build message when ANALYZE failed set failNames use statement level context and when it potentially repallocs, switch memory context back

[GitHub] incubator-hawq pull request #1112: HAWQ-1319. Add ASF header to java files a...

2017-02-09 Thread huor
Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1112#discussion_r100474652 --- Diff: src/test/feature/UDF/TestUDF.cpp --- @@ -200,6 +218,10 @@ TEST_F(TestUDF, TestUDFPljava) // run test if pljava language is enabled

[GitHub] incubator-hawq pull request #1112: HAWQ-1319. Add ASF header to java files a...

2017-02-09 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1112#discussion_r100474228 --- Diff: src/test/feature/UDF/TestUDF.cpp --- @@ -200,6 +218,10 @@ TEST_F(TestUDF, TestUDFPljava) // run test if pljava language is

[GitHub] incubator-hawq issue #1112: HAWQ-1319. Add ASF header to java files and remo...

2017-02-09 Thread huor
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/1112 @edespino and @paul-guo-, please review. --- 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 pull request #1112: HAWQ-1319. Add ASF header to java files a...

2017-02-09 Thread huor
GitHub user huor opened a pull request: https://github.com/apache/incubator-hawq/pull/1112 HAWQ-1319. Add ASF header to java files and remove jar files in function suite You can merge this pull request into a Git repository by running: $ git pull

[jira] [Assigned] (HAWQ-1319) Add ASF header to java files and remove jar files introduced with HAWQ-922

2017-02-09 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo reassigned HAWQ-1319: - Assignee: Ruilong Huo (was: Ed Espino) > Add ASF header to java files and remove jar files

[jira] [Assigned] (HAWQ-1321) failNames wrongly uses memory context to build message when ANALYZE failed

2017-02-09 Thread Yi Jin (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Jin reassigned HAWQ-1321: Assignee: Yi Jin (was: Ed Espino) > failNames wrongly uses memory context to build message when ANALYZE

[jira] [Created] (HAWQ-1321) failNames wrongly uses memory context to build message when ANALYZE failed

2017-02-09 Thread Yi Jin (JIRA)
Yi Jin created HAWQ-1321: Summary: failNames wrongly uses memory context to build message when ANALYZE failed Key: HAWQ-1321 URL: https://issues.apache.org/jira/browse/HAWQ-1321 Project: Apache HAWQ

[jira] [Closed] (HAWQ-1238) Can not get any data when the network is connected again after a while disconnected.

2017-02-09 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng closed HAWQ-1238. - Resolution: Duplicate > Can not get any data when the network is connected again after a while >

[jira] [Resolved] (HAWQ-1318) Can't start/stop master succesfully if ranger is enable and with a wrong RPS address

2017-02-09 Thread Lin Wen (JIRA)
ins-MacBook-Pro:apache-hawq linw$ hawq stop cluster -a > 20170209:10:21:51:043784 hawq_stop:Lins-MacBook-Pro:linw-[INFO]:-Prepare to > do 'hawq stop' > 20170209:10:21:51:043784 hawq_stop:Lins-MacBook-Pro:linw-[INFO]:-You can find > log in: > 20170209:10:21:51:043784 > hawq_stop:Lins-MacB

[GitHub] incubator-hawq pull request #1111: HAWQ-1319. Expand pom.xml file for src/te...

2017-02-09 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/#discussion_r100461998 --- Diff: pom.xml --- @@ -129,7 +129,51 @@ src/pl/**/* src/port/* src/template/* -

[GitHub] incubator-hawq pull request #1110: HAWQ-1318. Fix the bug of cannot start/st...

2017-02-09 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1110 --- 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] [Created] (HAWQ-1320) Remove PXF version references from the code repo

2017-02-09 Thread Vineet Goel (JIRA)
Vineet Goel created HAWQ-1320: - Summary: Remove PXF version references from the code repo Key: HAWQ-1320 URL: https://issues.apache.org/jira/browse/HAWQ-1320 Project: Apache HAWQ Issue Type:

[jira] [Commented] (HAWQ-1319) Add ASF header to java files and remove jar files introduced with HAWQ-922

2017-02-09 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860426#comment-15860426 ] Ed Espino commented on HAWQ-1319: - FYI: The PR # I has been submitted. This is for the expanded

[GitHub] incubator-hawq pull request #1111: HAWQ-1319. Expand pom.xml file for src/te...

2017-02-09 Thread edespino
GitHub user edespino opened a pull request: https://github.com/apache/incubator-hawq/pull/ HAWQ-1319. Expand pom.xml file for src/test directory structure. This has two goals: * Catch missing ASF header from java files. * Identify archive (jar) files. NOTE: If found,

[jira] [Updated] (HAWQ-1319) Add ASF header to java files and remove jar files introduced with HAWQ-922

2017-02-09 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1319: Fix Version/s: 2.1.0.0-incubating > Add ASF header to java files and remove jar files introduced with

[jira] [Updated] (HAWQ-1314) Post-upgrade pxf_get_item_fields function break

2017-02-09 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko updated HAWQ-1314: -- Fix Version/s: (was: 2.2.0.0-incubating) 2.1.0.0-incubating >

[jira] [Updated] (HAWQ-1319) Add ASF header to java files and remove jar files introduced with HAWQ-922

2017-02-09 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1319: Summary: Add ASF header to java files and remove jar files introduced with HAWQ-922 (was: Remove jar files

[jira] [Assigned] (HAWQ-1314) Post-upgrade pxf_get_item_fields function break

2017-02-09 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko reassigned HAWQ-1314: - Assignee: Oleksandr Diachenko (was: Ed Espino) > Post-upgrade

[jira] [Resolved] (HAWQ-1304) documentation changes for HAWQ-1228

2017-02-09 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen resolved HAWQ-1304. - Resolution: Fixed Fix Version/s: 2.2.0.0-incubating PR merged; resolving and closing. >

[jira] [Commented] (HAWQ-1304) documentation changes for HAWQ-1228

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

[jira] [Resolved] (HAWQ-1298) Package all configuration files for RPS and Tomcat into hawq-ranger-plugin.rpm

2017-02-09 Thread Alexander Denissov (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Denissov resolved HAWQ-1298. -- Resolution: Fixed Fix Version/s: (was: backlog)

[jira] [Created] (HAWQ-1319) Remove jar files introduced with HAWQ-922

2017-02-09 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1319: --- Summary: Remove jar files introduced with HAWQ-922 Key: HAWQ-1319 URL: https://issues.apache.org/jira/browse/HAWQ-1319 Project: Apache HAWQ Issue Type: Task

[GitHub] incubator-hawq pull request #1109: HAWQ-1298 Refactored RPS management scrip...

2017-02-09 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1109#discussion_r100270687 --- Diff: ranger-plugin/integration/service/src/test/java/org/apache/hawq/ranger/integration/service/tests/common/ServiceTestBase.java --- @@

[GitHub] incubator-hawq issue #1109: HAWQ-1298 Refactored RPS management scripts

2017-02-09 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1109 +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 pull request #1109: HAWQ-1298 Refactored RPS management scrip...

2017-02-09 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1109#discussion_r100270470 --- Diff: ranger-plugin/scripts/rps.sh --- @@ -20,41 +20,71 @@ # if [ $# -le 0 ]; then - echo "Usage: rps (start|stop|init)

[jira] [Commented] (HAWQ-256) Integrate Security with Apache Ranger

2017-02-09 Thread Lili Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859265#comment-15859265 ] Lili Ma commented on HAWQ-256: -- [~kdunn926] Thanks a lot! The information you provided is very helpful. About

[GitHub] incubator-hawq pull request #1108: HAWQ-1317. Port "Fix some regex issues wi...

2017-02-09 Thread amyrazz44
Github user amyrazz44 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1108 --- 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 #1110: HAWQ-1318. Fix the bug of cannot start/stop mast...

2017-02-09 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1110 +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-1317) Port "Fix some regex issues with out-of-range characters and large char ranges" from pg

2017-02-09 Thread Amy (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy closed HAWQ-1317. - Resolution: Fixed > Port "Fix some regex issues with out-of-range characters and large char > ranges" from pg >

[GitHub] incubator-hawq pull request #1110: HAWQ-1318. Fix the bug of cannot start/st...

2017-02-09 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1110 HAWQ-1318. Fix the bug of cannot start/stop master successfully if ranger is enable and with a wrong RPS address Please review, thanks! You can merge this pull request into a Git

[jira] [Commented] (HAWQ-1238) Can not get any data when the network is connected again after a while disconnected.

2017-02-09 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859195#comment-15859195 ] Xiang Sheng commented on HAWQ-1238: --- This problem is duplicated with the HAWQ-1279 and the it has been

[jira] [Updated] (HAWQ-1238) Can not get any data when the network is connected again after a while disconnected.

2017-02-09 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng updated HAWQ-1238: -- Fix Version/s: 2.2.0.0-incubating > Can not get any data when the network is connected again after a

[jira] [Assigned] (HAWQ-1238) Can not get any data when the network is connected again after a while disconnected.

2017-02-09 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng reassigned HAWQ-1238: - Assignee: Xiang Sheng (was: Ed Espino) > Can not get any data when the network is connected

[jira] [Assigned] (HAWQ-1318) Can't start/stop master succesfully if ranger is enable and with a wrong RPS address

2017-02-09 Thread Lin Wen (JIRA)
ug > Components: Security >Reporter: Lin Wen >Assignee: Lin Wen > > If ranger enable and with a wrong RPS address, hawq can start but can't > start/stop succesfully. > Lins-MacBook-Pro:apache-hawq linw$ hawq stop cluster -a > 20170209:10:21