diff --git a/docs/quickstart.cn.md b/docs/quickstart.cn.md index 31d4911bb8422..79c750b502e85 100644 --- a/docs/quickstart.cn.md +++ b/docs/quickstart.cn.md @@ -151,7 +151,7 @@ spark.sql("select `_hoodie_commit_time`, fare, begin_lon, begin_lat, ts from hu ## 从这开始下一步? -您也可以通过[自己构建hudi](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source-building-hudi)来快速入门, +您也可以通过[自己构建hudi](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source)来快速入门, 并在spark-shell命令中使用`--jars /packaging/hudi-spark-bundle/target/hudi-spark-bundle-*.*.*-SNAPSHOT.jar`, 而不是`--packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating` diff --git a/docs/quickstart.md b/docs/quickstart.md index 9cac934d343e9..cad5290c9b9bb 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -153,7 +153,7 @@ spark.sql("select `_hoodie_commit_time`, fare, begin_lon, begin_lat, ts from hu ``` ## Where to go from here? -You can also do the quickstart by [building hudi yourself](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source-building-hudi), +You can also do the quickstart by [building hudi yourself](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source), and using `--jars /packaging/hudi-spark-bundle/target/hudi-spark-bundle-*.*.*-SNAPSHOT.jar` in the spark-shell command above instead of `--packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating`