Re: Different storage backends in HAWQ?

2017-01-11 Thread Paul Guo
HAWQ supports row oriented format also (AO Table). For block storage & posix fs, I suspect you could use gpdb since gpdb uses local storage though probably a bit additional work is needed. For object storage (e.g. S3 interface), this is an interesting topic. There have been a JIRA for this though t

Re: Apache Jenkins Service: CI for RAT execution proposal

2017-01-12 Thread Paul Guo
I saw apache Jenkins services (Besides travis) seem to have been enabled for each PR though I do not know what is checked in it. What is the difference? Thanks. 2017-01-12 14:01 GMT+08:00 Ed Espino : > For this Apache HAWQ dev community, I would like to setup an Apache Jenkins > job to run Apache

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

2017-01-12 Thread Paul Guo
Is there a solution to avoid this in the future? Maybe add this check in Apache Jenkins? I mean whether there are some tools or commands to check this automatically or at least this should be reflected on the releasing document on wiki. 2017-01-12 22:10 GMT+08:00 Ruilong Huo : > -1 for the releas

HAWQ graduation update

2017-01-17 Thread Paul Guo
While it seems that it is the time for us to kick off the work for HAWQ graduation from ASF, i.e. removing the "incubator" cap. There are a lot of details in the page below about this, http://incubator.apache.org/guides/graduation.html I'd sum up some related work in the last week. 1. Provide p

Re: HAWQ graduation update

2017-01-24 Thread Paul Guo
concerns we'd need a volunteer to modify it accordingly. We at least have several small things below need to do 1) We need to add design doc to wiki and include recent projects. 2) We'd better have a clear roadmap (at least for short time). 2017-01-17 16:32 GMT+08:00 Paul Guo : > W

Re: Have created one tech documents page to HAWQ wiki page and attached Ranger design doc

2017-01-24 Thread Paul Guo
Thanks. We now have a place to put internals related documents which will really benefit developers who are not that familiar with the HAWQ implementation. 2017-01-25 13:22 GMT+08:00 Ruilong Huo : > Great to have the page for hawq design doc. TDE is also available there: > https://cwiki.apache.or

Re: License Header info

2017-01-27 Thread Paul Guo
Unless the license header could not be practically added (e.g. .ans files for test). You will need to add the file(s) in pom.xml to avoid RAT check for this case. 2017-01-28 5:07 GMT+08:00 Roman Shaposhnik : > Actually, you really are required to apply license header to every file > nowdays. > >

Re: New Committer: Lisa Owen

2017-02-06 Thread Paul Guo
Congratulations! 2017-02-01 15:49 GMT+08:00 Roman Shaposhnik : > Congratulations Lisa! > > Here's to many more contributions to come! > > Thanks, > Roman. > > On Tue, Jan 31, 2017 at 4:25 PM, Ed Espino wrote: > > The Project Management Committee (PMC) for Apache HAWQ (incubating) has > > invited

Re: [VOTE]: Apache HAWQ 2.1.0.0-incubating Release Candidate 3 (RC3)

2017-02-06 Thread Paul Guo
Ed, I think we could extend the deadline a bit since I know some people was just back from vacation. 2017-02-03 18:07 GMT+08:00 Ed Espino : > This is the vote for Apache HAWQ (incubating) 2.1.0.0-incubating Release > Candidate 3 (RC3). This is a Source only release. > > The vote will run for at

Check segment node status in QD polling.

2017-02-06 Thread Paul Guo
I encountered a QD timeout issue recently. This happens when: 1) One of the segment node panick and then restarted. 2) Other segments hangs in interconnect (there will be retry until timeout). QD stays at loop of poll() until either QE reports error after interconnect timeout or libpq (QD<->QE)

Re: [VOTE]: Apache HAWQ 2.1.0.0-incubating Release Candidate 3 (RC3)

2017-02-07 Thread Paul Guo
; > > > > +1. Built, ran feature test & installcheck-good successfully. > > > > > > > > On Tue, Feb 7, 2017 at 12:01 PM, Yi Jin wrote: > > > > > > > > > Checked > > > > > > > > > > 1) download cod

No email notification anymore for JIRA creation

