[jira] [Resolved] (HAWQ-1117) RM crash when init db after configure with param '--enable-cassert'

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng resolved HAWQ-1117. --- Resolution: Fixed > RM crash when init db after configure with param '--enable-cassert' >

[jira] [Commented] (HAWQ-1117) RM crash when init db after configure with param '--enable-cassert'

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15631676#comment-15631676 ] Xiang Sheng commented on HAWQ-1117: --- In hawq configure, if we add the option "--enable-cassert" when

[jira] [Resolved] (HAWQ-1133) Should print out date/time information in hawq register output.

2016-11-02 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-1133. -- Resolution: Fixed > Should print out date/time information in hawq register output. >

[GitHub] incubator-hawq pull request #992: HAWQ-1133. Replace print with logger outpu...

2016-11-02 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/992 --- 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 #992: HAWQ-1133. Replace print with logger output in ha...

2016-11-02 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/992 Merged into master, thanks @linwen --- 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 #991: HAWQ-1131. Fix error message difference be...

2016-11-02 Thread hsyuan
Github user hsyuan closed the pull request at: https://github.com/apache/incubator-hawq/pull/991 --- 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 #991: HAWQ-1131. Fix error message difference between O...

2016-11-02 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/991 Pushed to master: https://github.com/apache/incubator-hawq/commit/56b44f8595b4ba1ac9c49b775d5110e9be1275b2

[jira] [Updated] (HAWQ-1117) RM crash when init db after configure with param '--enable-cassert'

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng updated HAWQ-1117: -- Fix Version/s: 2.0.1.0-incubating > RM crash when init db after configure with param '--enable-cassert'

