[GitHub] incubator-hawq-site issue #17: HAWQ-1638. Add how to verify downloaded files...

2018-07-11 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq-site/pull/17 +1, LGTM. Thank you. ---

[GitHub] incubator-hawq issue #1343: HAWQ-1590. bump hawq version to 2.3 in contrib/h...

2018-02-20 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1343 +1 LGTM. Thanks! ---

[GitHub] incubator-hawq issue #1342: HAWQ-1589. bump hawq version to 2.3 in pom.xml f...

2018-02-20 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1342 LGTM +1, Thank for your helping fixing release issues. ---

[GitHub] incubator-hawq issue #1338: HAWQ-1586. Update version from 2.2.0.0 to 2.3.0....

2018-02-08 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1338 Merged into master and 2.3.0.0-incubating branches ---

[GitHub] incubator-hawq pull request #1338: HAWQ-1586. Update version from 2.2.0.0 to...

2018-02-08 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1338 ---

[GitHub] incubator-hawq issue #1338: HAWQ-1586. Update version from 2.2.0.0 to 2.3.0....

2018-02-07 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1338 @radarwave @huor please help to review this version update ---

[GitHub] incubator-hawq pull request #1338: HAWQ-1586. Update version from 2.2.0.0 to...

2018-02-07 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1338 HAWQ-1586. Update version from 2.2.0.0 to 2.3.0.0 postgres=# select version

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154279848 --- Diff: src/backend/access/external/plugstorage.c --- @@ -0,0 +1,533 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq issue #1314: HAWQ-1555. Add access interfaces for protocol an...

2017-11-30 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1314 +1 I think it makes sense to have partial facility code checked in for simplifying the following code merge and delivery work. Therefore, per my understanding, it is not necessary

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154278905 --- Diff: src/backend/access/external/Makefile --- @@ -26,7 +26,7 @@ subdir = src/backend/access/external top_builddir = ../../../.. include

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154278719 --- Diff: src/include/access/plugstorage.h --- @@ -0,0 +1,221 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] incubator-hawq issue #1310: HAWQ-1548 Correct ambiguous message while loggin...

2017-11-13 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1310 @outofmem0ry Per my design, the first log is to output dynamic total YARN cluster capacity change, not per node value, that log is output only when total YARN capacity changes. The

[GitHub] incubator-hawq pull request #1308: HAWQ-1530. Illegally killing a JDBC selec...

2017-11-08 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1308#discussion_r149832325 --- Diff: src/backend/cdb/dispatcher.c --- @@ -1414,9 +1415,12 @@ dispatch_cleanup(DispatchData *data) if (dispatcher_is_state_error(data

[GitHub] incubator-hawq pull request #1308: HAWQ-1530. Illegally killing a JDBC selec...

2017-11-07 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1308 ---

[GitHub] incubator-hawq issue #1308: HAWQ-1530. Illegally killing a JDBC select query...

2017-11-07 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1308 @kuien please check this fix ---

[GitHub] incubator-hawq pull request #1308: HAWQ-1530. Illegally killing a JDBC selec...

2017-11-07 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1308 HAWQ-1530. Illegally killing a JDBC select query causes locking problems This bug root cause maybe twice FATAL error throwing, I cannot exactly reproduce it according to this issue's co

[GitHub] incubator-hawq issue #1308: HAWQ-1530. Illegally killing a JDBC select query...

2017-11-07 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1308 @radarwave @linwen @changleicn please review and comment ---

[GitHub] incubator-hawq issue #1296: HAWQ-1496. Add DISCLAIMER, LICENSE and NOTICE fi...

2017-11-06 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1296 Thank you ed! @edespino +1 Look good to me . ---

[GitHub] incubator-hawq issue #1243: HAWQ-1458. Fix share input scan bug for writer p...

2017-08-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1243 +1 LGTM, in my opinion, this is a good sample fix for future potential inter-process failure detection. Thanks. --- If your project is set up for it, you can reply to this email and have

[GitHub] incubator-hawq issue #1279: HAWQ-1310. Reformat resource_negotiator().

2017-08-14 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1279 Please close this pr as per my understanding it has been delivered last week. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-hawq pull request #1278: HAWQ-1498. Segments keep open file descri...

2017-08-13 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1278 --- 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 #1279: HAWQ-1310. Reformat resource_negotiator().

2017-08-10 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1279 +1 LGTM. Thanks for fixing this so quickly. --- 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 issue #1278: HAWQ-1498. Segments keep open file descriptors f...

2017-08-10 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1278 I manually tested this fix in my environment, please review and comment. @linwen @radarwave --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-hawq pull request #1278: HAWQ-1498. Segments keep open file descri...

2017-08-10 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1278 HAWQ-1498. Segments keep open file descriptors for deleted files The idea is to hold a list of all connections ever used for dropping objects in HDFS, then when the transaction ends, no

[GitHub] incubator-hawq issue #1275: HAWQ-1333. Change access mode of source files fo...

2017-08-10 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1275 Good job ! please have it delivered asap. 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 have

[GitHub] incubator-hawq issue #1243: HAWQ-1458. Fix share input scan bug for writer p...

2017-05-22 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1243 +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 issue #1238: HAWQ-1460. WAL Send Server process should exit i...

2017-05-10 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1238 +1 LGTM. 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 have this feature enabled and wishes

[GitHub] incubator-hawq pull request #1223: HAWQ-1439. tolerate system time being cha...

2017-05-07 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1223 --- 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 #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-26 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 @paul-guo- please double check the latest changes --- 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 issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-26 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 Applied @paul-guo- 's comment to change the time getting implementation --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-26 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 Seems clock_gettime() does not work for C99. network_utils.c:52:11: warning: implicit declaration of function 'clock_gettime' is invalid in C99 [-Wimplicit-function-d

