[jira] [Assigned] (HAWQ-1337) Log stack info before forward signals sigsegv, sigill or sigbus in CdbProgramErrorHandler()

2017-02-28 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1337: -- Assignee: (was: Paul Guo) > Log stack info before forward signals sigsegv, sigill or sigbus in >

[jira] [Assigned] (HAWQ-1361) Remove ErrorTable in installcheck-good since it is in feature test suite now.

2017-02-28 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1361: -- Assignee: Paul Guo (was: Ed Espino) > Remove ErrorTable in installcheck-good since it is in feature

[GitHub] incubator-hawq issue #1156: HAWQ-1370. Misuse of regular expressions in init...

2017-02-28 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1156 +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 issue #1156: HAWQ-1370. Misuse of regular expressions in init...

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

[jira] [Closed] (HAWQ-1365) Print out detailed schema information for tables which the user doesn't have privileges

2017-02-28 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma closed HAWQ-1365. --- Resolution: Fixed > Print out detailed schema information for tables which the user doesn't have > privileges

[GitHub] incubator-hawq pull request #1152: Hawq 1365. Print out detailed schema info...

2017-02-28 Thread interma
Github user interma closed the pull request at: https://github.com/apache/incubator-hawq/pull/1152 --- 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 #1152: Hawq 1365. Print out detailed schema information...

2017-02-28 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1152 commited. --- 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,

[GitHub] incubator-hawq issue #1145: HAWQ-1353. Added SOLR properties to RPS audit co...

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

[GitHub] incubator-hawq issue #1154: HAWQ-1367. HAWQ can access to user tables that h...

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

[jira] [Updated] (HAWQ-1370) Misuse of regular expressions in init_file of feature test.

2017-02-28 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hubert Zhang updated HAWQ-1370: --- Description: in global_init_file of feature test, we want to skip expressions which include file and

[GitHub] incubator-hawq pull request #1156: HAWQ-1370. Misuse of regular expressions ...

2017-02-28 Thread zhangh43
GitHub user zhangh43 opened a pull request: https://github.com/apache/incubator-hawq/pull/1156 HAWQ-1370. Misuse of regular expressions in init_file of feature test. in global_init_file of feature test, we want to skip expressions which include file and line number,

[jira] [Resolved] (HAWQ-1366) HAWQ should throw error if finding dictionary encoding type for Parquet

2017-02-28 Thread Lili Ma (JIRA)
REATE TABLE public.tt > (i int, > fname varchar(100), > title varchar(100), > salary float8) > WITH (appendonly=true,orientation=parquet); > {code} > 3. run hawq register > {code} > malilis-MacBook-Pro:Hawq_register malili$ hawq register -d postgres -f >

[jira] [Created] (HAWQ-1370) Misuse of regular expressions in init_file of feature test.

2017-02-28 Thread Hubert Zhang (JIRA)
Hubert Zhang created HAWQ-1370: -- Summary: Misuse of regular expressions in init_file of feature test. Key: HAWQ-1370 URL: https://issues.apache.org/jira/browse/HAWQ-1370 Project: Apache HAWQ

[GitHub] incubator-hawq pull request #1153: HAWQ-1366. Throw unsupported error out fo...

2017-02-28 Thread ictmalili
Github user ictmalili closed the pull request at: https://github.com/apache/incubator-hawq/pull/1153 --- 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 #1150: HAWQ-1361. Remove some installcheck-good cases s...

2017-02-28 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1150 +1 LGTM --- 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 #1152: Hawq 1365. Print out detailed schema info...

2017-02-28 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1152#discussion_r103599880 --- Diff: src/backend/catalog/namespace.c --- @@ -1982,6 +1982,13 @@ recomputeNamespacePath(void) elog(DEBUG3, "recompute

[jira] [Commented] (HAWQ-401) json type support

2017-02-28 Thread Lili Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889312#comment-15889312 ] Lili Ma commented on HAWQ-401: -- [~kdunn926] I reviewed the pull request for JSON support in Greenplum. It

