Ed Espino [Tue, 17 Jan 2017 02:55:18 +0000 (18:55 -0800)]
HAWQ-1277. Fix build problem on CentOS 7, with --with-plperl.
See earlier discussion on this on pgsql-hackers, message-id
9B946296-A2EB-4B45-A190-
153F06662F8B@kineticode.com. We'd get this fix
eventually as we merge with later PostgreSQL versions, but let's make life
easier for people hitting this issue now.
This is a backpatch of the following upstream commit, sans the MSVC build
parts, as I have no environment to test that and we don't support Windows
anyway. We'll get the MSVC parts later, as we merge.
commit
ba00ab0b111a0cbbac612e8ea8b0d5f96534102e
Author: Andrew Dunstan <andrew@dunslane.net>
Date: Sat Nov 26 15:22:32 2011 -0500
Use the preferred version of xsubpp, not necessarily the one that came with the
distro version of perl.
David Wheeler and Alex Hunsaker.
Backpatch to 9.1 where it applies cleanly. A simple workaround is available for earlier
branches, and further effort doesn't seem warranted.
Ruilong Huo [Fri, 13 Jan 2017 02:04:13 +0000 (10:04 +0800)]
HAWQ-1268. Update pom.xml to reflect the correct version for apache hawq 2.1.0.0-incubating
Ruilong Huo [Fri, 13 Jan 2017 02:00:41 +0000 (10:00 +0800)]
HAWQ-1267. Update NOTICE file to reflect the right year for copyright
Ed Espino [Sat, 24 Dec 2016 04:32:44 +0000 (20:32 -0800)]
[HAWQ-1236] - Update HAWQ DB version to 2.1.0.0-incubating.
Ed Espino [Thu, 22 Dec 2016 21:38:42 +0000 (13:38 -0800)]
[HAWQ-1232] Update versions strings for 2.1.0.0-incubating release.
This included adding 2.1.json (copied from 2.0.json).
Oleksandr Diachenko [Thu, 22 Dec 2016 09:55:59 +0000 (01:55 -0800)]
Revert "HAWQ-1179. Call Bridge api with profile value read from Fragmenter call."
Oleksandr Diachenko [Thu, 22 Dec 2016 09:55:28 +0000 (01:55 -0800)]
Revert "HAWQ-1178. Enhance Fragmenter api to return profile name."
Oleksandr Diachenko [Thu, 22 Dec 2016 06:33:48 +0000 (22:33 -0800)]
HAWQ-1179. Call Bridge api with profile value read from Fragmenter call.
Oleksandr Diachenko [Thu, 22 Dec 2016 06:33:06 +0000 (22:33 -0800)]
HAWQ-1178. Enhance Fragmenter api to return profile name.
Paul Guo [Wed, 21 Dec 2016 11:02:34 +0000 (19:02 +0800)]
HAWQ-1230. Introduce macro __MAYBE_UNUSED to surpress unused funtion/variable kind of warnings.
interma [Wed, 21 Dec 2016 09:53:50 +0000 (17:53 +0800)]
HAWQ-1226. fix compile error under gcc 4.8.2
rlei [Wed, 21 Dec 2016 02:59:13 +0000 (10:59 +0800)]
HAWQ-1229. Remove verbose help message in hawq config
interma [Wed, 21 Dec 2016 04:02:14 +0000 (12:02 +0800)]
HAWQ-1226. HAWQ core dump due to enable ranger while RPS is down
rlei [Mon, 19 Dec 2016 07:03:26 +0000 (15:03 +0800)]
HAWQ-1227. Fix hawq init fails when user name with a capital.
stanlyxiang [Mon, 19 Dec 2016 07:35:48 +0000 (15:35 +0800)]
HAWQ-1221. Add register test case verify bug fix YamlFileNotExist and NonDefaultBucketnum check.
xunzhang [Mon, 19 Dec 2016 05:08:23 +0000 (13:08 +0800)]
HAWQ-1001. Bugfix and light refactor ranger logic.
interma [Fri, 16 Dec 2016 07:16:07 +0000 (15:16 +0800)]
HAWQ-870. Allocate target's tuple table slot in PortalHeapMemory during split partition
merge GPDB split-partiton optimization
Origin GPDB PR:
greenplum-db/gpdb#866
hzhang2 [Fri, 16 Dec 2016 03:49:58 +0000 (11:49 +0800)]
HAWQ-1001. Implement HAWQ basic user ACL check through Ranger.
hzhang2 [Fri, 16 Dec 2016 03:48:08 +0000 (11:48 +0800)]
HAWQ-1002. Implement configuration GUC related to Ranger.
Wen Lin [Fri, 16 Dec 2016 03:35:33 +0000 (11:35 +0800)]
HAWQ-1004. Implement calling Ranger REST Service using libcurl for privilege check.
Paul Guo [Wed, 14 Dec 2016 04:08:19 +0000 (12:08 +0800)]
HAWQ-1214. Remove resource_parameters
stanlyxiang [Wed, 14 Dec 2016 09:07:24 +0000 (17:07 +0800)]
HAWQ-1221. hawq register should error out when register a yml file doesn't exist
stanlyxiang [Wed, 14 Dec 2016 08:30:54 +0000 (16:30 +0800)]
HAWQ-1044. Fix bugs in test case TestHawqRegister.TestUsage2Case2IncludeDirectory
stanlyxiang [Mon, 12 Dec 2016 14:27:38 +0000 (22:27 +0800)]
HAWQ-1140. move hawq register test to parallel schedule
Chunling Wang [Tue, 13 Dec 2016 02:32:25 +0000 (10:32 +0800)]
HAWQ-1044. Fix bugs in testcase TestHawqRegister.TestUsage2Case1IncludeDirectory
Chunling Wang [Mon, 12 Dec 2016 08:56:58 +0000 (16:56 +0800)]
HAWQ-1140. Parallelize test cases for hawqregister usage2.
Ming LI [Mon, 12 Dec 2016 16:16:58 +0000 (00:16 +0800)]
HAWQ-1195. Support Two or more external tables use the same error table
In this case, we should assign a new sets of seg files for INSERT INTO ERROR TABLE.
Ming LI [Mon, 12 Dec 2016 08:04:59 +0000 (16:04 +0800)]
Revert "HAWQ-1195. Fixed error "Two or more external tables use the same error table ""
This reverts commit
fad1b90505b3112d480cf1635f16edd8a957cc85.
Because regression test failed.
xunzhang [Sun, 11 Dec 2016 08:32:06 +0000 (16:32 +0800)]
HAWQ-1213. Incorrect check of hawqregister in case of randomly distributed table with non-default `default_hash_table_bucket_number` value.
Ming LI [Tue, 6 Dec 2016 09:17:50 +0000 (17:17 +0800)]
HAWQ-1195. Fixed error "Two or more external tables use the same error table "
The error table should be works same as normal user table on hdfs, which support multiple INSERTs.
amyrazz44 [Tue, 15 Nov 2016 07:43:38 +0000 (15:43 +0800)]
HAWQ-858. Fix parser to understand case / when expression in group by
Oleksandr Diachenko [Thu, 8 Dec 2016 19:33:18 +0000 (11:33 -0800)]
HAWQ-1191. Decomissioned DELIMITER from HiveOrc profile.
Oleksandr Diachenko [Wed, 7 Dec 2016 23:16:11 +0000 (15:16 -0800)]
HAWQ-1196. Added partitons support to HiveOrc profile.
xunzhang [Wed, 7 Dec 2016 16:04:12 +0000 (00:04 +0800)]
HAWQ-1188. Add gp-type minimal check.
xunzhang [Sat, 3 Dec 2016 08:14:10 +0000 (16:14 +0800)]
HAWQ-1188. Fix "-Wtautological-constant-out-of-range-compare, -Wtautological-compare, -Wpointer-bool-conversion, -Wnon-literal-null-conversion, -Wincompatible-pointer-types, -Wincompatible-pointer-types-discards-qualifiers, -Wlogical-not-parentheses" compile warnings under osx.
Paul Guo [Wed, 7 Dec 2016 05:26:54 +0000 (13:26 +0800)]
HAWQ-1199. guc enable_prefer_list_to_rm does not work.
xunzhang [Mon, 5 Dec 2016 16:51:33 +0000 (00:51 +0800)]
HAWQ-1190. Fix "-Wtypedef-redefinition, -Wconstant-logical-operand, -Wmemsize-comparison, -Wnull-dereference, -Wpointer-sign, -Wint-conversion" warning types.
stanlyxiang [Wed, 16 Nov 2016 07:54:59 +0000 (15:54 +0800)]
HAWQ-1160. Hawq checkperf does not handle hostfile correctly
stanlyxiang [Wed, 16 Nov 2016 10:58:12 +0000 (21:58 +1100)]
HAWQ-77. Fix source code comment for new ALTER/CREATE RESOURCE QUEUE ddl statements
Fix contains:
1. start error message with a lowercase letter
2. avoid contractions in error message
3. refine "can not" to "cannot"
4. add single quote to resource queue name
5. remove unused function "getLocalTmpDirFromMasterRM"
stanlyxiang [Wed, 23 Nov 2016 08:36:49 +0000 (16:36 +0800)]
HAWQ-1170. Crash at cleanup_allocation_algorithm() when enable '--enable-cassert' option
xunzhang [Fri, 2 Dec 2016 16:02:35 +0000 (00:02 +0800)]
HAWQ-1187. Fix "-Wsometimes-uninitialized, -Wsizeof-pointer-memaccess, -Wdangling-else, -Wheader-guard, -Wenum-conversion, -Winvalid-source-encoding" compile warnings under osx.
ivan [Mon, 5 Dec 2016 07:27:32 +0000 (15:27 +0800)]
HAWQ-1188. Fix guc type issue for Gp_interconnect_transmit_timeout
xunzhang [Wed, 23 Nov 2016 06:24:53 +0000 (14:24 +0800)]
HAWQ-1189. Split schedule file to sanity and full tests for feature tests.
Paul Guo [Thu, 1 Dec 2016 08:43:06 +0000 (16:43 +0800)]
HAWQ-1183. Writable external table with Hash distribution shows slow performance
This fixes some warnings also in the affected source file.
Paul Guo [Fri, 2 Dec 2016 08:44:23 +0000 (16:44 +0800)]
HAWQ-1186. Remove with-thrift in src/Makefile.global.in
xunzhang [Thu, 1 Dec 2016 15:30:01 +0000 (23:30 +0800)]
HAWQ-1184. Fix risky "-Wshift-negative-value, -Wparentheses-equality, -Wtautological-compare" types of compile warnings under osx.
Paul Guo [Thu, 1 Dec 2016 09:01:03 +0000 (17:01 +0800)]
HAWQ-1182. Add Macro for unused argument and variable.
xunzhang [Sat, 26 Nov 2016 17:44:52 +0000 (01:44 +0800)]
[HAWQ-1172][LIBHDFS3]. Fix typo of LIBUUID_INCLUDE_DIRS in FindLibUUID.cmake.
Wen Lin [Tue, 29 Nov 2016 07:49:52 +0000 (15:49 +0800)]
HAWQ-1171. Add UDF check before register
Yi [Tue, 29 Nov 2016 07:44:39 +0000 (18:44 +1100)]
HAWQ-1174. double type core counter of container set has precision issue
hzhang2 [Fri, 25 Nov 2016 09:45:39 +0000 (17:45 +0800)]
HAWQ-1171. Support upgrade for hawq register.
Ming LI [Fri, 25 Nov 2016 08:35:13 +0000 (16:35 +0800)]
HAWQ-1149. Fixed relcache reference leak when pg_class tuple is invalid
Oleksandr Diachenko [Thu, 24 Nov 2016 00:08:15 +0000 (16:08 -0800)]
HAWQ-1115. Implement filter-push down for IN on PXF service side.
Oleksandr Diachenko [Thu, 24 Nov 2016 00:07:46 +0000 (16:07 -0800)]
HAWQ-1114. Implement filter-push down for IN on HAWQ bridge side.
Ming LI [Wed, 23 Nov 2016 11:27:03 +0000 (19:27 +0800)]
Revert "HAWQ-1149. Fixed relcache reference leak in some cases"
This reverts commit
e93e705a82f86b1b0b3e704f43bfe04e9fd59ef7.
Ming LI [Wed, 23 Nov 2016 02:19:21 +0000 (10:19 +0800)]
HAWQ-1149. Fixed relcache reference leak in some cases
Oleksandr Diachenko [Wed, 23 Nov 2016 00:37:00 +0000 (16:37 -0800)]
HAWQ-1169. HAWQ Bridge incorrectly pushes T_NullTest predicates with byte arrays.
Ming LI [Tue, 22 Nov 2016 09:33:01 +0000 (17:33 +0800)]
HAWQ-1149. Fixed assert failure at cdbdatabaseinfo.c:803
Chunling Wang [Fri, 18 Nov 2016 07:09:24 +0000 (15:09 +0800)]
HAWQ-1145. Add UDF gp_relfile_insert_for_register and add insert metadata into gp_relfile_node and gp_persistent_relfile_node for HAWQ register
xunzhang [Tue, 22 Nov 2016 03:13:22 +0000 (11:13 +0800)]
HAWQ-1167. Fix parquet format estimate column width for bpchar type.
amyrazz44 [Sun, 20 Nov 2016 11:39:17 +0000 (19:39 +0800)]
HAWQ-1162. Resource manager does not reference dynamic minimum water level of each segment when it times out YARN containers
Ming LI [Tue, 22 Nov 2016 02:16:28 +0000 (10:16 +0800)]
HAWQ-1149. Only refresh Relation->rd_relationnodeinfo.isPresent when relation is valid.
Oleksandr Diachenko [Mon, 21 Nov 2016 19:14:01 +0000 (11:14 -0800)]
HAWQ-1130. Make HCatalog integration work with non-superusers.
Ming LI [Mon, 14 Nov 2016 08:21:46 +0000 (16:21 +0800)]
HAWQ-1149. Fixed bug gp_persistent_build_all loses data in gp_relfile_node&gp_persistent_relfile_node
Internally there are 3 bugs:
1) hawq2.0 changed the file path of relation file on hdfs from filespace/db/relfile.filenum to filespace/db/table/relfile/filenum. When we scan relfile on hdfs, we should change scan logic correspondingly.
2) Fetched dummy persistentTid & persistentSerialNum to PersistentRelation_MarkCreatePending() .
3) Need to reset Relation->rd_relationnodeinfo.isPresent, so that next time persistentid and serial# can be refetched during PersistentBuild_BuildDb().
rlei [Wed, 16 Nov 2016 05:26:47 +0000 (13:26 +0800)]
HAWQ-1159. Skip namenode check while namenode not part of hawq cluster
Shivram Mani [Tue, 15 Nov 2016 20:11:07 +0000 (12:11 -0800)]
HAWQ-1152. PXF endIteration function added to Bridge
Paul Guo [Fri, 11 Nov 2016 11:06:28 +0000 (19:06 +0800)]
HAWQ-1153. Add global init file support for feature test
rlei [Tue, 15 Nov 2016 02:49:57 +0000 (10:49 +0800)]
HAWQ-1156. Restricted HAWQ version to be 2.x in HAWQArray
Ed Espino [Mon, 14 Nov 2016 17:43:42 +0000 (09:43 -0800)]
Revert "HAWQ-1141. Correct default values."
This reverts commit
6f8722a6b869167494a1306e9db0ac404ddfa79a.
amyrazz44 [Tue, 8 Nov 2016 08:03:55 +0000 (16:03 +0800)]
HAWQ-1148. Update gtest-parallel to make sure test case can run in both parallel way and serial way
Signed-off-by: wengyanqing <wengyanqing@gmail.com>
Ed Espino [Fri, 11 Nov 2016 01:27:05 +0000 (09:27 +0800)]
HAWQ-1141. Correct default values.
* hawq.repo.prefix=hdb
* hawq.addons.repo.prefix=hdb-add-ons
Ed Espino [Wed, 9 Nov 2016 08:24:31 +0000 (16:24 +0800)]
HAWQ-1141. For HDB Ambari plugin, bump default hadoop stack to 2.5
Ed Espino [Wed, 2 Nov 2016 19:50:31 +0000 (12:50 -0700)]
HAWQ-1141. Bump PXF version to 3.1.0
The following components are impacted:
* PXF component (pxf/gradle.properties)
* HAWQ Ambari plugin (contrib/hawq-ambari-plugin/build.properties)
Ed Espino [Wed, 9 Nov 2016 09:06:26 +0000 (17:06 +0800)]
HAWQ-1150. Fix Travis build issue (brona/iproute2mac).
* Remove the "brew tap brona/iproute2mac" command as an update to "brew"
has revealed an issue with the "tap". We will be able to install the
component (iproute2mac) directory from the main repository.
Wen Lin [Mon, 7 Nov 2016 08:47:27 +0000 (16:47 +0800)]
HAWQ-1144. Put partition multi-level check ahead of hdfs file check.
Wen Lin [Fri, 4 Nov 2016 09:13:28 +0000 (17:13 +0800)]
HAWQ-1144. Register to a multi-level partition table should fail.
xunzhang [Wed, 2 Nov 2016 10:51:38 +0000 (18:51 +0800)]
HAWQ-1140. Parallelize test cases for hawqregister usage1.
hzhang2 [Thu, 3 Nov 2016 08:21:24 +0000 (16:21 +0800)]
HAWQ-1143. Libhdfs create semantic is not consistent with posix standard.
xunzhang [Tue, 1 Nov 2016 11:39:29 +0000 (19:39 +0800)]
HAWQ-1133. Replace print with logger output in hawqregister.
stanlyxiang [Wed, 2 Nov 2016 08:14:40 +0000 (16:14 +0800)]
HAWQ-1117.RM crash when init db after configure with param '--enable-cassert'
ivan [Wed, 2 Nov 2016 07:15:09 +0000 (15:15 +0800)]
HAWQ-1139. Fix TestCreateTableInherits bug in the feature test
xunzhang [Wed, 2 Nov 2016 09:45:41 +0000 (17:45 +0800)]
HAWQ-1128. Bugfix for HAWQ-1128 test code.
Haisheng Yuan [Wed, 2 Nov 2016 09:17:49 +0000 (17:17 +0800)]
Revert "HAWQ-1122. Fix feature test case failures which are introduced by GPORCA upgradation."
This reverts commit
d641f364e2197e0101dcc0d19aff455a838984ec.
Haisheng Yuan [Wed, 2 Nov 2016 06:26:55 +0000 (14:26 +0800)]
HAWQ-1137. Remove banned api mechanism in Orca
gporca has a set of banned API calls which needs to be allowed with the ALLOW_xxx
macro in order for gpopt to compile. But it should be the library caller (HAWQ)'s
responsibility to take care of the function call.
Haisheng Yuan and Karthikeyan Jambu Rajaraman [Wed, 2 Nov 2016 05:49:41 +0000 (13:49 +0800)]
HAWQ-1131. Fix error message difference between Orca and Planner
- In ORCA, due to the way exception handled previously we do warning first
and then later print error referring that message. In this commit, we
enhanced the exception handling so we just print a single error message.
- Removed 'PQO unable to generate a plan' or 'Aborting PQO plan
generation' message and make the error message as close as the planner.
- Updated error message with filename and line number from where the exception
is raised.
- Updated regression test expected output files
Patches are ported the following commits from GPDB:
https://github.com/greenplum-db/gpdb/commit/
4eb5db7a6bc8ac3faeca761193dc37e2c70e1ea3
https://github.com/greenplum-db/gpdb/commit/
d41ebde141104dd3db6fa29ac46b4096ee7d4825
Author: Karthikeyan Jambu Rajaraman <karthi.jrk@gmail.com>
xunzhang [Mon, 31 Oct 2016 13:34:11 +0000 (21:34 +0800)]
HAWQ-1128. Support HAWQ register tables with same file name in different schema.
hzhang2 [Wed, 2 Nov 2016 02:24:04 +0000 (10:24 +0800)]
HAWQ-1135. MADlib: Raising exception leads to database connection termination.
Shivram Mani [Tue, 1 Nov 2016 20:49:37 +0000 (13:49 -0700)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-hawq
Shivram Mani [Tue, 1 Nov 2016 20:49:21 +0000 (13:49 -0700)]
Removed references to tcServer
Ed Espino [Tue, 1 Nov 2016 08:00:23 +0000 (01:00 -0700)]
Update to use Apache Release Audit Tool (RAT) v0.12
* This is needed to use new feature "consoleOutput" which will print
the names of files that have unapproved licenses to the console.
rlei [Mon, 31 Oct 2016 07:36:04 +0000 (15:36 +0800)]
HAWQ-1129. Install PLR into hawq home directory
Wen Lin [Mon, 31 Oct 2016 07:33:26 +0000 (15:33 +0800)]
HAWQ-1127. HAWQ should print error message instead of python function stack when yaml file is invalid.
Chunling Wang [Mon, 31 Oct 2016 05:50:14 +0000 (13:50 +0800)]
HAWQ-1034. Delete code for hawq register repair mode
Wen Lin [Mon, 31 Oct 2016 03:38:02 +0000 (11:38 +0800)]
Author: Chunling Wang <wangchunling14@126.com>
Date: Mon Oct 31 09:20:24 2016 +0800
HAWQ-1035. Support partition table register.
amyrazz44 [Fri, 28 Oct 2016 08:44:36 +0000 (16:44 +0800)]
HAWQ-955. Add runnable scripts for feature test running in parallel.
xunzhang [Mon, 12 Sep 2016 05:36:12 +0000 (13:36 +0800)]
HAWQ-955. Add runnable scripts for feature test running in parallel.
Shivram Mani [Fri, 28 Oct 2016 20:27:06 +0000 (13:27 -0700)]
Update PXF version and hadoop dependancy
amyrazz44 [Fri, 28 Oct 2016 03:27:58 +0000 (11:27 +0800)]
HAWQ-1126. Disable feature test case of ExternalTable temporarily
Paul Guo [Thu, 27 Oct 2016 05:59:00 +0000 (13:59 +0800)]
HAWQ-1122. Fix feature test case failures which are introduced by GPORCA upgradation.
Xin Zhang [Wed, 26 Oct 2016 23:09:01 +0000 (16:09 -0700)]
HAWQ-1122. Bump GPORCA to v1.674 and GPOS to v1.145
Signed-off-by: Omer Arap <oarap@pivotal.io>