[GitHub] incubator-hawq pull request #1095: HAWQ-1276. hawq should error out directly...

2017-01-17 Thread stanlyxiang
GitHub user stanlyxiang opened a pull request: https://github.com/apache/incubator-hawq/pull/1095 HAWQ-1276. hawq should error out directly when ranger plugin service … …is unavailable, not a warning. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-hawq issue #1092: HAWQ-1203. Ranger Plugin Service Implementation....

2017-01-17 Thread denalex
Github user denalex commented on the issue: https://github.com/apache/incubator-hawq/pull/1092 Thank you everyone for reviewing the PR. I will commit it tomorrow morning (PST time) and will create separate tasks for: - running shell scripts via the tool, once all shell scripts are

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96580025 --- Diff: ranger-plugin/service/src/main/java/org/apache/hawq/ranger/authorization/RangerHawqAuthorizer.java --- @@ -0,0 +1,263 @@ +/* + *

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96579770 --- Diff: ranger-plugin/scripts/register_hawq.sh --- @@ -0,0 +1,217 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96579569 --- Diff: ranger-plugin/integration/admin/pom.xml --- @@ -0,0 +1,70 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96579330 --- Diff: ranger-plugin/conf/ranger-servicedef-hawq.json --- @@ -0,0 +1,287 @@ +{ + "name": "hawq", + "implClass":

[GitHub] incubator-hawq issue #1094: HAWQ-1279. Force to recompute namespace_path whe...

2017-01-17 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/1094 +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

[jira] [Commented] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827492#comment-15827492 ] Ed Espino commented on HAWQ-1278: - [~huor] Thanks for the review. I have updated the Fix Version to

[jira] [Comment Edited] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827492#comment-15827492 ] Ed Espino edited comment on HAWQ-1278 at 1/18/17 6:30 AM: -- [~huor] thanks for the

[jira] [Updated] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1278: Fix Version/s: (was: 2.1.0.0-incubating) 2.2.0.0-incubating > Investigate

[jira] [Updated] (HAWQ-1280) Add documentation for gp_interconnect* parameters

2017-01-17 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1280: Fix Version/s: (was: 2.1.0.0-incubating) 2.2.0.0-incubating > Add documentation for

[GitHub] incubator-hawq issue #1094: HAWQ-1279. Force to recompute namespace_path whe...

2017-01-17 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1094 +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 #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread amyrazz44
Github user amyrazz44 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96570395 --- Diff: depends/libhdfs3/src/client/FileEncryptionInfo.h --- @@ -0,0 +1,93 @@

[GitHub] incubator-hawq issue #1094: HAWQ-1279. Force to recompute namespace_path whe...

2017-01-17 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1094 @stanlyxiang @zhangh43 @linwen to review, thanks! --- 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

[GitHub] incubator-hawq pull request #1094: HAWQ-1279. Force to recompute namespace_p...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1094#discussion_r96569405 --- Diff: src/backend/catalog/namespace.c --- @@ -1933,7 +1933,12 @@ recomputeNamespacePath(void) * Do nothing if path is already valid.

[GitHub] incubator-hawq pull request #1094: HAWQ-1279. Force to recompute namespace_p...

2017-01-17 Thread interma
GitHub user interma opened a pull request: https://github.com/apache/incubator-hawq/pull/1094 HAWQ-1279. Force to recompute namespace_path when enable_ranger If don't force to recompute, grant/revoke the rights of schema in ranger does not affect the **running** session. So

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96561226 --- Diff: depends/libhdfs3/src/client/EncryptionZoneInfo.h --- @@ -0,0 +1,84 @@

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96379295 --- Diff: depends/libhdfs3/src/proto/encryption.proto --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96379546 --- Diff: depends/libhdfs3/test/function/TestCInterface.cpp --- @@ -198,6 +201,45 @@ TEST(TestCInterfaceConnect, TestConnect_Success) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96559108 --- Diff: depends/libhdfs3/src/client/FileStatus.h --- @@ -143,6 +144,21 @@ class FileStatus { return !symlink.empty(); }

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96560375 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -989,8 +989,31 @@ int hdfsSetReplication(hdfsFS fs, const char * path, int16_t replication) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96560410 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -989,8 +989,31 @@ int hdfsSetReplication(hdfsFS fs, const char * path, int16_t replication) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96558929 --- Diff: depends/libhdfs3/src/client/FileEncryptionInfo.h --- @@ -0,0 +1,93 @@

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96561207 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -1450,6 +1491,72 @@ void hdfsFreeFileBlockLocations(BlockLocation * locations, int numOfBlock)

[GitHub] incubator-hawq issue #1092: HAWQ-1203. Ranger Plugin Service Implementation....

2017-01-17 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1092 +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 #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96560193 --- Diff: ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/HawqClient.java --- @@ -0,0 +1,314 @@ +/* + * Licensed

[GitHub] incubator-hawq issue #1092: HAWQ-1203. Ranger Plugin Service Implementation....

2017-01-17 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/1092 +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 #1087: HAWQ-1275. Check build-in catalogs, table...

2017-01-17 Thread zhangh43
Github user zhangh43 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1087 --- 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 issue #1092: HAWQ-1203. Ranger Plugin Service Implementation....

2017-01-17 Thread ictmalili
Github user ictmalili commented on the issue: https://github.com/apache/incubator-hawq/pull/1092 +1 except above comments I have made. --- 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

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96557248 --- Diff: ranger-plugin/conf/ranger-servicedef-hawq.json --- @@ -0,0 +1,287 @@ +{ + "name": "hawq", + "implClass":

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96557368 --- Diff: ranger-plugin/integration/admin/pom.xml --- @@ -0,0 +1,70 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96558081 --- Diff: ranger-plugin/scripts/register_hawq.sh --- @@ -0,0 +1,217 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96558333 --- Diff: ranger-plugin/service/src/main/java/org/apache/hawq/ranger/authorization/RangerHawqAuthorizer.java --- @@ -0,0 +1,263 @@ +/* +

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96557030 --- Diff: ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/HawqClient.java --- @@ -0,0 +1,314 @@ +/* + * Licensed to

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96556661 --- Diff: .gitignore --- @@ -41,6 +41,12 @@ objfiles.txt .pydevproject .cproject .settings +.classpath + +# IDEA Project

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96556904 --- Diff: .gitignore --- @@ -41,6 +41,12 @@ objfiles.txt .pydevproject .cproject .settings +.classpath + +# IDEA Project

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96556724 --- Diff: ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/HawqClient.java --- @@ -0,0 +1,314 @@ +/* + * Licensed

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96556804 --- Diff: ranger-plugin/admin-plugin/pom.xml --- @@ -0,0 +1,90 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[jira] [Comment Edited] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827326#comment-15827326 ] Ruilong Huo edited comment on HAWQ-1278 at 1/18/17 2:23 AM: [~espino] and

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96556516 --- Diff: ranger-plugin/admin-plugin/pom.xml --- @@ -0,0 +1,90 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] incubator-hawq pull request #1092: HAWQ-1203. Ranger Plugin Service Implemen...

2017-01-17 Thread edespino
Github user edespino commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1092#discussion_r96547717 --- Diff: ranger-plugin/admin-plugin/pom.xml --- @@ -0,0 +1,90 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[jira] [Closed] (HAWQ-1263) docs - miscellaneous improvements

2017-01-17 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen closed HAWQ-1263. --- > docs - miscellaneous improvements > - > > Key: HAWQ-1263 >

[jira] [Resolved] (HAWQ-1263) docs - miscellaneous improvements

2017-01-17 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen resolved HAWQ-1263. - Resolution: Fixed Fix Version/s: 2.1.0.0-incubating PR merged; resolving and closing. > docs -

[jira] [Commented] (HAWQ-1263) docs - miscellaneous improvements

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827000#comment-15827000 ] ASF GitHub Bot commented on HAWQ-1263: -- Github user lisakowen closed the pull request at:

[jira] [Commented] (HAWQ-1087) Need clarification on Wiki page for Build Instructions

2017-01-17 Thread David Yozie (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826983#comment-15826983 ] David Yozie commented on HAWQ-1087: --- [~huor] - Do you have wiki access or know how to go about getting

[GitHub] incubator-hawq issue #700: HAWQ-799. Initial commmit for HAWQ Postgis suppor...

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/700 @kdunn926 - As this point since the code is GPLv2, this PR is not compatible with the Apache HAWQ (incubating) code base. It makes sense to close this PR and find an alternate (non-Apache)

[GitHub] incubator-hawq issue #903: HAWQ-1056 - improve hawq check command line help

2017-01-17 Thread lisakowen
Github user lisakowen commented on the issue: https://github.com/apache/incubator-hawq/pull/903 yes, need a review for this PR. wasn't sure how to rerun the tests - i think the travis failure is transient/unrelated to the changes. also wasn't sure how to determine if

[GitHub] incubator-hawq issue #1001: HAWQ-1136. Disable .psqlrc in minirepro

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/1001 @hysuan - Are there any plans to continue working on this PR? There hasn't been any activity on this PR or the corresponding Jira (HAWQ-1136) since Nov 2016. --- If your project is set

[GitHub] incubator-hawq issue #993: HAWQ-1134. Add Bigtop layout specific pxf-private...

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/993 +1 ... @rvs - Any chance you can push this PR to master? --- 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 issue #903: HAWQ-1056 - improve hawq check command line help

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/903 @lisakowen - Do you still need a review for this PR? The PR and Jira have been open for a while without any activity (Sep 2016). --- If your project is set up for it, you can reply to

[GitHub] incubator-hawq issue #808: HAWQ-944. Implement new pg_ltoa function as per p...

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/808 @kavinderd - Any progress on this issue? It is currently in a conflict situation as reported in the PR checks "This branch has conflicts that must be resolved". There doesn't appear to be

[GitHub] incubator-hawq issue #731: HAWQ-830. Fix wrong result in CTE query due to CT...

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/731 @huor - Any update on this PR? There hasn't been any progress on it in months. This is the same for the corresponding Jira HAWQ-830 --- If your project is set up for it, you can reply to

[GitHub] incubator-hawq issue #339: No need to use ksh and add an extra runtime dep

2017-01-17 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/339 @c0s - can you please update this PR to essentially remove the file altogether? It is not needed in the HAWQ context. --- If your project is set up for it, you can reply to this email and

[jira] [Created] (HAWQ-1280) Add documentation for gp_interconnect* parameters

2017-01-17 Thread Jane Beckman (JIRA)
Jane Beckman created HAWQ-1280: -- Summary: Add documentation for gp_interconnect* parameters Key: HAWQ-1280 URL: https://issues.apache.org/jira/browse/HAWQ-1280 Project: Apache HAWQ Issue Type:

[GitHub] incubator-hawq issue #1092: HAWQ-1203. Ranger Plugin Service Implementation....

2017-01-17 Thread ictmalili
Github user ictmalili commented on the issue: https://github.com/apache/incubator-hawq/pull/1092 @linwen @zhangh43 @stanlyxiang @interma @wcl14 @xunzhang Please review this PR and provide some comments. Thanks :) --- If your project is set up for it, you can reply to this email and

[jira] [Updated] (HAWQ-1270) Plugged storage back-ends for HAWQ

2017-01-17 Thread Dmitry Buzolin (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Buzolin updated HAWQ-1270: - Description: Since HAWQ only depends on Hadoop and Parquet for columnar format support, I would

[jira] [Updated] (HAWQ-1270) Plugged storage back-ends for HAWQ

2017-01-17 Thread Dmitry Buzolin (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Buzolin updated HAWQ-1270: - Description: Since HAWQ only depends on Hadoop and Parquet for columnar format support, I would

[jira] [Commented] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826109#comment-15826109 ] Ruilong Huo commented on HAWQ-1278: --- Seems poll on 10.12.1 is broken and is fixed in 10.12.2.

[GitHub] incubator-hawq pull request #1088: HAWQ-1276. The error message is not frien...

2017-01-17 Thread stanlyxiang
Github user stanlyxiang closed the pull request at: https://github.com/apache/incubator-hawq/pull/1088 --- 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 issue #1088: HAWQ-1276. The error message is not friendly whe...

2017-01-17 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/1088 merged into master. closed. --- 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

[jira] [Comment Edited] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825779#comment-15825779 ] Ruilong Huo edited comment on HAWQ-1278 at 1/17/17 10:10 AM: - Potential a curl

[jira] [Commented] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825779#comment-15825779 ] Ruilong Huo commented on HAWQ-1278: --- Potential a curl issue on osx 10.12 with curl 7.51.0. While it is ok

[GitHub] incubator-hawq issue #1093: HAWQ-1193. Add createEncryption, getEZForPath, l...

2017-01-17 Thread amyrazz44
Github user amyrazz44 commented on the issue: https://github.com/apache/incubator-hawq/pull/1093 @wangzw @xunzhang @interma Please help review this pull request, thank you so much. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Resolved] (HAWQ-1248) Merge Dockerfiles for HAWQ Dev into HAWQ code base

2017-01-17 Thread Richard Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Guo resolved HAWQ-1248. --- Resolution: Done Fix Version/s: 2.0.0.0-incubating Close this issue as dockerfiles have been

[jira] [Commented] (HAWQ-1248) Merge Dockerfiles for HAWQ Dev into HAWQ code base

2017-01-17 Thread Richard Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825741#comment-15825741 ] Richard Guo commented on HAWQ-1248: --- Dockerfiles have been merged into HAWQ code base. > Merge

[jira] [Commented] (HAWQ-1275) Check build-in catalogs, tables and functions in native aclcheck.

2017-01-17 Thread Lili Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825715#comment-15825715 ] Lili Ma commented on HAWQ-1275: --- [~hubertzhang]I think this has already been finished. Please close this JIRA

[jira] [Comment Edited] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825631#comment-15825631 ] Ruilong Huo edited comment on HAWQ-1278 at 1/17/17 9:27 AM: Had a try with

[jira] [Updated] (HAWQ-1279) Force to recompute namespace_path when enable_ranger

2017-01-17 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1279: Description: namespace_path is cached in each psql session and the cache invalidation is triggered by

[jira] [Updated] (HAWQ-1279) Force to recompute namespace_path when enable_ranger

2017-01-17 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1279: Description: namespace_path is cached in each psql session and it the cache invalidation is triggered by

[jira] [Created] (HAWQ-1279) Force to recompute namespace_path when enable_ranger

2017-01-17 Thread Hongxu Ma (JIRA)
Hongxu Ma created HAWQ-1279: --- Summary: Force to recompute namespace_path when enable_ranger Key: HAWQ-1279 URL: https://issues.apache.org/jira/browse/HAWQ-1279 Project: Apache HAWQ Issue Type:

[jira] [Assigned] (HAWQ-1279) Force to recompute namespace_path when enable_ranger

2017-01-17 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma reassigned HAWQ-1279: --- Assignee: Hongxu Ma (was: Ed Espino) > Force to recompute namespace_path when enable_ranger >

[jira] [Commented] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-17 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825631#comment-15825631 ] Ruilong Huo commented on HAWQ-1278: --- Had a try with 10.10.5, it seems ok: {noformat}

[GitHub] incubator-hawq pull request #1088: HAWQ-1276. The error message is not frien...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1088#discussion_r96360891 --- Diff: src/backend/libpq/rangerrest.c --- @@ -294,7 +294,7 @@ static json_object *create_ranger_request_json(List *request_list, List *result_