diff --git a/docs/user-guide/spark-lib.rst b/docs/user-guide/spark-lib.rst index e6a71acb4..9470d149e 100644 --- a/docs/user-guide/spark-lib.rst +++ b/docs/user-guide/spark-lib.rst @@ -28,6 +28,9 @@ For more information on its usage, please refer to the `applications <../applica Get GraphAr Spark Library ------------------------------ +Building from source +````````````````````` + Make the graphar-spark-library directory as the current working directory: .. code-block:: shell @@ -44,6 +47,27 @@ After compilation, a similar file *graphar-x.x.x-SNAPSHOT-shaded.jar* is generat Please refer to the `building steps `_ for more details. +Get from Maven +``````````````` + +You can include graphar as a dependency in your maven project + +.. code-block:: shell + + + + graphar-mvn-repo + https://github.com/alibaba/GraphAr/raw/mvn-repo/ + + + + + com.alibaba + graphar + 0.1.0 + + + How to Use ----------------- diff --git a/spark/README.md b/spark/README.md index 39bfade6a..f0e94558c 100644 --- a/spark/README.md +++ b/spark/README.md @@ -226,10 +226,6 @@ You can include graphar as a dependency in your maven project graphar-mvn-repo https://github.com/alibaba/GraphAr/raw/mvn-repo/ - - true - always -