[GitHub] incubator-hawq issue #1246: HAWQ-1475. Add LICENSE, NOTICE, and DISCLAIMER f...

2017-05-30 Thread huor
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/1246 @rvs, thanks for the review and feedback. You are right. We expand the LICENSE for source release by adding extra dependency to get that for binary release. Here is the changes: ```

[GitHub] incubator-hawq pull request #1245: HAWQ-1476. Augment enable-ranger-plugin.s...

2017-05-30 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1245#discussion_r119155000 --- Diff: ranger-plugin/conf/ranger-servicedef-hawq.json --- @@ -244,7 +244,7 @@ "name": "authentication", "type": "enum",

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

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030289#comment-16030289 ] ASF GitHub Bot commented on HAWQ-1474: -- Github user asfgit closed the pull request at:

[GitHub] incubator-hawq issue #1246: HAWQ-1475. Add LICENSE, NOTICE, and DISCLAIMER f...

2017-05-30 Thread rvs
Github user rvs commented on the issue: https://github.com/apache/incubator-hawq/pull/1246 I guess my point is -- this still doesn't address the Java side of things. Do you plan to do it in a separate PR? --- If your project is set up for it, you can reply to this email and have your

[jira] [Created] (HAWQ-1477) Ranger-plugin connect to Ranger admin under kerberos security.

2017-05-30 Thread Hongxu Ma (JIRA)
Hongxu Ma created HAWQ-1477: --- Summary: Ranger-plugin connect to Ranger admin under kerberos security. Key: HAWQ-1477 URL: https://issues.apache.org/jira/browse/HAWQ-1477 Project: Apache HAWQ Issue

[jira] [Assigned] (HAWQ-1477) Ranger-plugin connect to Ranger admin under kerberos security.

2017-05-30 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma reassigned HAWQ-1477: --- Assignee: Hongxu Ma (was: Ed Espino) > Ranger-plugin connect to Ranger admin under kerberos security.

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

2017-05-30 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119278591 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node) } } +

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

2017-05-30 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279208 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0;

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

2017-05-30 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279170 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node) } } +

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

2017-05-30 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279222 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0;