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 b868f333 fix(docs): correct the example path (#578)
b868f333 is described below

commit b868f333ca75634ec19e520d3ebd22f4cb0963c9
Author: Xin Hao <[email protected]>
AuthorDate: Thu Aug 8 10:11:37 2024 +0800

    fix(docs): correct the example path (#578)
    
    Signed-off-by: Xin Hao <[email protected]>
---
 maven-projects/spark/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-projects/spark/README.md b/maven-projects/spark/README.md
index ef14ed0c..31784b40 100644
--- a/maven-projects/spark/README.md
+++ b/maven-projects/spark/README.md
@@ -73,7 +73,7 @@ The API document is generated in the directory 
``spark/graphar/target/site/scala
 ## Running Neo4j to GraphAr example
 
 Spark provides a simple example to convert Neo4j data to GraphAr data.
-The example is located in the directory 
``spark/graphar/src/main/scala/org/apache/graphar/examples/``.
+The example is located in the directory 
``spark/graphar/src/main/scala/org/apache/graphar/example/``.
 
 To run the example, download Spark and Neo4j first.
 
@@ -164,7 +164,7 @@ We can write a json configuration file like 
`import/neo4j.json` to do the import
 Running this example requires `Docker` to be installed, if not, follow [this 
link](https://docs.docker.com/engine/install/). Run `docker version` to check 
it.
 
 Spark provides a simple example to convert NebulaGraph data to GraphAr data.
-The example is located in the directory 
``spark/src/main/scala/org/apache/graphar/examples/``.
+The example is located in the directory 
``spark/graphar/src/main/scala/org/apache/graphar/example/``.
 
 To run the example, download Spark and NebulaGraph first.
 
@@ -237,7 +237,7 @@ The example will import the basketballplayer graph from 
GraphAr to NebulaGraph a
 ## Running the local LDBC sample data to GraphAr example
 
 we provide a simple example to convert LDBC sample data to GraphAr data.
-this example is located in the directory 
``spark/src/main/scala/org/apache/graphar/examples/``.
+this example is located in the directory 
``spark/graphar/src/main/scala/org/apache/graphar/example/``.
 
 To run the example, first build the project:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to