commit | 3f4966ddeaef02ee95a5e873387dad0c81c14fb6 | [log] [tgz] |
---|---|---|
author | Suneel Marthi <smarthi@apache.org> | Sat Jan 18 11:03:29 2020 -0500 |
committer | GitHub <noreply@github.com> | Sat Jan 18 11:03:29 2020 -0500 |
tree | c1e782093c9477d035ec95b9a74f83ae0db85dfc | |
parent | 5471d8f0c2ed43435622069bee8b68a8ba5141f4 [diff] |
[MINOR] Fix PMC in DOAP] (#1247)
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.