v-zhangjc9
32f7e323dc
Change version to private
2024-05-24 15:16:38 +08:00
Danny Chan
7eeaff9ee0
[HUDI-4357] Support flink 1.15.x ( #6050 )
2022-07-06 13:42:58 +08:00
Shiyan Xu
5aaac21d1d
[HUDI-4224] Fix CI issues ( #5842 )
...
- Upgrade junit to 5.7.2
- Downgrade surefire and failsafe to 2.22.2
- Fix test failures that were previously not reported
- Improve azure pipeline configs
Co-authored-by: liujinhui1994 <965147871@qq.com >
Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com >
2022-06-12 11:44:18 -07:00
Y Ethan Guo
5d18b80343
[HUDI-4190] Include hbase-protocol for shading in the bundles ( #5750 )
2022-06-05 17:42:16 -07:00
BruceLin
80f99893a0
[MINOR] Fixing class not found when using flink and enable metadata table ( #5527 )
2022-05-07 20:03:18 +08:00
Y Ethan Guo
8633bd6e06
[HUDI-3948] Fix presto bundle missing HBase classes ( #5398 )
2022-04-23 01:33:55 -07:00
Danny Chan
e33149be9a
[HUDI-3808] Flink bulk_insert timestamp(3) can not be read by Spark ( #5236 )
2022-04-07 15:17:39 +08:00
Raymond Xu
e96f08f355
Moving to 0.12.0-SNAPSHOT on master branch.
2022-04-06 15:24:10 +08:00
Y Ethan Guo
eaa4c4f2e2
[HUDI-1180] Upgrade HBase to 2.4.9 ( #5004 )
...
Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com >
2022-03-24 19:04:53 -07:00
Danny Chan
799c78e688
[HUDI-3665] Support flink multiple versions ( #5072 )
2022-03-21 10:34:50 +08:00
从大数据到人工智能
01cbddef78
Add hive-standalone-metastore dependency to hudi-flink-bundle module ( #4870 )
2022-02-23 09:16:21 +08:00
Danny Chan
b87e95d621
[HUDI-3476] Remove the shade pattern for parquet for flink bundle jar ( #4869 )
2022-02-22 19:21:57 +08:00
Danny Chan
2844a77b43
[HUDI-3439] Remove the hive shade pattern for flink bundle jar ( #4833 )
2022-02-17 22:42:39 +08:00
Danny Chan
64b1426005
[minor] Fix hive-exec scope of flink bundle jar ( #4664 )
2022-01-23 10:28:41 +08:00
Udit Mehrotra
9412281cb1
[HUDI-2983] Remove Log4j2 transitive dependencies ( #4281 )
2021-12-28 07:15:05 -08:00
Danny Chan
2dcb3f0062
[HUDI-2985] Shade jackson for hudi flink bundle jar ( #4284 )
2021-12-11 14:40:57 +08:00
Danny Chan
bd08470421
[HUDI-2957] Shade kryo jar for flink bundle jar ( #4251 )
2021-12-09 10:16:42 +08:00
yuzhao.cyz
a1d0ff4209
Moving to 0.11.0-SNAPSHOT on master branch.
2021-11-27 17:22:10 +08:00
xiarixiaoyao
780a2ac5b2
[HUDI-2102] Support hilbert curve for hudi ( #3952 )
...
Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com >
2021-11-26 23:20:19 -08:00
Danny Chan
f5da9b50fa
[MINOR] Include hudi-aws in flink bundle jar ( #4127 )
...
HUDI-2801 makes this jar as required.
2021-11-26 14:36:44 +08:00
Ron
38585e4e57
[HUDI-2851] Shade org.apache.hadoop.hive.ql.optimizer package for flink bundle jar ( #4104 )
2021-11-26 11:27:21 +08:00
Ron
6cc97cc0c9
Remove the aws packages from hudi flink bundle jar ( #4050 )
2021-11-20 11:55:12 +08:00
wenningd
1ee12cfa6f
[HUDI-2314] Add support for DynamoDb based lock provider ( #3486 )
...
- Co-authored-by: Wenning Ding <wenningd@amazon.com >
- Co-authored-by: Sivabalan Narayanan <n.siva.b@gmail.com >
2021-11-17 12:09:31 -05:00
Danny Chan
689020f303
[HUDI-2684] Use DefaultHoodieRecordPayload when precombine field is specified specifically ( #3922 )
2021-11-04 16:23:36 +08:00
vinoyang
13b637ddc3
[HUDI-2643] Remove duplicated hbase-common with tests classifier exists in bundles ( #3886 )
2021-11-01 20:11:00 +08:00
Danny Chan
588a34aa95
[HUDI-2571] Remove include-flink-sql-connector-hive profile from flink bundle ( #3818 )
2021-10-18 17:34:49 +08:00
yiduwangkai
dfdfbbedae
HUDI-2569 shaded hive ( #3816 )
...
Co-authored-by: wangkai9 <wangkai9@tuhu.cn >
2021-10-18 17:12:13 +08:00
yiduwangkai
5276850415
[HUDI-2557] Shade javax.servlet for flink bundle jar ( #3807 )
...
Co-authored-by: wangkai9 <wangkai9@tuhu.cn >
2021-10-18 11:26:21 +08:00
Danny Chan
ad63938890
[HUDI-2537] Fix metadata table for flink ( #3774 )
2021-10-10 09:30:39 +08:00
Sarah Witt
4deaa30c8d
[HUDI-2404] Add metrics-jmx to spark and flink bundles ( #3632 )
2021-09-16 09:53:16 -04:00
Udit Mehrotra
3e301196bf
Moving to 0.10.0-SNAPSHOT on master branch.
2021-08-14 18:51:09 -07:00
swuferhong
047d956e01
[HUDI-2136] Fix conflict when flink-sql-connector-hive and hudi-flink-bundle are both in flink lib ( #3227 )
2021-07-09 10:10:21 +08:00
swuferhong
0bd20827ab
[HUDI-2133] Support hive1 metadata sync for flink writer ( #3225 )
2021-07-06 11:01:57 +08:00
vinoth chandar
d02c0e5387
[MINOR] Resolve build issue arising from inaccessible pentaho jar ( #3034 )
...
- Fixes #160 #2479
2021-06-04 15:28:44 -04:00
swuferhong
ad72691d24
[HUDI-1957] Fix flink timeline service lack jetty dependency ( #3028 )
2021-06-03 19:39:31 +08:00
swuferhong
05a9830e86
[HUDI-1952] Fix hive3 meta sync for flink writer ( #3021 )
2021-06-02 14:12:03 +08:00
Danny Chan
34ab756a40
[HUDI-1948] Shade kryo-shaded jar for hudi flink bundle ( #3014 )
2021-05-31 17:39:19 +08:00
swuferhong
928b09ea0b
[HUDI-1871] Fix hive conf for Flink writer hive meta sync ( #2968 )
2021-05-20 17:03:52 +08:00
dijie
3ca9030256
[HUDI-1858] Fix cannot create table due to jar conflict ( #2886 )
...
Co-authored-by: 狄杰 <shenjinxin@accesscorporate.com.cn >
2021-04-28 14:10:04 +08:00
MINCWANG
191470d1fc
[HUDI-1797] Remove the com.google.guave jar from hudi-flink-bundle to avoid conflicts. ( #2828 )
...
Co-authored-by: wangminchao <wangminchao@asinking.com >
2021-04-15 15:16:33 +08:00
hiscat
e16d31dce2
[HUDI-1787] Remove the rocksdb jar from hudi-flink-bundle ( #2807 )
...
Remove the RocksDB jar from hudi-flink-bundle to avoid conflicts.
2021-04-13 10:31:16 +08:00
Harshit Mittal
e970e1f483
[HUDI-1696] add apache commons-codec dependency to flink-bundle explicitly ( #2758 )
2021-04-01 23:07:30 -07:00
Danny Chan
d415d45416
[HUDI-1729] Asynchronous Hive sync and commits cleaning for Flink writer ( #2732 )
2021-03-29 10:47:29 +08:00
Danny Chan
8b774fe331
[HUDI-1495] Bump Flink version to 1.12.2 ( #2718 )
2021-03-26 14:25:57 +08:00
garyli1019
6e803e08b1
Moving to 0.9.0-SNAPSHOT on master branch.
2021-03-24 21:37:14 +08:00
Danny Chan
fc6c5f4285
[HUDI-1684] Tweak hudi-flink-bundle module pom and reorganize the pacakges for hudi-flink module ( #2669 )
...
* Add required dependencies for hudi-flink-bundle module
* Some packages reorganization of hudi-flink module
2021-03-15 16:02:05 +08:00
wangxianghu
d3ea0f957e
[HOTFIX] Revert upgrade flink verison to 1.12.0 ( #2473 )
2021-01-22 10:55:46 -08:00
Vinoth Chandar
3719e7b388
Moving to 0.8.0-SNAPSHOT on master branch.
2021-01-20 11:31:22 -08:00
Sivabalan Narayanan
b9c2856d16
[HUDI-1535] Fix 0.7.0 snapshot ( #2456 )
...
* Revert "[MINOR] Bumping snapshot version to 0.7.0 (#2435 )"
This reverts commit a43e191d6c .
* Fixing 0.7.0 snapshot bump
2021-01-19 12:20:43 -08:00
Sivabalan Narayanan
a43e191d6c
[MINOR] Bumping snapshot version to 0.7.0 ( #2435 )
2021-01-16 09:56:28 -05:00