[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread jiadexin
Github user jiadexin commented on the issue: https://github.com/apache/incubator-hawq/pull/972 @shivzoneIf there are no partitions, then only one fragment. if have partitions ,HAWQ-MASTER scheduling strategy support is required. HDFS is distributed, and pxf-hdfs can

[jira] [Closed] (HAWQ-1139) Fix TestCreateTableInherits bug in the feature test

2016-11-02 Thread Amy (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy closed HAWQ-1139. - Resolution: Fixed Assignee: Amy (was: Jiali Yao) > Fix TestCreateTableInherits bug in the feature test >

[GitHub] incubator-hawq pull request #996: HAWQ-1117.RM crash when init db after conf...

2016-11-02 Thread stanlyxiang
Github user stanlyxiang closed the pull request at: https://github.com/apache/incubator-hawq/pull/996 --- 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 #996: HAWQ-1117.RM crash when init db after configure w...

2016-11-02 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/996 +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 #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86278188 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,297 @@ +package

[GitHub] incubator-hawq pull request #995: HAWQ-1139. Fix TestCreateTableInherits bug...

2016-11-02 Thread wengyanqing
Github user wengyanqing closed the pull request at: https://github.com/apache/incubator-hawq/pull/995 --- 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 pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86221613 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,284 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86204956 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,297 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86202298 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,297 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86202717 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,297 @@ +package

[jira] [Assigned] (HAWQ-1138) Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng reassigned HAWQ-1138: - Assignee: Xiang Sheng (was: Jiali Yao) > Unit test failed when make unittest-check if enable

[jira] [Commented] (HAWQ-1142) docs discussion of mirroring should address Ambari procedures

2016-11-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15630648#comment-15630648 ] ASF GitHub Bot commented on HAWQ-1142: -- GitHub user lisakowen opened a pull request:

[jira] [Created] (HAWQ-1142) docs discussion of mirroring should address Ambari procedures

2016-11-02 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1142: --- Summary: docs discussion of mirroring should address Ambari procedures Key: HAWQ-1142 URL: https://issues.apache.org/jira/browse/HAWQ-1142 Project: Apache HAWQ Issue

[jira] [Commented] (HAWQ-1130) Make HCatalog integration work with non-superusers

2016-11-02 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15630516#comment-15630516 ] Oleksandr Diachenko commented on HAWQ-1130: --- According to investigation made, checking whether

[GitHub] incubator-hawq pull request #987: Please ignore - Test commit 2

2016-11-02 Thread edespino
Github user edespino closed the pull request at: https://github.com/apache/incubator-hawq/pull/987 --- 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] [Assigned] (HAWQ-1141) Bump PXF version from 3.0.1 to 3.1.0

2016-11-02 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino reassigned HAWQ-1141: --- Assignee: Ed Espino (was: Lei Chang) > Bump PXF version from 3.0.1 to 3.1.0 >

[jira] [Commented] (HAWQ-1119) create new documentation topic for PXF writable profiles

2016-11-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15629381#comment-15629381 ] ASF GitHub Bot commented on HAWQ-1119: -- Github user lisakowen commented on a diff in the pull request:

[jira] [Created] (HAWQ-1141) Bump PXF version from 3.0.1 to 3.1.0

2016-11-02 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1141: --- Summary: Bump PXF version from 3.0.1 to 3.1.0 Key: HAWQ-1141 URL: https://issues.apache.org/jira/browse/HAWQ-1141 Project: Apache HAWQ Issue Type: Bug

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

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

[jira] [Assigned] (HAWQ-1140) Parallelize test cases for hawqregister

2016-11-02 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu reassigned HAWQ-1140: Assignee: hongwu (was: Lei Chang) > Parallelize test cases for hawqregister >

[GitHub] incubator-hawq issue #998: HAWQ-1128. Bugfix for HAWQ-1128 test code.

2016-11-02 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/998 Merged. --- 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

[jira] [Created] (HAWQ-1140) Parallelize test cases for hawqregister

2016-11-02 Thread hongwu (JIRA)
hongwu created HAWQ-1140: Summary: Parallelize test cases for hawqregister Key: HAWQ-1140 URL: https://issues.apache.org/jira/browse/HAWQ-1140 Project: Apache HAWQ Issue Type: Sub-task

[GitHub] incubator-hawq issue #998: HAWQ-1128. Bugfix for HAWQ-1128 test code.

2016-11-02 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/998 +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

[GitHub] incubator-hawq issue #998: HAWQ-1128. Bugfix for HAWQ-1128 test code.

2016-11-02 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/998 +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 the

[GitHub] incubator-hawq issue #998: HAWQ-1128. Bugfix for HAWQ-1128 test code.

2016-11-02 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/998 cc @linwen @stanlyxiang --- 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

[GitHub] incubator-hawq pull request #998: HAWQ-1128. Bugfix for HAWQ-1128 test code.

2016-11-02 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/998 HAWQ-1128. Bugfix for HAWQ-1128 test code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-1128

[GitHub] incubator-hawq pull request #997: Hawq 1131

2016-11-02 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/997 --- 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 pull request #997: Hawq 1131

2016-11-02 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/997 Hawq 1131 This include https://github.com/apache/incubator-hawq/pull/991 and one hawq test change. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq pull request #996: HAWQ-1117.RM crash when init db after conf...

2016-11-02 Thread stanlyxiang
GitHub user stanlyxiang opened a pull request: https://github.com/apache/incubator-hawq/pull/996 HAWQ-1117.RM crash when init db after configure with param '--enable-cassert' please review @jiny2 @huor You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-hawq pull request #995: HAWQ-1139. Fix TestCreateTableInherits bug...

2016-11-02 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/995 HAWQ-1139. Fix TestCreateTableInherits bug in the feature test You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq issue #995: HAWQ-1139. Fix TestCreateTableInherits bug in the...

2016-11-02 Thread amyrazz44
Github user amyrazz44 commented on the issue: https://github.com/apache/incubator-hawq/pull/995 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, or

[jira] [Created] (HAWQ-1139) Fix TestCreateTableInherits bug in the feature test

2016-11-02 Thread Amy (JIRA)
Amy created HAWQ-1139: - Summary: Fix TestCreateTableInherits bug in the feature test Key: HAWQ-1139 URL: https://issues.apache.org/jira/browse/HAWQ-1139 Project: Apache HAWQ Issue Type: Bug

[jira] [Updated] (HAWQ-1138) Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng updated HAWQ-1138: -- Description: reproduce: 1. ./configure --enable-debug --enable-cassert 2. make -j8 && make install &&

[jira] [Updated] (HAWQ-1138) Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng updated HAWQ-1138: -- Description: reproduce: 1. ./configure --enable-debug --enable-cassert 2. make -j8 && make install &&

[jira] [Updated] (HAWQ-1138) Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure

2016-11-02 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng updated HAWQ-1138: -- Description: reproduce: 1. ./configure --enable-debug --enable-cassert 2. make -j8 && make install &&

[jira] [Created] (HAWQ-1138) Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure

2016-11-02 Thread Xiang Sheng (JIRA)
Xiang Sheng created HAWQ-1138: - Summary: Unit test failed when make unittest-check if enable '--enable-cassert' option in hawq configure Key: HAWQ-1138 URL: https://issues.apache.org/jira/browse/HAWQ-1138

[jira] [Created] (HAWQ-1137) Remove banned api mechanism in Orca

2016-11-02 Thread Haisheng Yuan (JIRA)
Haisheng Yuan created HAWQ-1137: --- Summary: Remove banned api mechanism in Orca Key: HAWQ-1137 URL: https://issues.apache.org/jira/browse/HAWQ-1137 Project: Apache HAWQ Issue Type: Improvement

[jira] [Assigned] (HAWQ-1137) Remove banned api mechanism in Orca

2016-11-02 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan reassigned HAWQ-1137: --- Assignee: Haisheng Yuan (was: Lei Chang) > Remove banned api mechanism in Orca >

[GitHub] incubator-hawq issue #992: HAWQ-1133. Replace print with logger output in ha...

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