2017-02-07 Thread Paul Guo
I'm not able to receive such kind of emails while previously I could. I did not modify my JIRA setting recently so I suspect whether some privileged administrative behaviours on Apache JIRA caused this or there is something wrong on Apache Infra. Anyone has similar experience? Or the HAWQ JIRA admi

Re: No email notification anymore for JIRA creation

2017-02-07 Thread Paul Guo
OK. Thanks. Will contact the apache infra team. 2017-02-08 9:39 GMT+08:00 Yandong Yao : > I encountered email issue before, have filed Apache INFRA JIRA and get it > resolved. > > On Tue, Feb 7, 2017 at 7:34 PM, Paul Guo wrote: > > > I'm not able to receive such kind

Re: Notice: Will clean the to-be-private branch in Apache HAWQ public repository

2017-02-16 Thread Paul Guo
+1. I guess all HAWQ-* branches should be removed at least. 2.0.0.0-incubating branch is for 2.0.0.0-incubating? 2017-02-16 13:08 GMT+08:00 Yandong Yao : > +1 for this cleanup > > On Wed, Feb 15, 2017 at 2:01 PM, Lili Ma wrote: > > > Hi team, > > > > This page describes the process of contribut

Re: [VOTE] Release Apache HAWQ 2.1.0.0-incubating (RC4)

2017-02-21 Thread Paul Guo
+1 ("paulguo") compile and install, basic license check, regression/feature testing. 2017-02-21 18:04 GMT+08:00 Xiang Sheng : > +1 for successfully mvn verify && configure && make && make install && > hawq start > > On Tue, Feb 21, 2017 at 4:09 PM, Hubert Zhang wrote: > > > +1 > > > > On Mon,

Apache HAWQ graduation update (Mar 1st, 2017)

2017-03-01 Thread Paul Guo
Hello everyone, I'd update some progress for the graduation. 1. Apache HAWQ 2.1.0.0-incubating has been released. This is the 2nd release for our project. It is a source release. You could download from the page below. http://hawq.incubator.apache.org/ 2. We have three new committers: Lisa O

Fwd: Apache HAWQ graduation update (Mar 1st, 2017)

2017-03-01 Thread Paul Guo
Hello everyone, I'd update some progress for the graduation. 1. Apache HAWQ 2.1.0.0-incubating has been released. This is the 2nd release for our project. It is a source release. You could download from the page below. http://hawq.incubator.apache.org/ 2. We have three new committers: Lisa O

Re: Thinking of how to fix HAWQ-1381

2017-03-07 Thread Paul Guo
Intersting. sprintf kind of unsafe functions should be really avoided unless some strong limitation in fmt is set. Maybe you could enlarge the array length and use snprintf, but it risks truncating and you need to append NULL byte for string if needed, or you allocate the size in need. 2017-03-08

Re: Apache HAWQ 2.2.0.0-incubating release plan and timeframe

2017-03-09 Thread Paul Guo
Just one thing: I do not think we should connect the next release with the commercial linux release Red Hat 7. 2017-03-10 14:15 GMT+08:00 stanly sheng : > Hi Ruilong, > > Release version : Apache HAWQ 2.2.0.0-incubator ? Apache HAWQ > 2.2.0.0-incubating ? > > Thanks > > 2017-03-10 13:28 GMT+08:00

Re: Questions about filesystem / filespace / tablespace

2017-03-14 Thread Paul Guo
Hi Kyle, I'm not sure whether I understand your point correctly, but for FUSE which allows userspace file system implementation on Linux, users uses the filesystem (e.g. S3 in your example) as a block storage, accesses it via standard sys calls like open, close, read, write although some behaviour

Re: Need help on HAWQ Build

