Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Commit 3c4d913

Browse files
authored
Update README.md
1 parent 6e53bee commit 3c4d913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ make install
4646
be added to either spark-defaults.conf or any runtime configuration file. For client mode this **must** be added to spark-defaults.conf
4747

4848
```
49-
spark.driver.extraClassPath /path/to/sparkRdmaPlugin/target/spark-rdma-1.0-jar-with-dependencies.jar
50-
spark.executor.extraClassPath /path/to/sparkRdmaPlugin/target/spark-rdma-1.0-jar-with-dependencies.jar
49+
spark.driver.extraClassPath /path/to/SparkRDMA/target/spark-rdma-1.0-jar-with-dependencies.jar
50+
spark.executor.extraClassPath /path/to/SparkRDMA/target/spark-rdma-1.0-jar-with-dependencies.jar
5151
```
5252

5353
## Running

0 commit comments

Comments
 (0)