| commit | 5471d8f0c2ed43435622069bee8b68a8ba5141f4 | [log] [tgz] |
|---|---|---|
| author | leesf <490081539@qq.com> | Sat Jan 18 09:22:55 2020 +0800 |
| committer | Suneel Marthi <smarthi@apache.org> | Fri Jan 17 20:22:55 2020 -0500 |
| tree | b95af32b4f7fdcddc75beee5b0eb7491a73ab38c | |
| parent | 292c1e2ff436a711cbbb53ad9b1f6232121d53ec [diff] |
[MINOR] Add toString method to TimelineLayoutVersion to make it more readable (#1244)
Apache Hudi (Incubating) (pronounced Hoodie) stands for Hadoop Upserts Deletes and Incrementals. Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS or any Hadoop FileSystem compatible storage).
Hudi supports three types of queries:
Learn more about Hudi at https://hudi.apache.org
Prerequisites for building Apache Hudi:
# Checkout code and build git clone https://github.com/apache/incubator-hudi.git && cd incubator-hudi mvn clean package -DskipTests -DskipITs
To build the Javadoc for all Java and Scala classes:
# Javadoc generated under target/site/apidocs mvn clean javadoc:aggregate -Pjavadocs
Please visit https://hudi.apache.org/quickstart.html to quickly explore Hudi's capabilities using spark-shell.