[GitHub] incubator-hawq pull request #1244: HAWQ-1443. Implement Ranger lookup for HA...

2017-05-26 Thread zhangh43
GitHub user zhangh43 opened a pull request: https://github.com/apache/incubator-hawq/pull/1244 HAWQ-1443. Implement Ranger lookup for HAWQ with Kerberos enabled. This PR implements the HAWQ client in ranger to lookup HAWQ resource in kerberos environment. With Kerberos

[GitHub] incubator-hawq issue #1244: HAWQ-1443. Implement Ranger lookup for HAWQ with...

2017-05-26 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1244 +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

[jira] [Created] (HAWQ-1473) document ranger plug-in service high availability

2017-05-26 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1473: --- Summary: document ranger plug-in service high availability Key: HAWQ-1473 URL: https://issues.apache.org/jira/browse/HAWQ-1473 Project: Apache HAWQ Issue Type:

[jira] [Created] (HAWQ-1474) docs - instructions to create/use a minimal psql client pkg

2017-05-26 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1474: --- Summary: docs - instructions to create/use a minimal psql client pkg Key: HAWQ-1474 URL: https://issues.apache.org/jira/browse/HAWQ-1474 Project: Apache HAWQ Issue

[jira] [Commented] (HAWQ-1474) docs - instructions to create/use a minimal psql client pkg

2017-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026519#comment-16026519 ] ASF GitHub Bot commented on HAWQ-1474: -- GitHub user lisakowen opened a pull request:

[GitHub] incubator-hawq pull request #1244: HAWQ-1443. Implement Ranger lookup for HA...

2017-05-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/1244 --- 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 #1225: HAWQ-1446: Introduce vectorized profile f...

2017-05-26 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1225#discussion_r118766404 --- Diff: pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/ReadVectorizedBridge.java --- @@ -0,0 +1,126 @@ +package

[jira] [Commented] (HAWQ-1473) document ranger plug-in service high availability

2017-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027143#comment-16027143 ] ASF GitHub Bot commented on HAWQ-1473: -- Github user ictmalili commented on a diff in the pull request:

[jira] [Commented] (HAWQ-1473) document ranger plug-in service high availability

2017-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027144#comment-16027144 ] ASF GitHub Bot commented on HAWQ-1473: -- Github user ictmalili commented on a diff in the pull request:

[jira] [Commented] (HAWQ-1473) document ranger plug-in service high availability

2017-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027146#comment-16027146 ] ASF GitHub Bot commented on HAWQ-1473: -- Github user ictmalili commented on a diff in the pull request:

[GitHub] incubator-hawq pull request #1225: HAWQ-1446: Introduce vectorized profile f...

2017-05-26 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1225#discussion_r118808410 --- Diff: pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/utilities/ProfileFactoryTest.java --- @@ -34,31 +34,31 @@

[GitHub] incubator-hawq pull request #1225: HAWQ-1446: Introduce vectorized profile f...

2017-05-26 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1225#discussion_r118807815 --- Diff: pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/utilities/ProfileFactoryTest.java --- @@ -34,31 +34,31 @@ public

[GitHub] incubator-hawq pull request #1225: HAWQ-1446: Introduce vectorized profile f...

2017-05-26 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1225#discussion_r118807905 --- Diff: pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/BridgeOutputBuilder.java --- @@ -137,6 +137,18 @@ public Writable

[GitHub] incubator-hawq pull request #1225: HAWQ-1446: Introduce vectorized profile f...

2017-05-26 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1225#discussion_r118788222 --- Diff: pxf/pxf-service/src/main/resources/pxf-profiles-default.xml --- @@ -101,6 +101,17 @@ under the License.

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-26 Thread amyrazz44
Github user amyrazz44 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118668389 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,72 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen)

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-26 Thread amyrazz44
Github user amyrazz44 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118668142 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,72 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen)

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-26 Thread amyrazz44
Github user amyrazz44 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118670052 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,72 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen)