[GitHub] incubator-hawq issue #1377: HAWQ-1627. Support setting the max protocol mess...

2018-06-28 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1377 +1 ---

[GitHub] incubator-hawq pull request #1377: HAWQ-1627. Support setting the max protoc...

2018-06-20 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1377#discussion_r196996343 --- Diff: depends/libhdfs3/src/rpc/RpcChannel.cpp --- @@ -768,7 +771,15 @@ void RpcChannelImpl::readOneResponse(bool writeLock

[GitHub] incubator-hawq issue #1372: HAWQ-1619. Fix Vectorized Execution bugs

2018-06-05 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1372 +1 ---

[GitHub] incubator-hawq issue #1373: HAWQ-1618. Segment panic at workfile_mgr_close_f...

2018-06-04 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1373 +1 ---

[GitHub] incubator-hawq issue #1371: HAWQ-1620. Push down target list information(pi_...

2018-05-31 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1371 merged to master. ---

[GitHub] incubator-hawq pull request #1371: HAWQ-1620. Push down target list informat...

2018-05-31 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1371 ---

[GitHub] incubator-hawq pull request #1371: HAWQ-1620. Push down target list informat...

2018-05-30 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1371 HAWQ-1620. Push down target list information(pi_targetlist in structure ProjectionInfo) HAWQ-1620. Push down target list information(pi_targetlist in structure ProjectionInfo) to scan when

[GitHub] incubator-hawq issue #1368: HAWQ-1616. Fix the wrong result of hash join whe...

2018-05-27 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1368 merged. ---

[GitHub] incubator-hawq pull request #1368: HAWQ-1616. Fix the wrong result of hash j...

2018-05-27 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1368 ---

[GitHub] incubator-hawq pull request #1368: HAWQ-1616. Fix the wrong result of hash j...

2018-05-24 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1368 HAWQ-1616. Fix the wrong result of hash join when enable Bloom filter. The projection information of join keys hasn't been pushed down to parquet scan correctly. It causes computing a wrong

[GitHub] incubator-hawq pull request #1366: HAWQ-1615. Fix accessing invalid memory w...

2018-05-21 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1366 HAWQ-1615. Fix accessing invalid memory when run a hash-join query with Bloomfilter enable. The BloomFilter structure in RuntimeFilterState should be allocated, instead of using

[GitHub] incubator-hawq pull request #1363: HAWQ-1608. Implement Printing Runtime Fil...

2018-05-14 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1363 HAWQ-1608. Implement Printing Runtime Filter Information For "explain analyze" Implement Printing Runtime Filter Information For "explain analyze" Change GUC hawq_

[GitHub] incubator-hawq pull request #1360: HAWQ-1607. This commit implements applyin...

2018-05-09 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1360 ---

[GitHub] incubator-hawq issue #1360: HAWQ-1607. This commit implements applying Bloom...

2018-05-09 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1360 merged into master. ---

[GitHub] incubator-hawq issue #1360: HAWQ-1607. This commit implements applying Bloom...

2018-05-06 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1360 This commit doesn't contain test cases, test cases will be added with HAWQ-1608. After finish HAWQ-1608, users can use "explain analyze" statement to know if the Bloom filt

[GitHub] incubator-hawq pull request #1360: HAWQ-1607. This commit implements applyin...

2018-05-06 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1360 HAWQ-1607. This commit implements applying Bloom filter during Scan outer table 1. Pash down Bloom filter structure to outer table scan(only support parquet); 2. Check if the tuple

[GitHub] incubator-hawq issue #1356: HAWQ-1611. refactor the vtype in order to advanc...

2018-04-26 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1356 +1 ---

[GitHub] incubator-hawq pull request #1355: HAWQ-1606. Fix "make unittest-check" erro...

2018-04-17 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1355 HAWQ-1606. Fix "make unittest-check" error and set GUC error. Please review, thanks! You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] incubator-hawq pull request #1354: HAWQ-1606. Implement Deciding to Create B...

