[jira] [Commented] (HAWQ-1078) Implement hawqsync-falcon DR utility.

2016-09-26 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15524164#comment-15524164 ] Kyle R Dunn commented on HAWQ-1078: --- This is dependent on HAWQ-991. > Implement hawqsync-falcon DR

[GitHub] incubator-hawq pull request #940: HAWQ 1078. Implement hawqsync-falcon DR ut...

2016-09-26 Thread kdunn926
GitHub user kdunn926 opened a pull request: https://github.com/apache/incubator-hawq/pull/940 HAWQ 1078. Implement hawqsync-falcon DR utility. This is the initial commit for a Python utility to orchestrate a DR syncronization for HAWQ, based on Falcon HDFS replication and a cold

[jira] [Created] (HAWQ-1078) Implement hawqsync-falcon DR utility.

2016-09-26 Thread Kyle R Dunn (JIRA)
Kyle R Dunn created HAWQ-1078: - Summary: Implement hawqsync-falcon DR utility. Key: HAWQ-1078 URL: https://issues.apache.org/jira/browse/HAWQ-1078 Project: Apache HAWQ Issue Type: Improvement

[jira] [Updated] (HAWQ-1078) Implement hawqsync-falcon DR utility.

2016-09-26 Thread Kyle R Dunn (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kyle R Dunn updated HAWQ-1078: -- Attachment: hawq-dr-design.pdf WIP design overview. > Implement hawqsync-falcon DR utility. >

[jira] [Updated] (HAWQ-1077) Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-1077: --- Description: Found this issue during testing. The test tries to insert some large data into a table with ao

[jira] [Created] (HAWQ-1076) permission denied for using sequence with SELECT/USUAGE privilege

2016-09-26 Thread Ming LI (JIRA)
Ming LI created HAWQ-1076: - Summary: permission denied for using sequence with SELECT/USUAGE privilege Key: HAWQ-1076 URL: https://issues.apache.org/jira/browse/HAWQ-1076 Project: Apache HAWQ Issue

[GitHub] incubator-hawq pull request #937: HAWQ-1077. Query hangs due to stack overwr...

2016-09-26 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/937 HAWQ-1077. Query hangs due to stack overwrite which is caused by a bu… …g in ao snappy code You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (HAWQ-1076) permission denied for using sequence with SELECT/USUAGE privilege

2016-09-26 Thread Ming LI (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15522283#comment-15522283 ] Ming LI commented on HAWQ-1076: --- Two problems fixed here: 1) Default statement only need when INSERT. 2)

[jira] [Updated] (HAWQ-1077) Query hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-1077: --- Summary: Query hangs due to stack overwrite which is caused by a bug in ao snappy code (was: QE process spins

[jira] [Assigned] (HAWQ-1077) Query hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1077: -- Assignee: Paul Guo (was: Lei Chang) > Query hangs due to stack overwrite which is caused by a bug in

[GitHub] incubator-hawq pull request #936: HAWQ-1076. Fixed privileg check for sequen...

2016-09-26 Thread liming01
GitHub user liming01 opened a pull request: https://github.com/apache/incubator-hawq/pull/936 HAWQ-1076. Fixed privileg check for sequence function in column DEFAU… …LT statement Two problems fixed here: 1) Default statement only need when INSERT. 2) setval()

[jira] [Updated] (HAWQ-1077) Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-1077: --- Summary: Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code (was: Query

[jira] [Commented] (HAWQ-1075) Restore default behavior of client side(PXF) checksum validation when reading blocks from HDFS

2016-09-26 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15524520#comment-15524520 ] Shivram Mani commented on HAWQ-1075: The patch has been pushed both to master branch and HAWQ-1075

[jira] [Updated] (HAWQ-1077) Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1077: -- Description: It hang when try to insert large data into append-only table with compression. To be

[jira] [Comment Edited] (HAWQ-1076) permission denied for using sequence with SELECT/USUAGE privilege

2016-09-26 Thread Ming LI (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15522283#comment-15522283 ] Ming LI edited comment on HAWQ-1076 at 9/26/16 7:04 AM: Two problems fixed here: 1)

[GitHub] incubator-hawq pull request #938: HAWQ-1067. Append hawq version number to p...

2016-09-26 Thread radarwave
GitHub user radarwave opened a pull request: https://github.com/apache/incubator-hawq/pull/938 HAWQ-1067. Append hawq version number to plr-hawq rpm pakcage name. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq pull request #938: HAWQ-1067. Append hawq version number to p...

2016-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/938 --- 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 #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-26 Thread zhangh43
GitHub user zhangh43 opened a pull request: https://github.com/apache/incubator-hawq/pull/939 HAWQ-991. Fix bug of yaml configuration file contains only files unde… …r table directory in --force mode. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-hawq issue #927: HAWQ-1068. Fixed crash at calling get_ao_compress...

2016-09-26 Thread liming01
Github user liming01 commented on the issue: https://github.com/apache/incubator-hawq/pull/927 @karthijrk, I just fixed get_ao_compression_ratio_name() and get_ao_compression_ratio_oid(), if other functions need to be fixed, please open defect for them. Thanks. --- If your project

[jira] [Created] (HAWQ-1077) QE process spins due to an bug in ao snappy code

2016-09-26 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1077: -- Summary: QE process spins due to an bug in ao snappy code Key: HAWQ-1077 URL: https://issues.apache.org/jira/browse/HAWQ-1077 Project: Apache HAWQ Issue Type: Bug

[GitHub] incubator-hawq issue #938: HAWQ-1067. Append hawq version number to plr-hawq...

2016-09-26 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/938 +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-1079) PXF service fails to start

2016-09-26 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko updated HAWQ-1079: -- Fix Version/s: backlog > PXF service fails to start > -- > >

[jira] [Updated] (HAWQ-1075) Restore default behavior of client side(PXF) checksum validation when reading blocks from HDFS

2016-09-26 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goden Yao updated HAWQ-1075: Fix Version/s: 2.0.1.0-incubating > Restore default behavior of client side(PXF) checksum validation when

[jira] [Updated] (HAWQ-1077) Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goden Yao updated HAWQ-1077: Fix Version/s: 2.0.1.0-incubating > Table insert hangs due to stack overwrite which is caused by a bug in ao

[GitHub] incubator-hawq issue #937: HAWQ-1077. Query hangs due to stack overwrite whi...

2016-09-26 Thread liming01
Github user liming01 commented on the issue: https://github.com/apache/incubator-hawq/pull/937 +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] [Resolved] (HAWQ-771) Table and function can not be found by non-superuser in specified schema

2016-09-26 Thread Ming LI (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming LI resolved HAWQ-771. -- Resolution: Invalid By default, users cannot access any objects in schemas they do not own. To allow that, the

[GitHub] incubator-hawq pull request #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-26 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/939#discussion_r80612789 --- Diff: tools/bin/hawqregister --- @@ -603,9 +605,6 @@ class HawqRegister(object):

[GitHub] incubator-hawq pull request #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-26 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/939#discussion_r80613855 --- Diff: tools/bin/hawqregister --- @@ -729,6 +728,23 @@ class HawqRegister(object): for k, eof in enumerate(eofs[1:]):

[GitHub] incubator-hawq pull request #:

2016-09-26 Thread GodenYao
Github user GodenYao commented on the pull request: https://github.com/apache/incubator-hawq/commit/9b7f90b744850ff83769c3a46e6d4daeb109cc68#commitcomment-19184677 why change the folder path? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-hawq pull request #:

2016-09-26 Thread sansanichfb
Github user sansanichfb commented on the pull request: https://github.com/apache/incubator-hawq/commit/9b7f90b744850ff83769c3a46e6d4daeb109cc68#commitcomment-19184685 @GodenYao I moved pre- and post- install scripts to virtual rpm section so I moved scripts respectively. --- If

[GitHub] incubator-hawq pull request #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-26 Thread kdunn-pivotal
Github user kdunn-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/939#discussion_r80594744 --- Diff: tools/bin/hawqregister --- @@ -729,6 +728,23 @@ class HawqRegister(object): for k, eof in enumerate(eofs[1:]):

[jira] [Updated] (HAWQ-1075) Restore default behavior of client side(PXF) checksum validation when reading blocks from HDFS

2016-09-26 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1075: --- Summary: Restore default behavior of client side(PXF) checksum validation when reading blocks from

[jira] [Assigned] (HAWQ-1079) PXF service fails to start

2016-09-26 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko reassigned HAWQ-1079: - Assignee: Oleksandr Diachenko (was: Lei Chang) > PXF service fails to start >

[jira] [Created] (HAWQ-1079) PXF service fails to start

2016-09-26 Thread Oleksandr Diachenko (JIRA)
Oleksandr Diachenko created HAWQ-1079: - Summary: PXF service fails to start Key: HAWQ-1079 URL: https://issues.apache.org/jira/browse/HAWQ-1079 Project: Apache HAWQ Issue Type: Bug

[jira] [Updated] (HAWQ-1075) Restore default behavior of client side(PXF) checksum validation when reading blocks from HDFS

2016-09-26 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1075: --- Description: Currently HdfsTextSimple profile which is the optimized PXF profile to read Text/CSV

[jira] [Comment Edited] (HAWQ-1075) Restore default behavior of client side(PXF) checksum validation when reading blocks from HDFS

2016-09-26 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521104#comment-15521104 ] Shivram Mani edited comment on HAWQ-1075 at 9/26/16 11:40 PM: -- Checksum

[GitHub] incubator-hawq pull request #941: HAWQ-1079. Fixed issue with symlink.

2016-09-26 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/941 HAWQ-1079. Fixed issue with symlink. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sansanichfb/incubator-hawq HAWQ-1079

[jira] [Updated] (HAWQ-1077) Table insert hangs due to stack overwrite which is caused by a bug in ao snappy code

2016-09-26 Thread Ruilong Huo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1077: -- Description: It hang when try to insert large data into append-only table with compression. To be