This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new b8f122fb doc(spark): fix an error command in README.md (#585)
b8f122fb is described below
commit b8f122fbe78da28bdebeb5877a67a2764be9fa58
Author: Elssky <[email protected]>
AuthorDate: Mon Aug 12 16:42:26 2024 +0800
doc(spark): fix an error command in README.md (#585)
---
maven-projects/spark/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/maven-projects/spark/README.md b/maven-projects/spark/README.md
index 31784b40..d9975556 100644
--- a/maven-projects/spark/README.md
+++ b/maven-projects/spark/README.md
@@ -44,20 +44,20 @@ first, you need to download the testing data:
```
```bash
- $ GRA_TEST_DATA=./testing mvn clean install
+ $ GAR_TEST_DATA=./testing mvn clean install
```
Build and run the unit tests:
```bash
- $ GRA_TEST_DATA=./testing mvn clean test
+ $ GAR_TEST_DATA=./testing mvn clean test
```
Build and run certain unit test:
```bash
- $ GRA_TEST_DATA=${PWD}/testing mvn clean test
-Dsuites='org.apache.graphar.GraphInfoSuite' # run the GraphInfo test suite
- $ GRA_TEST_DATA=${PWD}/testing mvn clean test
-Dsuites='org.apache.graphar.GraphInfoSuite load graph info' # run the `load
graph info` test of test suite
+ $ GAR_TEST_DATA=${PWD}/testing mvn clean test
-Dsuites='org.apache.graphar.GraphInfoSuite' # run the GraphInfo test suite
+ $ GAR_TEST_DATA=${PWD}/testing mvn clean test
-Dsuites='org.apache.graphar.GraphInfoSuite load graph info' # run the `load
graph info` test of test suite
```
### Generate API document
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]