2018-04-17 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1354 ---

[GitHub] incubator-hawq pull request #1354: HAWQ-1606. Implement Deciding to Create B...

2018-04-15 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1354 HAWQ-1606. Implement Deciding to Create Bloom Filter During Query Plan And Create Bloom filter For Inner Table This commit implements deciding to create Bloom Filter during query plan

[GitHub] incubator-hawq pull request #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bl...

2018-04-08 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1352 ---

[GitHub] incubator-hawq pull request #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bl...

2018-04-08 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1352 HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilter HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilter to indicate if use Bloom filter for hash join. Remove gp_hashjoin_bloomfilter

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483664 --- Diff: contrib/vexecutor/vcheck.h --- @@ -27,6 +27,8 @@ typedef struct vFuncMap Oid ntype; vheader* (* vtbuild)(int n

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483630 --- Diff: contrib/vexecutor/parquet_reader.c --- @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483636 --- Diff: contrib/vexecutor/parquet_reader.c --- @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178484042 --- Diff: contrib/vexecutor/parquet_reader.c --- @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483643 --- Diff: contrib/vexecutor/parquet_reader.c --- @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483689 --- Diff: contrib/vexecutor/vcheck.h --- @@ -37,6 +39,7 @@ typedef struct VectorizedState { bool vectorized; PlanState *parent

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483545 --- Diff: contrib/vexecutor/ao_reader.c --- @@ -0,0 +1,78 @@ +#include "ao_reader.h" +#include "tuplebatch.h" +#in

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178483577 --- Diff: contrib/vexecutor/ao_reader.c --- @@ -0,0 +1,78 @@ +#include "ao_reader.h" +#include "tuplebatch.h" +#in

[GitHub] incubator-hawq issue #1346: HAWQ-1594. Memory leak in standby master (gpsync...

2018-03-14 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1346 +1 ---

[GitHub] incubator-hawq issue #1331: HAWQ-1557. Concurrent drop should not report err...

2018-01-22 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1331 LGTM. ---

[GitHub] incubator-hawq pull request #1307: HAWQ-1544. prompt file count doesn't matc...

2017-11-13 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1307#discussion_r150475805 --- Diff: src/backend/cdb/cdbcat.c --- @@ -296,7 +296,7 @@ GpPolicyStore(Oid tbloid, const GpPolicy *policy) /* * Sets the policy

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

2017-11-07 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1308 +1 ---

[GitHub] incubator-hawq issue #1290: HAWQ-1529. Fix segment resource manager hang whe...

2017-09-25 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1290 LGTM, +1 ---

[GitHub] incubator-hawq issue #1285: HAWQ-1520. Create filespace should also skip hdf...

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

[GitHub] incubator-hawq pull request #1282: HAWQ-1520. gpcheckhdfs should skip hdfs t...

2017-08-30 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1282#discussion_r136239626 --- Diff: src/bin/gpcheckhdfs/gpcheckhdfs.c --- @@ -271,6 +273,21 @@ int testHdfsConnect(hdfsFS * fsptr, const char * host, int iPort

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

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

[GitHub] incubator-hawq issue #1278: HAWQ-1498. Segments keep open file descriptors f...

2017-08-11 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1278 Please see the comments. The change 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

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

2017-08-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1278#discussion_r132620396 --- Diff: src/backend/storage/file/fd.c --- @@ -2403,8 +2479,22 @@ HdfsGetConnection(const char * path

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

2017-08-10 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1279#discussion_r132612133 --- Diff: src/backend/optimizer/plan/planner.c --- @@ -438,256 +438,224 @@ PlannedStmt *refineCachedPlan(PlannedStmt * plannedstmt

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

2017-08-10 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1279#discussion_r132612181 --- Diff: src/backend/optimizer/plan/planner.c --- @@ -438,256 +438,224 @@ PlannedStmt *refineCachedPlan(PlannedStmt * plannedstmt

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

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

[GitHub] incubator-hawq issue #1274: HAWQ-1509. Support TDE read function.

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

[GitHub] incubator-hawq pull request #1273: HAWQ-1502. Add verification to support TD...

2017-08-01 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1273#discussion_r130778902 --- Diff: depends/libhdfs3/test/function/TestCInterface.cpp --- @@ -369,29 +448,154 @@ TEST(TestCInterfaceTDE, TestAppendWithTDELargeFiles_Success

[GitHub] incubator-hawq pull request #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support ...

2017-07-12 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1265#discussion_r127118606 --- Diff: depends/libhdfs3/src/client/CryptoCodec.cpp --- @@ -0,0 +1,163

[GitHub] incubator-hawq issue #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support TDE wri...

2017-07-11 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1265 Please unify the indent. We should avoid use both "space" and "tab" for indent in one source file. --- If your project is set up for it, you can reply to this email

[GitHub] incubator-hawq issue #1254: HAWQ-1373 - Added feature to reload GUC values u...

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

[GitHub] incubator-hawq issue #1262: HAWQ-1493. Integrate Ranger lookup JAAS configur...

2017-07-06 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1262 This PR has been merged into master. Please close it. 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 issue #1262: HAWQ-1493. Integrate Ranger lookup JAAS configur...

2017-07-03 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1262 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

[GitHub] incubator-hawq pull request #1262: HAWQ-1493. Integrate Ranger lookup JAAS c...

2017-06-30 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1262#discussion_r125064275 --- Diff: ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/HawqClient.java --- @@ -74,7 +72,7 @@ private static

[GitHub] incubator-hawq pull request #1262: HAWQ-1493. Integrate Ranger lookup JAAS c...

2017-06-30 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1262#discussion_r125064432 --- Diff: ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/HawqClient.java --- @@ -90,6 +88,8 @@ public HawqClient

[GitHub] incubator-hawq pull request #1258: HAWQ-1458. The maximum value of guc share...

2017-06-22 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1258 HAWQ-1458. The maximum value of guc share_input_scan_wait_lockfile_timeout should be greater than the default value. fix a bug which cause HAWQ debug version failed in initializing. You

[GitHub] incubator-hawq issue #1257: HAWQ-1487. Fix hang process due to deadlock when...

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

[GitHub] incubator-hawq issue #1256: HAWQ-1485. Fix exception of decryptPassword twic...

2017-06-15 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1256 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

[GitHub] incubator-hawq issue #1254: HAWQ-1373 - Added feature to reload GUC values u...

2017-06-14 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1254 Shubham, I think what you've done in this PR is to add a command for hawq, which can reload GUC configs without restarting the system. Currently, this is done by this command "hawq

[GitHub] incubator-hawq issue #1251: HAWQ-1480 - Added feature for packing a core fil...

2017-06-13 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1251 Shubham, this PR has been merged into master. Would you please close it? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-hawq issue #1251: HAWQ-1480 - Added feature for packing a core fil...

2017-06-12 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1251 merged, this pr can be closed now. 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 #1251: HAWQ-1480 - Added feature for packing a core fil...

2017-06-11 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1251 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

[GitHub] incubator-hawq issue #1226: HAWQ-1447. Fix ranger build failure

2017-06-07 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1226 I don't think it is a good way to explicitly copy jar files in Makefile, it should be done in mvn building file. So Xiang, would you like to make sure if this failure still exist

[GitHub] incubator-hawq issue #1251: HAWQ-1480 - Added feature for packing a core fil...

2017-06-07 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1251 Ed, I agree with you on adding documentation for this utility. I have some concern on adding a test case, is it a little bit strange to have a core dump file in source repository(maybe two

[GitHub] incubator-hawq pull request #1251: HAWQ-1480 - Added feature for packing a c...

2017-06-06 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1251#discussion_r120526700 --- Diff: tools/sbin/packcore --- @@ -0,0 +1,262 @@ +#!/bin/env python +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1251: HAWQ-1480 - Added feature for packing a c...

2017-06-06 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1251#discussion_r120278044 --- Diff: tools/sbin/packcore --- @@ -0,0 +1,262 @@ +#!/bin/env python +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq issue #1244: HAWQ-1443. Implement Ranger lookup for HAWQ with...

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

[GitHub] incubator-hawq pull request #1242: HAWQ-1469. Don't expose warning messages ...

2017-05-17 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1242 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1242: HAWQ-1469. Don't expose warning messages ...

2017-05-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1242#discussion_r116961874 --- Diff: src/backend/libpq/rangerrest.c --- @@ -453,23 +453,30 @@ static int call_ranger_rest(CURL_HANDLE curl_handle, const char* request

[GitHub] incubator-hawq pull request #1241: HAWQ-1436. Print a message to command lin...

2017-05-16 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1241 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1241: HAWQ-1436. Print a message to command lin...

2017-05-16 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1241#discussion_r116679611 --- Diff: src/backend/libpq/rangerrest.c --- @@ -464,6 +466,11 @@ static int call_ranger_rest(CURL_HANDLE curl_handle, const char* request

[GitHub] incubator-hawq pull request #1241: HAWQ-1436. Print a message to command lin...

2017-05-16 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1241 HAWQ-1436. Print a message to command line if hawq switches from standby RPS to master RPS This improvement happens in such case: hawq master is talking with standby RPS, when master's RPS

[GitHub] incubator-hawq issue #1235: HAWQ-1456. Copy RPS configuration files to stand...

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

[GitHub] incubator-hawq issue #1238: HAWQ-1460. WAL Send Server process should exit i...

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

[GitHub] incubator-hawq issue #1234: HAWQ-1436. Implement ranger pulgin service High ...

2017-05-09 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1234 Fix and merge into master. --- 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 #1234: HAWQ-1436. Implement ranger pulgin servic...

2017-05-09 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1234 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1235: HAWQ-1456. Copy RPS configuration files t...

2017-05-09 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1235#discussion_r115417102 --- Diff: ranger-plugin/scripts/enable-ranger-plugin.sh --- @@ -104,8 +157,20 @@ function get_hawq_password() { done

[GitHub] incubator-hawq pull request #1235: HAWQ-1456. Copy RPS configuration files t...

2017-05-09 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1235#discussion_r115417172 --- Diff: ranger-plugin/scripts/enable-ranger-plugin.sh --- @@ -237,9 +307,14 @@ main() { if [[ $# -lt 1 ]]; then usage fi

[GitHub] incubator-hawq pull request #1235: HAWQ-1456. Copy RPS configuration files t...

2017-05-09 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1235#discussion_r115417038 --- Diff: ranger-plugin/scripts/enable-ranger-plugin.sh --- @@ -70,14 +70,47 @@ function get_ranger_password() { done } +# get

[GitHub] incubator-hawq pull request #1234: HAWQ-1436. Implement ranger pulgin servic...

2017-05-08 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1234 HAWQ-1436. Implement ranger pulgin service High Availability. 1. master will the connect to standby RPS for policy search if RPS on master failed; 2. if master has been talking

[GitHub] incubator-hawq issue #1233: HAWQ-1454. Exclude certain jars from Ranger Plug...

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

[GitHub] incubator-hawq issue #1229: HAWQ-1451. HAWQ state should be able to report t...

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

[GitHub] incubator-hawq issue #1231: HAWQ-1452. Remove hawq_rps_address_suffix and ha...

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

[GitHub] incubator-hawq issue #1228: HAWQ-1449. HAWQ start/stop cluster should be abl...

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

[GitHub] incubator-hawq issue #1220: HAWQ-1422. Resolve user groups using Hadoop conf...

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

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

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

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

2017-04-17 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1219 Does this fix mean only percentage format of MEMORY_CLUSTER_LIMIT and CORE_CLUSTER_LIMIT are supported in ALTER RESOURCE QUEUE DDL? --- If your project is set up for it, you can reply

[GitHub] incubator-hawq issue #1201: HAWQ-1418. Move print executing command after se...

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

[GitHub] incubator-hawq issue #1194: Hawq 1396. Fix the bug when query hcatalog via P...

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

[GitHub] incubator-hawq pull request #1194: Hawq 1396. Fix the bug when query hcatalo...

2017-03-27 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1194#discussion_r108129930 --- Diff: src/test/feature/Ranger/test_ranger.cpp --- @@ -314,6 +314,35 @@ TEST_F(TestHawqRanger, ResourceIncludeATest

[GitHub] incubator-hawq pull request #1194: Hawq 1396. Fix the bug when query hcatalo...

2017-03-27 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1194#discussion_r108130047 --- Diff: src/test/feature/Ranger/test_ranger.cpp --- @@ -314,6 +314,35 @@ TEST_F(TestHawqRanger, ResourceIncludeATest

[GitHub] incubator-hawq pull request #1180: HAWQ-1396. Fix the bug when query hcatalo...

2017-03-24 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1180 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1174: HAWQ-1359. Remove getRangerHost() functio...

2017-03-15 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1174: HAWQ-1359. Remove getRangerHost() functio...

2017-03-15 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1174 HAWQ-1359. Remove getRangerHost() function from ranger test, still use environment variable to specify the Ranger Admin. Please review, thanks! You can merge this pull request

[GitHub] incubator-hawq pull request #1171: HAWQ-1359. Add test cases for Ranger supp...

2017-03-15 Thread linwen
Github user linwen closed the pull request at: https://github.com/apache/incubator-hawq/pull/1171 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #1171: HAWQ-1359. Add test cases for Ranger supp...

2017-03-14 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1171#discussion_r106084037 --- Diff: src/test/feature/Ranger/test_ranger.cpp --- @@ -24,19 +24,34 @@ #include "lib/command.h" #include &quo

[GitHub] incubator-hawq pull request #1171: HAWQ-1359. Add test cases for Ranger supp...

2017-03-14 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1171#discussion_r106080149 --- Diff: src/test/feature/lib/sql_util.cpp --- @@ -224,7 +225,9 @@ const string SQLUtility::generateSQLFile(const string , bool usingDefaul

[GitHub] incubator-hawq issue #1172: Hawq 1385. fixed hawq_ctl stop failed when maste...

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

[GitHub] incubator-hawq issue #1171: HAWQ-1359. Add test cases for Ranger support, co...

2017-03-14 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1171 It has passed jenkins and travis check, I think it can pass license check. --- 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 #1172: Hawq 1385. fixed hawq_ctl stop failed whe...

2017-03-14 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1172#discussion_r105848316 --- Diff: tools/bin/hawq_ctl --- @@ -835,6 +835,8 @@ class HawqStop: acl_type = rows.next()[1] conn.close

[GitHub] incubator-hawq pull request #1172: Hawq 1385. fixed hawq_ctl stop failed whe...

2017-03-14 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1172#discussion_r105848224 --- Diff: tools/bin/hawq_ctl --- @@ -835,6 +835,8 @@ class HawqStop: acl_type = rows.next()[1] conn.close

[GitHub] incubator-hawq issue #1171: HAWQ-1359. Add test cases for Ranger support, co...

2017-03-14 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1171 This file already has license header. --- 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 #1171: HAWQ-1359. Add test cases for Ranger supp...

2017-03-14 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/1171 HAWQ-1359. Add test cases for Ranger support, combinations of differe… Please review, thanks! You can merge this pull request into a Git repository by running: $ git pull https

  1   2   3   >