[GitHub] incubator-hawq pull request: HAWQ-363. Add guc variables for contr...

2016-01-25 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/294 HAWQ-363. Add guc variables for controlling FTS heartbeat interval an… hawq_rm_segment_heartbeat_interval, control interval of sending heart-beat in a HAWQ segment. default 30s

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread 陶征霖
+1 Downloaded, deployed and tested 2016-01-26 13:35 GMT+08:00 Yi Jin : > +1 > > What I have done: > 1) Downloaded, deployed and tested the project. > 2) Reviewed LICENSE, COPYRIGHT, DISCLAIMER and NOTICE files. > > Best, > Yi Jin > > On Tue, Jan 26, 2016 at 4:14 PM, Ruilong Huo

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread Lei Chang
+1 (binding) Cheers Lei On Tue, Jan 26, 2016 at 6:33 AM, Roman Shaposhnik wrote: > Lei, can you please explicitly cast +1/-1 vote? > > Thanks, > Roman. > > On Sun, Jan 24, 2016 at 7:50 PM, Lei Chang wrote: > > Look good! > > > > Run mvn verify,

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread Yi Jin
+1 What I have done: 1) Downloaded, deployed and tested the project. 2) Reviewed LICENSE, COPYRIGHT, DISCLAIMER and NOTICE files. Best, Yi Jin On Tue, Jan 26, 2016 at 4:14 PM, Ruilong Huo wrote: > Downloaded, deployed, tested and reviewed it. +1 > > Best regards, > Ruilong

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread Hubert Zhang
Downloaded and reviewed +1 On Tue, Jan 26, 2016 at 2:20 PM, 陶征霖 wrote: > +1 > Downloaded, deployed and tested > > 2016-01-26 13:35 GMT+08:00 Yi Jin : > > > +1 > > > > What I have done: > > 1) Downloaded, deployed and tested the project. > > 2) Reviewed

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread Roman Shaposhnik
On Wed, Jan 20, 2016 at 3:34 PM, Ting(Goden) Yao wrote: > This is the 1st release for Apache HAWQ (incubating), version: > 2.0.0-beta-incubating > > *It fixes the following issues:* > Clear all IP related issues for HAWQ and this is a source code tarball only > release. > Full

[GitHub] incubator-hawq pull request: HAWQ-274. Fix a bug of using failed t...

2016-01-25 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/289 --- 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-274 Remove shared memory for tmp...

2016-01-25 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/284 --- 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-274. Fix coverity error

2016-01-25 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/288 --- 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-340. Make getVersion API return ...

2016-01-25 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50758859 --- Diff: pxf/build.gradle --- @@ -122,6 +124,42 @@ subprojects { subProject -> } project('pxf-service') { + + +task

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread hornn
Github user hornn commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50758941 --- Diff: pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/rest/VersionResource.java --- @@ -33,7 +34,7 @@ * version e.g. {@code

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread hornn
Github user hornn commented on the pull request: https://github.com/apache/incubator-hawq/pull/290#issuecomment-174671513 Really nice implementation, especially using gradle! I didn't know about this replacing mechanism. +10 --- If your project is set up for it, you can reply

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50761090 --- Diff: pxf/build.gradle --- @@ -122,6 +124,42 @@ subprojects { subProject -> } project('pxf-service') { + + +

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50761112 --- Diff: pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/rest/VersionResource.java --- @@ -33,7 +34,7 @@ * version e.g. {@code

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-25 Thread Roman Shaposhnik
Lei, can you please explicitly cast +1/-1 vote? Thanks, Roman. On Sun, Jan 24, 2016 at 7:50 PM, Lei Chang wrote: > Look good! > > Run mvn verify, get: > > * > > Summary > > --- > > Generated at:

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50771928 --- Diff: pxf/pxf-service/src/test/java/org/apache/hawq/pxf/service/rest/VersionResourceTest.java --- @@ -22,21 +22,26 @@ import static

[GitHub] incubator-hawq pull request: HAWQ-340. Make getVersion API return ...

2016-01-25 Thread shivzone
Github user shivzone commented on the pull request: https://github.com/apache/incubator-hawq/pull/290#issuecomment-174725634 +1 Nice fix --- 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-340. Make getVersion API return ...

2016-01-25 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/290#discussion_r50788596 --- Diff: pxf/pxf-service/src/test/java/org/apache/hawq/pxf/service/rest/VersionResourceTest.java --- @@ -22,21 +22,26 @@ import