Re: PXF JDBC plugin

2017-04-03 Thread Michael Pearce
Hi Jon I think on issue 1 and 2 are valid improvements that can be made, add some Jira's for these. Looking at issue 1 it seems quite trivial for someone to contribute the solution for. On the question front: 1) from my understanding and using this plugin so far this is what the partion by

Podling Report Reminder - April 2017

2017-04-03 Thread johndament
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 19 April 2017, 10:30 am PDT. The report for your podling will form

Re: [VOTE]: Apache HAWQ 2.2.0.0-incubating Release

2017-04-03 Thread Yi Jin
+1. Checked wiki page, release notes. Using MacOS downloaded and verified package of both rpm and source code including (asc, md5, sha256) Using MacOS downloaded source code tar ball, configured, compiled, initialized hawq cluster and started/stoped cluster, ran basic feature tests. Using Centos7

[GitHub] incubator-hawq-docs pull request #112: reformat sql cmd/perm/resource table ...

2017-04-03 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/112 --- 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-docs pull request #110: add a section on ranger integration s...

2017-04-03 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/110 --- 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-docs pull request #111: policy topic restructure

2017-04-03 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/111 --- 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-docs pull request #112: reformat sql cmd/perm/resource table ...

2017-04-03 Thread lisakowen
GitHub user lisakowen opened a pull request: https://github.com/apache/incubator-hawq-docs/pull/112 reformat sql cmd/perm/resource table using html title says it all. You can merge this pull request into a Git repository by running: $ git pull

Re: PXF JDBC plugin

2017-04-03 Thread Jon Roberts
https://github.com/apache/incubator-hawq/tree/master/pxf/pxf-jdbc Issue 1: Security The example has the username and password in the connection string. LOCATION ('pxf://localhost:51200/demodb.myclass' '?PROFILE=JDBC' '_DRIVER=com.mysql.jdbc.Driver'

[GitHub] incubator-hawq-docs pull request #111: policy topic restructure

2017-04-03 Thread lisakowen
GitHub user lisakowen opened a pull request: https://github.com/apache/incubator-hawq-docs/pull/111 policy topic restructure restructure the policy topic a bit. pull out sql command summary and permissions supported per resource to new pages. move troubleshooting to integ/config

Re: PXF JDBC plugin

2017-04-03 Thread Michael Pearce
I mean the readme file :) at that location. From: Michael Pearce Sent: Monday, April 3, 2017 9:15:48 PM To: dev@hawq.incubator.apache.org Subject: Re: PXF JDBC plugin On master there is the document that was added.

Re: PXF JDBC plugin

2017-04-03 Thread Michael Pearce
On master there is the document that was added. https://github.com/apache/incubator-hawq/tree/master/pxf/pxf-jdbc Reading this I think answers some of the questions. Sent using OWA for iPhone From: Vineet Goel Sent: Monday, April

Re: PXF JDBC plugin

2017-04-03 Thread Vineet Goel
Devin and others, It would be great if you can expand a bit more on the implementation or point to a document? Thanks! On Mon, Apr 3, 2017 at 7:53 AM Jon Roberts wrote: > JDBC PXF is pretty exciting. Are there details on how this works? > > Does PXF randomly pick a

[GitHub] incubator-hawq-docs pull request #109: deferring super-user events discussio...

2017-04-03 Thread dyozie
Github user dyozie closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/109 --- 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

Re: DRAFT: ASF HAWQ Incubator PMC report for April 2017

2017-04-03 Thread Ed Espino
I'd like to a quick moment to thank all HAWQ community members that provided feedback on the Apache HAWQ Incubator April 2017 report . YOU ARE SIMPLY THE BEST!!! -=e On Fri, Mar 31, 2017 at 11:04 AM, Ed Espino wrote: > Team HAWQ,

Re: DRAFT: ASF HAWQ Incubator PMC report for April 2017

2017-04-03 Thread Jon Roberts
JDBC PXF is pretty exciting. Are there details on how this works? Does PXF randomly pick a segment to connect to the JDBC source or do you specify a particular node to execute the query? I'm assuming it isn't a parallel query so you don't flood the JDBC source with x number of "select *"