commit | 50a073ff57c20eef2a80a44532ed5536c6435ac6 | [log] [tgz] |
---|---|---|
author | Bhavani Sudha Saktheeswaran <bhasudha@uber.com> | Sat Sep 28 00:45:25 2019 -0700 |
committer | Balaji Varadarajan <v.balaji@ymail.com> | Mon Sep 30 15:22:18 2019 -0700 |
tree | 32a5bec62f30ef930f3b2e555dcbd4e426559702 | |
parent | 01e803b00e5acf9bb1dbe38340e38e8feb8d037d [diff] |
[HUDI-271] Create QuickstartUtils for simplifying quickstart guide - This will be used in Quickstart guide (Doc changes to follow in a seperate PR). The intention is to simplify quickstart to showcase hudi APIs by writing and reading using spark datasources. - This is located in hudi-spark module intentionally to bring all the necessary classes in hudi-spark-bundle finally.
Apache Hudi (pronounced Hoodie) stands for Hadoop Upserts anD Incrementals
. Hudi manages storage of large analytical datasets on DFS (Cloud stores, HDFS or any Hadoop FileSystem compatible storage) and provide ability to query them via three types of views
For more, head over here