1
0

Commit Graph

  • 7bc08cbfdc [HUDI-345] Fix used deprecated function (#1024) hongdd 2019-11-22 19:32:09 +08:00
  • 17eaf41c54 [HUDI-348] Add Issue template for the project (#1029) Gurudatt Kulkarni 2019-11-22 16:55:52 +05:30
  • 1e14390719 [HUDI-350]: updated default value of config.getCleanerCommitsRetained() in javadocs Pratyaksh Sharma 2019-11-20 19:46:27 +05:30
  • d9fbe33339 [HOTFIX] Fix error configuration item of dockerfile-maven-plugin lamber-ken 2019-11-18 23:18:16 +08:00
  • 804e348d0e [HUDI-346] Set allowMultipleEmptyLines to false for EmptyLineSeparator rule (#1025) 谢磊 2019-11-19 18:44:42 +08:00
  • 66492498f7 [HUDI-342] add pull request template for hudi project (#1022) 谢磊 2019-11-19 14:06:01 +08:00
  • e806eb797f [HUDI-339] Add support of Azure cloud storage (#1019) b_rousseau 2019-11-17 23:29:24 +01:00
  • f82e58994e - Ensure that rollback instant is always created before the next commit instant. This especially affects IncrementalPull for MOR tables since we can end up pulling in log blocks for uncommitted data - Ensure that generated commit instants are 1 second apart Nishith Agarwal 2019-11-05 11:53:19 -08:00
  • 3a05edab01 - Fixing RT queries for HiveOnSpark that causes race conditions - Adding more comments to understand usage of reader/writer schema Nishith Agarwal 2019-11-03 23:09:15 -08:00
  • 22315a887f [HOTFIX] fix missing version of rat-plugin (#1015) 谢磊 2019-11-14 13:18:46 +08:00
  • f7c2f8cedc [HUDI-329] Presto Containers for integration test must allow newly built local jars to override Balaji Varadarajan 2019-11-13 08:56:36 -08:00
  • 92c69f5703 Migrate integration tests to spark 2.4.4 Mehrotra 2019-11-12 16:16:32 -08:00
  • 045fa87a3d [HUDI-330] add EmptyStatement java checkstyle rule lamber-ken 2019-11-14 02:39:05 +08:00
  • 8ff06ddb0f [HUDI-80] Leverage Commit metadata to figure out partitions to be cleaned for Cleaning by commits mode (#1008) Balaji Varadarajan 2019-11-12 06:12:44 -08:00
  • 0bb5999f79 [HUDI-306] Support Glue catalog and other hive metastore implementations (#961) Udit Mehrotra 2019-11-11 17:27:31 -08:00
  • 1032fc3e54 [HUDI-137] Hudi cleaning state changes should be consistent with compaction actions Balaji Varadarajan 2019-10-28 18:54:48 -07:00
  • 23b303e4b1 [HUDI-218] Adding Presto support to Integration Test (#1003) Sivabalan Narayanan 2019-11-11 06:21:49 -08:00
  • 5f1309407a [HUDI-253]: added validations for schema provider class (#995) Pratyaksh Sharma 2019-11-11 19:33:44 +05:30
  • 1483b97018 [DOCS] Change Hudi acronyms to plural vinoth chandar 2019-11-10 12:39:58 -08:00
  • 1ce3d891ce [DOCS] Update to align with original Uber whitepaper (#999) Jeff G 2019-11-10 12:38:13 -08:00
  • 0863b1cfd9 [HUDI-245]: replaced instances of getInstants() and reverse() with getReverseOrderedInstants() (#1000) pratyakshsharma 2019-11-07 22:12:48 +05:30
  • 20871a17b2 [HUDI-302]: simplified countInstants() method in HoodieDefaultTimeline (#997) pratyakshsharma 2019-11-07 02:26:09 +05:30
  • 71ac2c0d5e [HUDI-324] TimestampKeyGenerator should support milliseconds (#993) Gurudatt Kulkarni 2019-11-05 17:52:14 +05:30
  • 04834817c8 [MINOR] Add features and instructions to build Hudi in README (#992) Bhavani Sudha Saktheeswaran 2019-11-03 01:48:06 -08:00
  • 91740635b2 [HUDI-321] Support bulkinsert in HDFSParquetImporter (#987) Raymond Xu 2019-11-02 23:12:44 -07:00
  • bd77dc792c Add MOR integration testing Wenning Ding 2019-10-31 12:39:21 -07:00
  • b6057c5e0e [HUDI-314] Fix multi partition keys error when querying a realtime table Wenning Ding 2019-10-28 10:44:16 -07:00
  • a6390aefc4 [HUDI-312] Make docker hdfs cluster ephemeral. This is needed to fix flakiness in integration tests. Also, Fix DeltaStreamer hanging issue due to uncaught exception Balaji Varadarajan 2019-10-31 06:57:25 -07:00
  • 144ea4eedf Bump httpclient from 4.3.2 to 4.3.6 (#980) dependabot[bot] 2019-11-01 05:22:31 -07:00
  • 74d8e625c5 Bump checkstyle from 8.8 to 8.18 (#981) dependabot[bot] 2019-11-01 05:06:03 -07:00
  • ee0fd06de7 synchronized lock on conf object instead of class Wenning Ding 2019-10-30 11:48:21 -07:00
  • 3251d62bd3 [HUDI-313] Fix select count star error when querying a realtime table Wenning Ding 2019-10-23 13:53:57 -07:00
  • eda472adb0 [MINOR] Fix avro schema warnings in build Guru107 2019-10-30 11:48:29 +05:30
  • 7c7403a59d [MINOR] fix annotation in teardown (#990) leesf 2019-10-31 22:59:35 +08:00
  • b0838d25f7 [MINOR] Fix no output in travis (#984) leesf 2019-10-30 12:17:45 +08:00
  • ef5001e432 [MINOR] Fix vm crashes (#979) leesf 2019-10-29 07:25:07 +08:00
  • c23da694cc [HUDI-169] Speed up rolling back of instants (#968) Balaji Varadarajan 2019-10-24 19:34:00 -07:00
  • d8be818ac9 [HUDI-130] Paths written in compaction plan needs to be relative to base-path Balaji Varadarajan 2019-10-23 01:03:29 -07:00
  • e4c91ed13f [HUDI-290] Normalize test class name of all test classes (#951) vinoth chandar 2019-10-22 20:19:11 -07:00
  • 031b067a3a [MINOR] Move all repository declarations to parent pom (#966) Gurudatt Kulkarni 2019-10-23 08:47:13 +05:30
  • 4529f535b2 [MINOR] Add backtick escape while syncing partition fields (#967) Amit Prabhu 2019-10-23 08:46:16 +05:30
  • 14dd649d06 [MINOR] Remove release notes and move confluent repository to hoodie parent pom Balaji Varadarajan 2019-10-21 13:04:22 -07:00
  • dfdc0e40e1 [HUDI-283] : Ensure a sane minimum for merge buffer memory (#964) vinoth chandar 2019-10-20 21:00:04 -07:00
  • ed745dfdbf [HUDI-40] Add parquet support for the Delta Streamer (#949) YanJia-Gary-Li 2019-10-16 21:11:59 -07:00
  • 7381b66194 [HUDI-121] Fix issues in release scripts Balaji Varadarajan 2019-10-16 03:32:57 -07:00
  • 603df66938 Update RELEASE Notes in master Balaji Varadarajan 2019-10-16 02:19:29 -07:00
  • 77f4e73615 [HUDI-121] Fix licensing issues found during RC voting by general incubator group Balaji Varadarajan 2019-10-11 23:00:55 -07:00
  • 8c13340062 Shade and relocate Avro dependency in hadoop-mr-bundle Mehrotra 2019-09-19 19:00:03 -07:00
  • 1c09f5b055 [HUDI-301] fix path error when update a non-partition MOR table Wenning Ding 2019-10-10 23:21:00 -07:00
  • 12523c379f [HUDI-298] Fix issue with incorrect column mapping casusing bad data, during on-the-fly merge of Real Time tables (#956) Udit Mehrotra 2019-10-16 02:05:53 -07:00
  • c052167c06 [Docs] Update README.md (#955) Anurag870 2019-10-14 09:32:25 +05:30
  • e10e06918e [HUDI-292] Avoid consuming more entries from kafka than specified sourceLimit. (#947) leesf 2019-10-11 20:28:45 +08:00
  • b19bed442d [HUDI-296] Explore use of spotless to auto fix formatting errors (#945) leesf 2019-10-10 20:19:40 +08:00
  • 834c591955 [MINOR] Add incubating to NOTICE and README.md Balaji Varadarajan 2019-10-09 18:32:03 -07:00
  • e655cfba30 [HOTFIX] Move to openjdk to get travis passing (#944) vinoth chandar 2019-10-08 12:06:47 -07:00
  • d050d98071 [HUDI-232] Implement sealing/unsealing for HoodieRecord class (#938) leesf 2019-10-08 01:56:46 +08:00
  • 8a55938ca1 [HUDI-293] Remove KEYS file from github repository Balaji Varadarajan 2019-10-04 20:56:29 -07:00
  • eb4cc05c1b [HUDI-121] Prepare for 0.5.0-incubating-rc5 Balaji Varadarajan 2019-10-04 09:22:36 -07:00
  • 9b66ea41fd [HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties Balaji Varadarajan 2019-10-03 21:12:55 -07:00
  • 7dd9c74b1b [HUDI-285] Implement HoodieStorageWriter based on actual file type (#936) leesf 2019-10-04 22:45:16 +08:00
  • 3dedc7e5fd [HUDI-265] Failed to delete tmp dirs created in unit tests (#928) leesf 2019-10-04 00:48:13 +08:00
  • cef06c1e48 [HUDI-121] Fix bug in validation in deploy_staging_jars.sh Balaji Varadarajan 2019-10-03 09:42:30 -07:00
  • e75fa070f8 [HUDI-121] Fix bug in validation in create_source_release.sh Balaji Varadarajan 2019-10-03 09:20:12 -07:00
  • e78ba598c5 Update Release notes Balaji Varadarajan 2019-10-03 09:11:37 -07:00
  • 6da2f9ac7c [HUDI-287] Address comments during review of release candidate 1. Remove LICENSE and NOTICE files in hoodie child modules. 2. Remove developers and contributor section from pom 3. Also ensure any failures in validation script is reported appropriately 4. Make hoodie parent pom consistent with that of its parent apache-21 (https://github.com/apache/maven-apache-parent/blob/apache-21/pom.xml) Balaji Varadarajan 2019-10-02 09:33:11 -07:00
  • e41835fd91 [HUDI-121] Fix bugs in Release Scripts found during RC creation Balaji Varadarajan 2019-10-01 13:48:05 -07:00
  • 1d2e3dcc65 [HUDI-121] Update Release notes Balaji Varadarajan 2019-09-30 16:24:45 -07:00
  • 6e8a28bcae HUDI-121 : Address comments during RC2 voting Balaji Varadarajan 2019-09-20 23:01:32 -07:00
  • 50a073ff57 [HUDI-271] Create QuickstartUtils for simplifying quickstart guide Bhavani Sudha Saktheeswaran 2019-09-28 00:45:25 -07:00
  • 01e803b00e [HUDI-247] Unify the re-initialization of HoodieTableMetaClient in test for hoodie-client module (#930) vinoyang 2019-09-30 20:38:52 +08:00
  • 2ea8b0c3f1 [HUDI-279] Fix regression in Schema Evolution due to PR-755 Balaji Varadarajan 2019-09-25 06:20:56 -07:00
  • bf05f95413 [HUDI-269] Limit sync frequency (#921) Xing Pan 2019-09-24 20:30:35 +08:00
  • 1e6dd1ca1d [MINOR] : Further updates to .mailmap for vinoth (#919) vinoth chandar 2019-09-22 17:26:04 -07:00
  • 635154c439 [MINOR] support reading cfg file in another s3 bucket (#914) PanXing 2019-09-22 21:47:23 +08:00
  • f020d029c4 HUDI-267 Refactor bad method name HoodieTestUtils#initTableType and HoodieTableMetaClient#initializePathAsHoodieDataset (#916) vinoyang 2019-09-22 00:05:02 +08:00
  • 1104f9526f HUDI-180 : Adding support for hive registration using metastore along with JDBC Nishith Agarwal 2019-08-30 12:30:56 -07:00
  • 69ca45b2da Fix mailmap to allow mapping of defunct emailIds to active emailIds Balaji Varadarajan 2019-09-19 00:15:08 -07:00
  • 2e75a6973d Adding mailmap to allow mapping of defunct emailIds to active emailIds Balaji Varadarajan 2019-09-19 00:09:14 -07:00
  • 4bda742a93 Updating release notes and preparing for 0.5.0-incubating-rc2 release Balaji Varadarajan 2019-09-17 12:41:54 -07:00
  • e217db56ab [HUDI-254]: Bundle and shade databricks/avro with spark bundle Vinoth Chandar 2019-09-17 12:00:41 -07:00
  • c1e7d0e5a6 [HUDI-121] Update Release notes and fix master version Balaji Varadarajan 2019-09-17 09:50:00 -07:00
  • 2c6da09d9d [HUDI-257] Fix Bloom Index unit-test failures Balaji Varadarajan 2019-09-16 23:42:14 -07:00
  • 96a46d8701 [HUDI-252] Identify packages which are under non-apache license in LICENSE file Balaji Varadarajan 2019-09-16 16:19:59 -07:00
  • 629698d54f [HUDI-252] Add Disclaimer and cleanup NOTICE and LICENSE files in hudi Balaji Varadarajan 2019-09-16 01:40:40 -07:00
  • c0f42afa35 [HUDI-62] Index Lookup Timer added to HoodieWriteClient Taher Koitawala 2019-09-03 20:35:42 +05:30
  • 63cc455d9c [HUDI-121] ASF Release : Ensure NOTICE.txt is generated as part of cutting release branch Balaji Varadarajan 2019-09-13 13:58:29 -07:00
  • 7190c022bb [HUDI-249] Updating Notice files Balaji Varadarajan 2019-09-13 13:49:31 -07:00
  • 1a61d6bc4d [HUDI-249] Fix RELEASE-NOTES to match correct state Balaji Varadarajan 2019-09-13 12:48:38 -07:00
  • b1446be2b4 [HUDI-244] : Hive sync should escape partition field name Vinoth Chandar 2019-09-11 15:47:22 -07:00
  • 3ee16b5439 [HUDI-250] Ensure Hudi CLI wrapper works with non snapshot jars too. Also Fix bug in cut_release_branch script Balaji Varadarajan 2019-09-13 10:00:16 -07:00
  • 0b032b2761 Fix requested eompaction rollback during restore command Nishith Agarwal 2019-09-02 10:20:41 -07:00
  • d2525c31b7 Moving to 0.6.0-SNAPSHOT on master branch. Balaji Varadarajan 2019-09-13 09:58:29 -07:00
  • 36c74c8a16 [HUDI-249] Fix cut_release_branch script Balaji Varadarajan 2019-09-13 09:54:39 -07:00
  • 117a68d503 Add missing commit in release notes Balaji Varadarajan 2019-09-13 09:45:19 -07:00
  • 58623631d4 [HUDI-249] Update Release-notes. Add sign-artifacts to POM and release related scripts. Add missing license headers Balaji Varadarajan 2019-09-03 19:02:39 -07:00
  • 895d732a14 refactor code yanghua 2019-09-12 13:02:59 +08:00
  • 5f04241fce refactor code: add docs and init/cleanup resource group for hoodie client test base yanghua 2019-09-10 15:42:54 +08:00
  • 80c27f2351 Optimize hoodie client after implementat auto closeable interface yanghua 2019-09-03 19:00:37 +08:00
  • 90bfb900aa revert setting jsc spark configuration yanghua 2019-09-03 07:24:11 +08:00
  • 6f2b166005 [HUDI-217] Provide a unified resource management class to standardize the resource allocation and release for hudi client test cases yanghua 2019-08-22 19:29:42 +08:00