[HUDI-938] Removing incubating/incubator from project (#1658)
This commit is contained in:
@@ -21,7 +21,7 @@ Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS
|
||||
|
||||
<https://hudi.apache.org/>
|
||||
|
||||
[](https://travis-ci.org/apache/incubator-hudi)
|
||||
[](https://travis-ci.org/apache/hudi)
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.hudi%22)
|
||||
[](https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
|
||||
@@ -53,7 +53,7 @@ Prerequisites for building Apache Hudi:
|
||||
|
||||
```
|
||||
# Checkout code and build
|
||||
git clone https://github.com/apache/incubator-hudi.git && cd incubator-hudi
|
||||
git clone https://github.com/apache/hudi.git && cd hudi
|
||||
mvn clean package -DskipTests -DskipITs
|
||||
|
||||
# Start command
|
||||
@@ -82,7 +82,7 @@ The default hudi-jar bundles spark-avro module. To build without spark-avro modu
|
||||
|
||||
```
|
||||
# Checkout code and build
|
||||
git clone https://github.com/apache/incubator-hudi.git && cd incubator-hudi
|
||||
git clone https://github.com/apache/hudi.git && cd hudi
|
||||
mvn clean package -DskipTests -DskipITs -Pspark-shade-unbundle-avro
|
||||
|
||||
# Start command
|
||||
|
||||
Reference in New Issue
Block a user