[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-25 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 I think as we discussed, we will do a simple fix firstly for this problem. Changing gettime_microsec() may have side effect which is not clear yet. --- If your project is set up for it, you

[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-24 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 @paul-guo- @liming01 please review --- 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 #1223: HAWQ-1439. tolerate system time being cha...

2017-04-24 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1223 HAWQ-1439. tolerate system time being changed to earlier point when checking resource context timeout You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq issue #1219: HAWQ-1433. ALTER RESOURCE QUEUE DDL does not che...

2017-04-17 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1219 +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 #1183: HAWQ-1400. An improvement in SQL Util des...

2017-03-22 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1183 --- 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 #1183: HAWQ-1400. An improvement in SQL Util destructor...

2017-03-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1183 comment is added to explain the sleep --- 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 issue #1183: HAWQ-1400. An improvement in SQL Util destructor...

2017-03-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1183 Sure, I will add comment here to explain it. --- 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 issue #1183: HAWQ-1400. An improvement in SQL Util destructor...

2017-03-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1183 @huor @paul-guo- @stanlyxiang 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 not

[GitHub] incubator-hawq issue #1183: HAWQ-1400. An improvement in SQL Util destructor...

2017-03-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1183 This is an external improvement from test tool side to make more stable CI testing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-hawq pull request #1183: HAWQ-1400. An improvement in SQL Util des...

2017-03-21 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1183 HAWQ-1400. An improvement in SQL Util destructor function for feature test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2

[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 issue #1125: HAWQ-1315. Function validateResourcePoolStatus()...

2017-02-15 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1125 pushed into master branch --- 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

[GitHub] incubator-hawq pull request #1113: HAWQ-1321. failNames wrongly uses memory ...

2017-02-15 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1113 --- 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 #1125: HAWQ-1315. Function validateResourcePoolStatus()...

2017-02-15 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1125 +1 LGMT --- 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

[GitHub] incubator-hawq issue #1117: HAWQ-1327. Move ID from struct SegStatData to st...

2017-02-13 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1117 +1 LGTM Thank you for improving RM component --- 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 issue #1113: HAWQ-1321. failNames wrongly uses memory context...

2017-02-09 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1113 @huor @zhangh43 @paul-guo- Please review this fix. Thank you. --- 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

[GitHub] incubator-hawq pull request #1113: HAWQ-1321. failNames wrongly uses memory ...

2017-02-09 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1113 HAWQ-1321. failNames wrongly uses memory context to build message when ANALYZE failed set failNames use statement level context and when it potentially repallocs, switch memory context back

[GitHub] incubator-hawq pull request #1097: HAWQ-1285. resource manager outputs unini...

2017-02-09 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1097 --- 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 #1108: HAWQ-1317. Port "Fix some regex issues with out-...

2017-02-07 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1108 +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 issue #1097: HAWQ-1285. resource manager outputs uninitialize...

2017-01-20 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1097 Applied comment from @huor for the log content --- 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

[GitHub] incubator-hawq issue #1097: HAWQ-1285. resource manager outputs uninitialize...

2017-01-19 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1097 @huor for review --- 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

[GitHub] incubator-hawq issue #1097: HAWQ-1285. resource manager outputs uninitialize...

2017-01-19 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1097 @wcl14 @stanlyxiang please review. --- 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 #1097: HAWQ-1285. resource manager outputs unini...

2017-01-19 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1097 HAWQ-1285. resource manager outputs uninitialized string as host name When the segstat instance is created from YARN cluster report, the hostname field is not set, so should now output it

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

2017-01-18 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1093 +1 LGTM, please add some comments to explain the logic if necessary. --- 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

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-12 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1078 --- 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 #1078: HAWQ-1258. segment resource manager does ...

2017-01-11 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95706815 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-10 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95522787 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-10 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95513917 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-10 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95513882 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-09 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95310043 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-09 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95294340 --- Diff: src/backend/resourcemanager/communication/rmcomm_RMSEG2RM.c --- @@ -107,8 +107,10 @@ int sendIMAlive(int *errorcode, if ( res

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-09 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1078#discussion_r95294321 --- Diff: src/backend/utils/misc/guc.c --- @@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] = NULL

[GitHub] incubator-hawq issue #1078: HAWQ-1258. segment resource manager does not swi...

2017-01-09 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1078 @paul-guo- @linwen 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 not have this

[GitHub] incubator-hawq pull request #1078: HAWQ-1258. segment resource manager does ...

2017-01-09 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1078 HAWQ-1258. segment resource manager does not switch back when it cannot resolve standby host name If use does not configure standby host, segment will not switch to standby server; If

[GitHub] incubator-hawq pull request #1071: HAWQ-1242. hawq-site.xml default content ...

2017-01-05 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1071 --- 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 #1071: HAWQ-1242. hawq-site.xml default content has wro...

2017-01-05 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1071 In fact some gucs are not used by reading from hawq-site.xml, for example, hawq_master_directory. But for standby_addr_host, it is useful for RM as RM switches its heart-beat to standby

[GitHub] incubator-hawq issue #1071: HAWQ-1242. hawq-site.xml default content has wro...

2017-01-03 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1071 @huor @stanlyxiang @paul-guo- @stanlyxiang is right, the correct approach is to fix guc.c as all external scripts and documentation are using hawq_* names. --- If your project is

[GitHub] incubator-hawq issue #1071: HAWQ-1242. hawq-site.xml default content has wro...

2016-12-29 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1071 I find there is some python script logic using the hawq_* guc names, I will keep those hawq_* guc names to avoid changing python scripts. --- If your project is set up for it, you can reply

[GitHub] incubator-hawq pull request #1029: HAWQ-1174. double type core counter of co...

2016-12-28 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1029 --- 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 #1071: HAWQ-1242. hawq-site.xml default content has wro...

2016-12-28 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1071 @huor @radarwave Please have a 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 have

[GitHub] incubator-hawq pull request #1071: HAWQ-1242. hawq-site.xml default content ...

2016-12-28 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1071 HAWQ-1242. hawq-site.xml default content has wrong guc variable names Fixed the wrong names in hawq-site.xml and its template file. You can merge this pull request into a Git repository by

[GitHub] incubator-hawq issue #1014: HAWQ-858. Fix parser to understand case / when e...

2016-12-08 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1014 +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 issue #1042: HAWQ-1199. guc enable_prefer_list_to_rm does not...

2016-12-06 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1042 LGTM +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 #1029: HAWQ-1174. double type core counter of container...

2016-11-28 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1029 @zhangh43 YARN mode, 2 segments, each segment has 75gb mem, 15core resource, and the default queue has 25% capacity, 80% maximum capacity. Then allocated and return 12 x 256mb vsegs, then

[GitHub] incubator-hawq issue #1029: HAWQ-1174. double type core counter of container...

2016-11-28 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1029 @huor please review --- 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

[GitHub] incubator-hawq pull request #1029: HAWQ-1174. double type core counter of co...

2016-11-28 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1029#discussion_r89943290 --- Diff: src/backend/resourcemanager/include/resourcepool.h --- @@ -715,6 +715,7 @@ SimpStringPtr build_segment_status_description(SegStat segstat

[GitHub] incubator-hawq issue #1029: HAWQ-1174. double type core counter of container...

2016-11-28 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1029 @linwen @ictmalili please help to review and comment, 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

[GitHub] incubator-hawq pull request #1029: HAWQ-1174. double type core counter of co...

2016-11-28 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/1029 HAWQ-1174. double type core counter of container set has precision issue This fix is to avoid double precision problem when counting available core resource for a container set. You can

[GitHub] incubator-hawq issue #1025: HAWQ-1170. Crash at cleanup_allocation_algorithm...

2016-11-23 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1025 +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 issue #1023: HAWQ-77. Fix source code comment for new ALTER/C...

2016-11-22 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1023 +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 issue #1018: HAWQ-1162. Resource manager does not reference d...

2016-11-21 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1018 +1 This change is ok to me. --- 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

[GitHub] incubator-hawq pull request #807: HAWQ-897. Add feature test for create tabl...

2016-09-13 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/807 --- 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 feature

[GitHub] incubator-hawq pull request #827: HAWQ-899. Add feature test for nested null...

2016-09-09 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/827 --- 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 feature

[GitHub] incubator-hawq pull request #815: HAWQ-898. Add feature test for COPY with n...

2016-09-09 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/815 --- 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 feature

[GitHub] incubator-hawq pull request #849: HAWQ-834. Refactor goh_portals checkinstal...

2016-08-15 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/849 --- 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 feature

[GitHub] incubator-hawq pull request #849: HAWQ-834. Refactor goh_portals checkinstal...

2016-08-15 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/849 HAWQ-834. Refactor goh_portals checkinstall cases using new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2

[GitHub] incubator-hawq issue #840: HAWQ-985. Add feature test for agg with groupings...

2016-08-08 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/840 LGTM +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 #836: HAWQ-979. Resource Broker Should Reconnect Hadoop...

2016-08-04 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/836 +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 issue #832: Hawq-970. Provide More Accurate Information When ...

2016-08-02 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/832 LGTM +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 #827: HAWQ-899. Add feature test for nested null...

2016-07-31 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/827 HAWQ-899. Add feature test for nested null case with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2/incubator

[GitHub] incubator-hawq issue #815: HAWQ-898. Add feature test for COPY with new test...

2016-07-26 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/815 Revert COPY checkinstall-good case because transactions and row_types need this to prepare data --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-hawq pull request #815: HAWQ-898. Add feature test for COPY with n...

2016-07-25 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/815 HAWQ-898. Add feature test for COPY with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2/incubator-hawq HAWQ-898

[GitHub] incubator-hawq issue #804: HAWQ-940. Fix Kerberos ticket expired for libyarn...

2016-07-20 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/804 LGTM +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 #807: HAWQ-897. Add feature test for create tabl...

2016-07-20 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/807 HAWQ-897. Add feature test for create table distribution with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2

[GitHub] incubator-hawq pull request #798: HAWQ-896. Add feature test for create tabl...

2016-07-17 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/798 --- 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 feature

[GitHub] incubator-hawq pull request #798: HAWQ-896. Add feature test for create tabl...

2016-07-17 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/798 HAWQ-896. Add feature test for create table with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2/incubator-hawq

[GitHub] incubator-hawq pull request #791: HAWQ-894. Add feature test for polymorphis...

2016-07-13 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/791 --- 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 feature

[GitHub] incubator-hawq pull request #791: HAWQ-894. Add feature test for polymorphis...

2016-07-13 Thread jiny2
GitHub user jiny2 opened a pull request: https://github.com/apache/incubator-hawq/pull/791 HAWQ-894. Add feature test for polymorphism with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiny2/incubator-hawq

[GitHub] incubator-hawq pull request #744: HAWQ-855. Make resource manager ask for cl...

2016-07-13 Thread jiny2
Github user jiny2 closed the pull request at: https://github.com/apache/incubator-hawq/pull/744 --- 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 feature

  1   2   >