2017-03-15 Thread Paul Guo
Hi Ketan, As Kyle said, we include Google Test in our code, however if we look at the Makefile in the root path, i.e. GNUmakefile.in, we build it before building other components automatically. Generally speaking, to install hawq, you install those dependencies (refer the installation wiki or co

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

2017-04-01 Thread Paul Guo
Compute - A SQL engine based on Apache HAWQ by Chen >> Xia, >> > > > Database Expert in Alibaba Cloud >> > > > >> > > > 2. A significant push by the dev community has been made to review >> > > > and merge the project's Pull Requ

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

2017-04-05 Thread Paul Guo
+1 Download src package, build and simple test on centos7.x Download rpm packages, install following the page below, and simple test on centos7.x https://cwiki.apache.org/confluence/display/HAWQ/Build+Package+and+Install+with+RPM Checked release note, etc document. 2017-04-05 15:39 GMT+08:00

Re: [VOTE]: Apache HAWQ 2.2.0.0-incubating Release (RC2)

2017-04-12 Thread Paul Guo
+1 Tried compiling with simple options and then installing the binaries, also tried installing with the rpm packets following the wiki page. I tested some simple queries with the default setting. 2017-04-12 16:39 GMT+08:00 Radar Da lei : > +1 > > Following the install wiki page step by step, I

s/gettimeofday/clock_gettime/ in hawq?

2017-04-23 Thread Paul Guo
Hi, HAWQ sometimes use gettimeofday() syscall for some timeout check in various module, however it could be affected by ntp, so the timeout checking logic could be wrong sometimes. I would propose to use clock_gettime() to replace it on Linux (I have not investigated the alternative on other platf

Re: [VOTE] Apache HAWQ Incubator "powered by" logo vote

2017-04-23 Thread Paul Guo
I'd like for the log, with "HAWQ" text, but without drop shadow. 2017-04-23 5:08 GMT+08:00 Alex (Oleksandr) Diachenko : > +1 for HAWQ logo, with "HAWQ" text, with drop shadow > > On Sat, Apr 22, 2017 at 9:11 AM, Lili Ma wrote: > > > +1 HAWQ logo, with "HAWQ" text, with drop shadow > > > > On Sa

Re: s/gettimeofday/clock_gettime/ in hawq?

2017-04-24 Thread Paul Guo
org/onlinepubs/9699919799/ > functions/gettimeofday.html > > Regards > Mike > > ____ > From: Paul Guo > Sent: Monday, April 24, 2017 6:36 AM > To: dev@hawq.incubator.apache.org > Subject: s/gettimeofday/clock_gettime/ in hawq? > >

Slow "make distclean"

2017-04-24 Thread Paul Guo
I just tired to build a hawq from scratch, however "make distclean" is quite slow in the following step, make[1]: Leaving directory `/data/github/incubator-hawq2/src' make -C pxf distclean make[1]: Entering directory `/data/github/incubator-hawq2/pxf' ./gradlew clean % Total% Received % Xfer

Re: s/gettimeofday/clock_gettime/ in hawq?

2017-04-25 Thread Paul Guo
Exactly. 2017-04-25 22:40 GMT+08:00 Lei Chang : > Good catch. There are a lot of uses of getimeofday for timeout. > > clock_gettime is also affected by NTP if NTP moves time back except > that CLOCK_MONOTONIC > option is used. > > Thanks > Lei > > > On Mon,

An deadlock issue (between entrydb and QD)

2017-04-28 Thread Paul Guo
While looking at a ctas issue which involves join of some catalog tables we found that entrydb is not using the catalog tables for the query db thus the query result will be wrong. Further looking at the issue, it seems that it is a regression that was introduced by a fix for a deadlock bug HAWQ-51

Re: New committer: Xiang Sheng

2017-05-16 Thread Paul Guo
Congratulations, Xiang. 2017-05-17 10:21 GMT+08:00 Ruilong Huo : > Well deserved! Congratulations Xiang! > > Best regards, > Ruilong Huo > > On Wed, May 17, 2017 at 10:15 AM, Brian Lu wrote: > > > Congratulations Xiang! > > > > Best Regards, > > Brian > > > > On Wed, May 17, 2017 at 10:15 AM, Iv

Re: [ANNOUNCE] Apache HAWQ 2.2.0.0-incubating Released

2017-07-13 Thread Paul Guo
Congratulations. Now we have the first binary release, I think it is not far for HAWQ to graduate. Also +1 for Yi. 2017-07-13 17:09 GMT+08:00 Amy Bai : > Congrats! +1 for Yi , the top committer to be next release manager. > > On Thu, Jul 13, 2017 at 5:07 PM, 陶征霖 wrote: > > > +1 for Yi, the top c

Re: error from configure script

2018-03-20 Thread Paul Guo
Do you have bzip2-devel installed via yum? It seems that bzip2 1.0.5 worked fine with HAWQ on my centos6 environment. 2018-03-20 17:53 GMT+08:00 李明庆 : > Hi. My env is CentOS release 6.8 . > > env: > > # bzip2 --version > > bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010.

Re: Remain with HAWQ project or not?

2018-05-07 Thread Paul Guo
Yes. Thanks Radar to drive HAWQ graduation. 2018-05-08 12:02 GMT+08:00 Lirong Jian : > Yes, I would like to remain a committer. > > Lirong > > Lirong Jian > HashData Inc. > > 2018-05-08 10:04 GMT+08:00 Hubert Zhang : > > > Yes. > > > > On Tue, May 8, 2018 at 9:30 AM, Lili Ma wrote: > > > > > Yes

[GitHub] incubator-hawq pull request: HAWQ-672. Add python module pygresql ...

2016-04-13 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/606 HAWQ-672. Add python module pygresql back into hawq workspace In this patch, all of the new added files come from the workspace after reverting HAWQ-271. Other changes mostly follow the

[GitHub] incubator-hawq pull request: HAWQ-672. Add python module pygresql ...

2016-05-04 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/606 --- 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: HAWQ-716. Support code coverage build...

2016-05-04 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/636#issuecomment-216817192 1) You might want to avoid using the absolute path of lcov, etc. (users could install them anywhere). 2) Does the code check whether lcov packages have

[GitHub] incubator-hawq pull request: HAWQ-716. Support code coverage build...

2016-05-04 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/636#issuecomment-217080556 +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

[GitHub] incubator-hawq pull request: HAWQ-711. Integrate libhdfs3 and liby...

2016-05-05 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/638 HAWQ-711. Integrate libhdfs3 and libyarn makefile into hawq This is based on Liming's work, i.e. commit 1b0e6e2d728b5f4f9da09ecc19dc32c87a9fdc81 You can merge this pull request i

[GitHub] incubator-hawq pull request: HAWQ-711. Integrate libhdfs3 and liby...

2016-05-08 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/638#discussion_r62444174 --- Diff: configure --- @@ -11461,157 +11427,6 @@ rm -f core conftest.err conftest.$ac_objext \ pgac_args="$pgac_args with_xml_p

[GitHub] incubator-hawq pull request: HAWQ-711. Integrate libhdfs3 and liby...

2016-05-08 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/638#issuecomment-217763593 To Huor, I checked the source code. It seems that it is easy to add some Makefile targets for the issues you mentioned. To better track them, I'd leave

[GitHub] incubator-hawq pull request: HAWQ 726. configure and configure.in ...

2016-05-10 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/643 HAWQ 726. configure and configure.in are not consistent. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq

[GitHub] incubator-hawq pull request: HAWQ-711. Bugfix for libyarn/libhdfs3...

2016-05-10 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/647#issuecomment-218369070 $(MAKE) -C src feature_test clean -> $(MAKE) -C src feature_test_clean --- If your project is set up for it, you can reply to this email and have y

[GitHub] incubator-hawq pull request: HAWQ-394. Remove pgcrypto from code b...

2016-05-12 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/655 HAWQ-394. Remove pgcrypto from code base Removed pycrypto and modified pom.xml. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul

[GitHub] incubator-hawq pull request: HAWQ-711. Bugfix for libyarn/libhdfs3...

2016-05-15 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/647#issuecomment-219329874 +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

[GitHub] incubator-hawq pull request: HAWQ-744. Add plperl code

2016-05-19 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/668 HAWQ-744. Add plperl code You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq perl Alternatively you can review

[GitHub] incubator-hawq pull request: HAWQ-746. ssh_utils.py:addHostNameAlt...

2016-05-19 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/669 HAWQ-746. ssh_utils.py:addHostNameAlternatives() should not use short… … hostname You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-hawq pull request: HAWQ-751. Add plr, pgcrypto, gporca i...

2016-05-23 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/672 HAWQ-751. Add plr, pgcrypto, gporca into Apache HAWQ You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq save3

[GitHub] incubator-hawq pull request: HAWQ-751. Add plr, pgcrypto, gporca i...

2016-05-23 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/672#discussion_r64319427 --- Diff: configure --- @@ -1545,7 +1543,8 @@ Optional Packages: --with-perl build Perl modules (PL/Perl) --with-python

[GitHub] incubator-hawq pull request: HAWQ-754. Open googletest build insid...

2016-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/674#discussion_r64507340 --- Diff: GNUmakefile.in --- @@ -23,8 +22,7 @@ all: install: # $(MAKE) -C doc $@ -# waiting for higher version of gcc ready

[GitHub] incubator-hawq pull request: HAWQ-754. Open googletest build insid...

2016-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/674#discussion_r64507421 --- Diff: configure --- @@ -1556,7 +1556,7 @@ Optional Packages: --with-bonjour build with Bonjour support --with-openssl

[GitHub] incubator-hawq pull request: HAWQ-754. Open googletest build insid...

2016-05-24 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/674#issuecomment-221460235 +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

[GitHub] incubator-hawq pull request: HAWQ-751. Add plr, pgcrypto, gporca i...

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/672 --- 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: HAWQ-756. Fail to compile with config...

2016-05-25 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/676 HAWQ-756. Fail to compile with configuration "--enable-snmp --disable… …-email" You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] incubator-hawq pull request: HAWQ-751. Add plr, pgcrypto, gporca i...

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/672#issuecomment-221501008 Merged into upstream. --- 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: HAWQ-744. Add plperl code

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/668 --- 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: HAWQ-394. Remove pgcrypto from code b...

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/655 --- 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: HAWQ-394. Remove pgcrypto from code b...

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/655#issuecomment-221501233 Merged into upstream. --- 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: HAWQ-744. Add plperl code

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/668#issuecomment-221501103 Merged into upstream. --- 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: HAWQ 726. configure and configure.in ...

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/643 --- 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: HAWQ 726. configure and configure.in ...

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/643#issuecomment-221501309 Merged. --- 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: HAWQ-711. Integrate libhdfs3 and liby...

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/638#issuecomment-221501406 Merged. --- 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: HAWQ-711. Integrate libhdfs3 and liby...

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/638 --- 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: HAWQ-756. Fail to compile with config...

2016-05-25 Thread paul-guo-
Github user paul-guo- commented on the pull request: https://github.com/apache/incubator-hawq/pull/676#issuecomment-221508877 Merged. --- 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: HAWQ-756. Fail to compile with config...

2016-05-25 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/676 --- 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

Fwd: HAWQ-751: Add plr, pgcrypto, gporca into Apache HAWQ

2016-05-27 Thread Paul Guo
The intent is to make developers easier to build with gporca support (configure with --enable-orca). Previously developer who wants gporca support needs to select proper gporca/gpos/gp-xerces versions (Knowing that gporca, etc are fastly evolving) which could work well with current hawq code, build

[GitHub] incubator-hawq pull request: HAWQ-767. make hawq code work with up...

2016-05-30 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/681 HAWQ-767. make hawq code work with upstream libesmtp You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq save3

[GitHub] incubator-hawq pull request: HAWQ-770. .gitignore depends/thirdpar...

2016-05-30 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/682 HAWQ-770. .gitignore depends/thirdparty/thrift/hawqbuild/Makefile.global You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo

[GitHub] incubator-hawq pull request: HAWQ-767. make hawq code work with up...

2016-05-30 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/681 --- 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: HAWQ-770. .gitignore depends/thirdpar...

2016-05-30 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/682 --- 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 #687: HAWQ-773. Need to install gpos and gp-xerc...

2016-06-02 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/687 HAWQ-773. Need to install gpos and gp-xerces also when gporca is enab… …led. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul

[GitHub] incubator-hawq pull request #687: HAWQ-773. Need to install gpos and gp-xerc...

2016-06-02 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/687 --- 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 #688: HAWQ-775. Provide a seperate PLR package.

2016-06-02 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/688 HAWQ-775. Provide a seperate PLR package. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq gpl Alternatively

[GitHub] incubator-hawq pull request #689: HAWQ-777 Add back gpfdist

2016-06-02 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/689 HAWQ-777 Add back gpfdist Not sure why it was deleted in a previous commit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo

[GitHub] incubator-hawq pull request #688: HAWQ-775. Provide a seperate PLR package.

2016-06-05 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/688 --- 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 #691: HAWQ-774. Add snappy compression support t...

2016-06-06 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/691 HAWQ-774. Add snappy compression support to row oriented storage You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator

[GitHub] incubator-hawq pull request #692: HAWQ-780. Remove quicklz compression relat...

2016-06-07 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/692 HAWQ-780. Remove quicklz compression related code but keep related me… …ta data in short term. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-hawq pull request #694: HAWQ-781. Move src/postgres to depends/thi...

2016-06-07 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/694 HAWQ-781. Move src/postgres to depends/thirdparty/postgres You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq

Re: Replace git submodule with git clone + file with commit number?

2016-07-07 Thread Paul Guo
For gporca it is ok to pre-build them and pass orca installation path to hawq, but for pgcrypto and plr, having a script to run before building hawq seems to not be a good idea, technically speaking. plr/pgcrypto depends on the configure options and configure checking. (e.g. with and without opens

Re: Replace git submodule with git clone + file with commit number?

2016-07-07 Thread Paul Guo
You could check the following patch, which has existed on upstream. commit 497ae5db996094150e475659e06eea929e209841 Author: Paul Guo Date: Thu Jun 30 18:34:27 2016 +0800 HAWQ-867. Replace the git-submobule mechanism with git-clone 2016-07-08 2:04 GMT+08:00 Roman Shaposhnik : > On

Re: [GitHub] incubator-hawq issue #489: HAWQ-537. Accept filenames with spaces

2016-07-07 Thread Paul Guo
GNUmakefile is generated automatically after running the configure command. GNUMakefile should not be checked in. 2016-07-08 5:22 GMT+08:00 C.J. Jameson : > I am having trouble with my dev environment when I run `automake`; can > someone else run this and push for me? > > ``` > automake: warning:

feature test framework issue

2016-07-07 Thread Paul Guo
I'm adding some feature tests into hawq code, however I found currently the makefile code compiles all of the test cpp files each time, regardless of single file change or no file change. This is too time-consuming given in the future there will be more and more cases. See more below. g++ -I/usr/

Re: Replace git submodule with git clone + file with commit number?

2016-07-07 Thread Paul Guo
Thanks Hong, To be clear, The original patch is: commit 497ae5db996094150e475659e06eea929e209841 Author: Paul Guo Date: Thu Jun 30 18:34:27 2016 +0800 HAWQ-867. Replace the git-submobule mechanism with git-clone Following further patch is trivial, commit

Re: feature test framework issue

2016-07-08 Thread Paul Guo
g together to a feature-test binary. >> >> Besides, I think the current compile time is like 80% of linking + 20% of >> compiling objects. >> >> Best >> xunzhang >> Send from my iPhone >> >> > 在 2016年7月8日,10:23,Paul Guo 写道: >> > &

Re: [VOTE] HAWQ 2.0.0-incubating Release

2016-07-11 Thread Paul Guo
0. Yes, RAT check failures need to be handled. I do not know much about RAT but if we could just check affect files of one patch I'd 100% agree it is in CI. 1. Those "git-cloned" repo are "git-cloned" only when necessary (i.e. when related options are specified in configure command. 2. Th

About *.out files in test/feature

2016-07-11 Thread Paul Guo
I'd mask the output files after running feature tests in .gitignore and clean it up after running "make clean" or "make distclean". Anyone has any suggestions? Thanks. diff --git a/src/test/feature/.gitignore b/src/test/feature/.gitignore index a2e6bd4..c7332b2 100644 --- a/src/test/feature/.gitig

Re: About *.out files in test/feature

2016-07-11 Thread Paul Guo
gt; > > Best regards, > > > Ruilong Huo > > > > > >> On Tue, Jul 12, 2016 at 11:37 AM, Xiang Sheng > > wrote: > > >> > > >> We indeed should delete these useless files after runing make clean or > > make > > >>

Re: About *.out files in test/feature

2016-07-11 Thread Paul Guo
I would leave .diff file at least unmasked so that people could quickly find what cases failed. 2016-07-12 11:38 GMT+08:00 陶征霖 : > Besides .out, there also exists .diff, binary which should be ignored. > > 2016-07-12 11:32 GMT+08:00 Paul Guo : > > > I'd mask the out

Re: About *.out files in test/feature

2016-07-11 Thread Paul Guo
> > > >> On Tue, Jul 12, 2016 at 11:37 AM, Xiang Sheng > wrote: > >> > >> We indeed should delete these useless files after runing make clean or > make > >> distclean. > >> > >>> On Tue, Jul 12, 2016 at 11:35 AM, Ming Li wrot

Re: About *.out files in test/feature

2016-07-11 Thread Paul Guo
Note "make installcheck-good" output files (directory results) could be removed in "make clean" or "make distclean" also. 2016-07-12 13:35 GMT+08:00 Paul Guo : > Although gnu distclean means below, but the explananation is incomplete. > Things > > could

sanity-check before running cases in feature-test

2016-07-11 Thread Paul Guo
I have >1 times to encounter some feature test failures due to reported missing stuffs. e.g. 1. I did not have pl/python installed in my hawq build so UDF/sql/function_set_returning.sql fails to "create language plpythonu" This makes this case fails. 2. Sometimes I forgot to source a green

Re: About *.out files in test/feature

2016-07-11 Thread Paul Guo
pre-processed file with extension .source which will be > converted to sql file for testing? > Should we also consider these auto-generated sql files? > If so, maybe we should move these intermediate files to a temp dir, so that > we can distinguish them from normal sql files. > > On Tue,

Re: [VOTE] HAWQ 2.0.0-incubating Release

2016-07-12 Thread Paul Guo
https://issues.apache.org/jira/browse/HAWQ-919 2016-07-12 11:00 GMT+08:00 Paul Guo : > 0. Yes, RAT check failures need to be handled. I do not know much about RAT > but if we could just check affect files of one patch I'd 100% agree it > is in CI. > > 1. Those &q

Re: Rename "greenplum" to "hawq"

2016-07-12 Thread Paul Guo
I've asked this before. Seems that affects some old users. I'm not sure about the details. I agree that we should change it to a better name in a release. 2016-07-13 9:25 GMT+08:00 Roman Shaposhnik : > On Tue, Jul 12, 2016 at 6:21 PM, Xiang Sheng wrote: > > Agree . @xunzhang. > > However , some

Re: A question of HAWQ

2016-07-13 Thread Paul Guo
HAWQ has not supported update and delete yet, but the feature is on the plan. 2016-07-13 23:13 GMT+08:00 Wales Wang : > HAWQ is append only. > Actian vectorH have full feature and index,update, delete > > Wales Wang > > 在 2016-7-13,上午10:10,jinzhy 写道: > > > hello everybody, > > > > Can HAWQ

Re: Replace git submodule with git clone + file with commit number?

2016-07-13 Thread Paul Guo
Roman, do you still have any concern about this? Thanks. 2016-07-08 2:04 GMT+08:00 Roman Shaposhnik : > On Thu, Jul 7, 2016 at 3:20 AM, Paul Guo wrote: > > For gporca it is ok to pre-build them and pass orca installation path to > > hawq, but for > > pgcrypto and plr, h

Re: About *.out files in test/feature

2016-07-19 Thread Paul Guo
Filed JIRA: HAWQ-942 - Need to .gitignore and make-clean some test files which are generated after running feature/test <https://issues.apache.org/jira/browse/HAWQ-942> If you have more concerns, you can move to JIRA. Closing this thread. Thanks. 2016-07-12 13:52 GMT+08:00 Paul Guo : >

Re: sanity-check before running cases in feature-test

2016-07-19 Thread Paul Guo
> > write > > > > a > > > > > test case which is related to plpython, why don't you configure > HAWQ > > > with > > > > > "--with-python" option? We should write a README for feature-test > > that > > > >

Re: sanity-check before running cases in feature-test

2016-07-19 Thread Paul Guo
ssary. Test developers could call related common check functions and fail cases earlier if necessary. 2016-07-20 10:23 GMT+08:00 Paul Guo : > I totally agree that test case results should be tristate (not just OK and > FAIL). > Unfortually Goggletest does not return a runtime SKIPPED s

Re: Jira comments vs PR comments

2016-07-19 Thread Paul Guo
+1. Github has already have fine-grained notification mechanism. I think JIRA could just pull the initial git pull request info, not each comment in github. I guess this is either a JIRA configuration issue or an asf/infrustructure issue. 2016-07-20 2:57 GMT+08:00 Goden Yao : > 2nd that. JIRA r

  1   2   3   >