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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85473708 --- Diff: pxf/pxf-jdbc/src/test/resources/core-site.xml --- @@ -0,0 +1,28 @@ + --- End diff -- The test/resource directory contains

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85473491 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenterTest.java --- @@ -0,0 +1,208 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85473433 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcMySqlExtensionTest.java --- @@ -0,0 +1,303 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85473415 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcMySqlExtensionTest.java --- @@ -0,0 +1,303 @@ +package

[GitHub] incubator-hawq pull request #968: HAWQ 1116

2016-10-27 Thread shivzone
Github user shivzone closed the pull request at: https://github.com/apache/incubator-hawq/pull/968 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85473219 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcFilterBuilderTest.java --- @@ -0,0 +1,81 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85472961 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcFilterBuilderTest.java --- @@ -0,0 +1,81 @@ +package

[jira] [Closed] (HAWQ-1125) Running pl/python related feature_test cases in parallel failed with error "cache lookup failed for language"

2016-10-27 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1125. -- Resolution: Fixed > Running pl/python related feature_test cases in parallel failed with error > "cache lookup

[GitHub] incubator-hawq pull request #983: Orca 978

2016-10-27 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/983 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85472352 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/utils/DbProduct.java --- @@ -0,0 +1,51 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85472163 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/WhereSQLBuilder.java --- @@ -0,0 +1,140 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85471996 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcReadResolver.java --- @@ -0,0 +1,116 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85471780 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPlugin.java --- @@ -0,0 +1,114 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85471415 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85471130 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85470831 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85470541 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85470195 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85470171 --- 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-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85470036 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcFilterBuilder.java --- @@ -0,0 +1,145 @@ +package

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

2016-10-27 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85469744 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcFilterBuilder.java --- @@ -0,0 +1,145 @@ +package

[GitHub] incubator-hawq issue #978: HAWQ-1122. Bump GPORCA to v1.674 and GPOS to v1.1...

2016-10-27 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/978 Moving to another PR with fixes for test cases: https://github.com/apache/incubator-hawq/pull/983 Please close this one. --- If your project is set up for it, you can reply to

[GitHub] incubator-hawq issue #983: Orca 978

2016-10-27 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/983 +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 #983: Orca 978

2016-10-27 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/983 Orca 978 You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq orca-978 Alternatively you can review and apply

[GitHub] incubator-hawq issue #982: HAWQ-1126. Disable feature test case of ExternalT...

2016-10-27 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/982 +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 #982: HAWQ-1126. Disable feature test case of Ex...

2016-10-27 Thread amyrazz44
GitHub user amyrazz44 opened a pull request: https://github.com/apache/incubator-hawq/pull/982 HAWQ-1126. Disable feature test case of ExternalTable temporarily You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (HAWQ-1126) Disable feature test case of ExternalTable temporarily

2016-10-27 Thread Amy (JIRA)
Amy created HAWQ-1126: - Summary: Disable feature test case of ExternalTable temporarily Key: HAWQ-1126 URL: https://issues.apache.org/jira/browse/HAWQ-1126 Project: Apache HAWQ Issue Type: Bug

[GitHub] incubator-hawq issue #979: HAWQ-1125. Running pl/python related feature_test...

2016-10-27 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/979 +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 #981: HAWQ-1114. Implement filter-push down for ...

2016-10-27 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/981 HAWQ-1114. Implement filter-push down for IN on HAWQ bridge side. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

2016-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613688#comment-15613688 ] ASF GitHub Bot commented on HAWQ-1107: -- Github user asfgit closed the pull request at:

[jira] [Closed] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

2016-10-27 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen closed HAWQ-1107. --- Resolution: Fixed updated PXF HDFS plug-in doc to include relevant examples. restructured and added new

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

2016-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613661#comment-15613661 ] ASF GitHub Bot commented on HAWQ-1071: -- Github user asfgit closed the pull request at:

[GitHub] incubator-hawq issue #940: HAWQ 1078. Implement hawqsync-falcon DR utility.

2016-10-27 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/940 # HAWQSYNC partial-sync recovery runbook: 1. Copy "last known good state" tarball from `hdfs://hawq_default/hawqExtract-*.tar.bz2` 2. Re-run `hawqsync-extract` to

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

2016-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613291#comment-15613291 ] ASF GitHub Bot commented on HAWQ-1071: -- Github user asfgit closed the pull request at:

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[GitHub] incubator-hawq issue #978: HAWQ-1122. Bump GPORCA to v1.674 and GPOS to v1.1...

2016-10-27 Thread vraghavan78
Github user vraghavan78 commented on the issue: https://github.com/apache/incubator-hawq/pull/978 @paul-guo- @liming01 @huor can you take it from here and merge it into the repository? Thanks. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1071) add PXF HiveText and HiveRC profile examples to the documentation

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

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

[GitHub] incubator-hawq issue #980: HAWQ-1113. Fix bug and add test for hawq register...

2016-10-27 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/980 +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 pull request #980: HAWQ-1113. Fix bug and add test for hawq r...

2016-10-27 Thread zhangh43
GitHub user zhangh43 opened a pull request: https://github.com/apache/incubator-hawq/pull/980 HAWQ-1113. Fix bug and add test for hawq register force mode. force mode should use tabledir(which got from metadata) instead of filepath(extracted from yaml) to get existed file. You can

[GitHub] incubator-hawq issue #978: HAWQ-1122. Bump GPORCA to v1.674 and GPOS to v1.1...

2016-10-27 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/978 TestExternalTable.TestExternalTableAll is expected to fail. You could check installcheck-good log, typically at least there is a file regression.diffs, but I suspect the failure is