[jira] [Commented] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-02-28 Thread Alexander Denissov (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889223#comment-15889223 ] Alexander Denissov commented on HAWQ-8: --- Yes, Ambari installation requires an RPM. Also, to update from

[jira] [Commented] (HAWQ-303) Index support for non-heap tables

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889214#comment-15889214 ] Kyle R Dunn commented on HAWQ-303: -- Once we have support for indexes, high-performance PostGIS on HAWQ

[jira] [Commented] (HAWQ-303) Index support for non-heap tables

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889211#comment-15889211 ] Kyle R Dunn commented on HAWQ-303: -- I'm wondering if/how we can prioritize this? Is it accurate that the

[jira] [Commented] (HAWQ-98) Moving HAWQ docker file into code base

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889207#comment-15889207 ] Kyle R Dunn commented on HAWQ-98: - Looks like we can close this as the Docker bits are in

[jira] [Comment Edited] (HAWQ-326) Support RPM build for HAWQ

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889199#comment-15889199 ] Kyle R Dunn edited comment on HAWQ-326 at 3/1/17 12:29 AM: --- I've done some initial

[jira] [Comment Edited] (HAWQ-326) Support RPM build for HAWQ

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889199#comment-15889199 ] Kyle R Dunn edited comment on HAWQ-326 at 3/1/17 12:30 AM: --- I've done some initial

[jira] [Commented] (HAWQ-326) Support RPM build for HAWQ

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889199#comment-15889199 ] Kyle R Dunn commented on HAWQ-326: -- I've done some initial work on this. After compiling HAWQ from source

[jira] [Commented] (HAWQ-8) Installing the HAWQ Software thru the Apache Ambari

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889191#comment-15889191 ] Kyle R Dunn commented on HAWQ-8: It seems like a clear dependency that Ambari-only installation will require

[jira] [Comment Edited] (HAWQ-401) json type support

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889182#comment-15889182 ] Kyle R Dunn edited comment on HAWQ-401 at 3/1/17 12:20 AM: --- [~lilima] - I'm

[jira] [Commented] (HAWQ-401) json type support

2017-02-28 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889182#comment-15889182 ] Kyle R Dunn commented on HAWQ-401: -- [~lilima] - I'm wondering if we'll be able to incorporate the work done

[jira] [Commented] (HAWQ-1332) Can not grant database and schema privileges without table privileges in ranger or ranger plugin service

2017-02-28 Thread Alexander Denissov (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888629#comment-15888629 ] Alexander Denissov commented on HAWQ-1332: -- [~xsheng] -- I think we are confusing 2 issues here.

[GitHub] incubator-hawq pull request #1155: HAWQ-1369. Update for RAT status and exte...

2017-02-28 Thread edespino
GitHub user edespino opened a pull request: https://github.com/apache/incubator-hawq/pull/1155 HAWQ-1369. Update for RAT status and external doc link in README.md Updating embedded external CI status images to include the HAWQ-rat project. Additionally, update documentation link to

[jira] [Created] (HAWQ-1369) README.md update - Update to include RAT status and external links

2017-02-28 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1369: --- Summary: README.md update - Update to include RAT status and external links Key: HAWQ-1369 URL: https://issues.apache.org/jira/browse/HAWQ-1369 Project: Apache HAWQ

[jira] [Assigned] (HAWQ-1367) hawq can access to user tables that have no permission with fallback check table.

2017-02-28 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang reassigned HAWQ-1367: --- Assignee: Chunling Wang (was: Ed Espino) > hawq can access to user tables that have no

[jira] [Created] (HAWQ-1368) normal user who doesn't have home directory may have problem when running hawq register

2017-02-28 Thread Lili Ma (JIRA)
Lili Ma created HAWQ-1368: - Summary: normal user who doesn't have home directory may have problem when running hawq register Key: HAWQ-1368 URL: https://issues.apache.org/jira/browse/HAWQ-1368 Project:

[GitHub] incubator-hawq issue #1154: HAWQ-1367. HAWQ can access to user tables that h...

2017-02-28 Thread wcl14
Github user wcl14 commented on the issue: https://github.com/apache/incubator-hawq/pull/1154 @stanlyxiang @zhangh43 @ictmalili Please 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

[GitHub] incubator-hawq pull request #1154: HAWQ-1367. HAWQ can access to user tables...

2017-02-28 Thread wcl14
GitHub user wcl14 reopened a pull request: https://github.com/apache/incubator-hawq/pull/1154 HAWQ-1367. HAWQ can access to user tables that have no permission wit… …h fallback check table. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq pull request #1154: HAWQ-1367. HAWQ can access to user tables...

2017-02-28 Thread wcl14
Github user wcl14 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1154 --- 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 #1154: HAWQ-1367. HAWQ can access to user tables...

2017-02-28 Thread wcl14
GitHub user wcl14 opened a pull request: https://github.com/apache/incubator-hawq/pull/1154 HAWQ-1367. HAWQ can access to user tables that have no permission wit… …h fallback check table. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (HAWQ-1367) hawq can access to user tables that have no permission with fallback check table.

2017-02-28 Thread Xiang Sheng (JIRA)
Xiang Sheng created HAWQ-1367: - Summary: hawq can access to user tables that have no permission with fallback check table. Key: HAWQ-1367 URL: https://issues.apache.org/jira/browse/HAWQ-1367 Project:

[GitHub] incubator-hawq issue #1153: HAWQ-1366. Throw unsupported error out for dicti...

2017-02-28 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1153 +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 #1153: HAWQ-1366. Throw unsupported error out fo...

2017-02-28 Thread ictmalili
GitHub user ictmalili opened a pull request: https://github.com/apache/incubator-hawq/pull/1153 HAWQ-1366. Throw unsupported error out for dictionary page in Parquet… … storage You can merge this pull request into a Git repository by running: $ git pull

[jira] [Reopened] (HAWQ-1332) Can not grant database and schema privileges without table privileges in ranger or ranger plugin service

2017-02-28 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiang Sheng reopened HAWQ-1332: --- [~adenisso] I have checked how hive process include/exclude in Ranger. We found that hive provide some

[jira] [Commented] (HAWQ-1366) HAWQ should throw error if finding dictionary encoding type for Parquet

2017-02-28 Thread Lili Ma (JIRA)
varchar(100), > salary float8) > WITH (appendonly=true,orientation=parquet); > {code} > 3. run hawq register > {code} > malilis-MacBook-Pro:Hawq_register malili$ hawq register -d postgres -f > hdfs://localhost:8020/user/hive/warehouse/tt tt > 20170228:17:40:25:090499 hawqregist

[jira] [Commented] (HAWQ-1366) HAWQ should throw error if finding dictionary encoding type for Parquet

2017-02-28 Thread Lili Ma (JIRA)
varchar(100), > salary float8) > WITH (appendonly=true,orientation=parquet); > {code} > 3. run hawq register > {code} > malilis-MacBook-Pro:Hawq_register malili$ hawq register -d postgres -f > hdfs://localhost:8020/user/hive/warehouse/tt tt > 20170228:17:40:25:09049

[jira] [Created] (HAWQ-1366) HAWQ should throw error if finding dictionary encoding type for Parquet

2017-02-28 Thread Lili Ma (JIRA)
lhost:8020/user/hive/warehouse/tt tt 20170228:17:40:25:090499 hawqregister:malilis-MacBook-Pro:malili-[INFO]:-try to connect database localhost:5432 postgres 20170228:17:40:33:090499 hawqregister:malilis-MacBook-Pro:malili-[INFO]:-New file(s) to be registered: ['hdfs://localhost:8020/user/

[GitHub] incubator-hawq pull request #1152: Hawq 1365. Print out detailed schema info...

2017-02-28 Thread wcl14
Github user wcl14 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1152#discussion_r103395505 --- Diff: src/backend/catalog/namespace.c --- @@ -1982,6 +1982,13 @@ recomputeNamespacePath(void) elog(DEBUG3, "recompute