Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica authored Jun 5, 2023
1 parent 9d6aaf7 commit e99bb77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spark/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Building
All the instructions below assume that you have cloned the GraphAr git
repository and navigated to the ``spark`` subdirectory:

.. code-block::
.. code-block:: shell
$ git clone https://github.com/alibaba/GraphAr.git
$ cd GraphAr
Expand All @@ -33,7 +33,7 @@ repository and navigated to the ``spark`` subdirectory:
Build the package:

.. code-block::
.. code-block:: shell
$ mvn clean package -DskipTests
Expand All @@ -42,19 +42,19 @@ After compilation, the package file graphar-x.x.x-SNAPSHOT-shaded.jar is generat

Build the package and run the unit tests:

.. code-block::
.. code-block:: shell
$ mvn clean package
Build and run the unit tests:

.. code-block::
.. code-block:: shell
$ mvn clean test
Build and run certain unit test:

.. code-block::
.. code-block:: shell
$ mvn clean test -Dsuites='com.alibaba.graphar.GraphInfoSuite' # run the GraphInfo test suite
$ mvn clean test -Dsuites='com.alibaba.graphar.GraphInfoSuite load graph info' # run the `load graph info` test of test suite
Expand Down

0 comments on commit e99bb77

Please sign in to comment.