[GitHub] incubator-hawq issue #1262: HAWQ-1493. Integrate Ranger lookup JAAS configur...

2017-06-29 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1262 I was going to use `setProperty("java.security.auth.login.config", conf_file)`, but it not works. After refer some ranger code, it seems ranger do some hacks by

[GitHub] incubator-hawq pull request #1262: HAWQ-1493. Integrate Ranger lookup JAAS c...

2017-06-29 Thread interma
GitHub user interma opened a pull request: https://github.com/apache/incubator-hawq/pull/1262 HAWQ-1493. Integrate Ranger lookup JAAS configuration in ranger-admin… … plugin jar You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (HAWQ-1493) Integrate Ranger lookup JAAS configuration in ranger-admin plugin jar

2017-06-29 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069401#comment-16069401 ] Hongxu Ma commented on HAWQ-1493: - Only do `setProperty("java.security.auth.login.config")` doesn't work.

[jira] [Assigned] (HAWQ-1493) Integrate Ranger lookup JAAS configuration in ranger-admin plugin jar

2017-06-29 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma reassigned HAWQ-1493: --- Assignee: Hongxu Ma (was: Radar Lei) > Integrate Ranger lookup JAAS configuration in ranger-admin

[jira] [Resolved] (HAWQ-1492) Package jdbc-plugin RPM with PXF installation

2017-06-29 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-1492. --- Resolution: Fixed > Package jdbc-plugin RPM with PXF installation >

[jira] [Commented] (HAWQ-1492) Package jdbc-plugin RPM with PXF installation

2017-06-29 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069296#comment-16069296 ] Oleksandr Diachenko commented on HAWQ-1492: --- Pushed to master. > Package jdbc-plugin RPM with

[GitHub] incubator-hawq issue #1260: Hawq-1492. Enable packaging for PXF JDBC plugin

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on the issue: https://github.com/apache/incubator-hawq/pull/1260 Pushed to master, please feel free to close a PR. --- 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

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124941368 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyResolver.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124941296 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124941281 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[jira] [Commented] (HAWQ-1490) PXF dummy text profile for non-hadoop testing.

2017-06-29 Thread John Gaskin (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069239#comment-16069239 ] John Gaskin commented on HAWQ-1490: --- We will be introducing a demo profile which returns text and a

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124934930 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124934892 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124924601 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124922961 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124923619 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124924223 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124920725 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyResolver.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124919185 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyResolver.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124917078 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
Github user Quikling commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124916656 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124894489 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyResolver.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124893900 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124893752 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124893371 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyFragmenter.java --- @@ -0,0 +1,39 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124891123 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyResolver.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1261#discussion_r124889896 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/examples/DummyAccessor.java --- @@ -0,0 +1,46 @@ +package

[GitHub] incubator-hawq pull request #1261: HAWQ-1490. Added new dummy plugin for off...

2017-06-29 Thread Quikling
GitHub user Quikling opened a pull request: https://github.com/apache/incubator-hawq/pull/1261 HAWQ-1490. Added new dummy plugin for offline pxf testing. This plugin allows for pxf testing without any underlying file system or filestore. You can merge this pull request into a Git

[GitHub] incubator-hawq issue #1260: Hawq 1492. Enable packaging for PXF JDBC plugin

2017-06-29 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/1260 You would have to use HAWQ-1492. format for this pull request to show up with the jira --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-hawq pull request #1260: Hawq 1492. Enable packaging for PXF JDBC ...

2017-06-29 Thread lavjain
GitHub user lavjain opened a pull request: https://github.com/apache/incubator-hawq/pull/1260 Hawq 1492. Enable packaging for PXF JDBC plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/lavjain/incubator-hawq HAWQ-1492