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

Commit 47c0856

Browse files
committed
3.1 Intermediate release (ODP fix).
Change-Id: I9e17cca145ba0db7124b373bd8884ce5f90fdc20
1 parent 5a81503 commit 47c0856

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Please use the ["Releases"](https://github.com/Mellanox/SparkRDMA/releases) page
4545
<br>If you would like to build the project yourself, please refer to the ["Build"](https://github.com/Mellanox/SparkRDMA#build) section below.
4646

4747
The pre-built binaries are packed as an archive that contains the following files:
48-
* spark-rdma-3.0-for-spark-2.0.0-jar-with-dependencies.jar
49-
* spark-rdma-3.0-for-spark-2.1.0-jar-with-dependencies.jar
50-
* spark-rdma-3.0-for-spark-2.2.0-jar-with-dependencies.jar
51-
* spark-rdma-3.0-for-spark-2.3.0-jar-with-dependencies.jar
48+
* spark-rdma-3.1-for-spark-2.0.0-jar-with-dependencies.jar
49+
* spark-rdma-3.1-for-spark-2.1.0-jar-with-dependencies.jar
50+
* spark-rdma-3.1-for-spark-2.2.0-jar-with-dependencies.jar
51+
* spark-rdma-3.1-for-spark-2.3.0-jar-with-dependencies.jar
5252
* libdisni.so
5353

5454
libdisni.so **must** be in `java.library.path` on every Spark Master and Worker (usually in /usr/lib)
@@ -58,8 +58,8 @@ libdisni.so **must** be in `java.library.path` on every Spark Master and Worker
5858
Provide Spark the location of the SparkRDMA plugin jars by using the extraClassPath option. For standalone mode this can
5959
be added to either spark-defaults.conf or any runtime configuration file. For client mode this **must** be added to spark-defaults.conf. For Spark 2.0.0 (Replace with 2.1.0, 2.2.0 or 2.3.0 according to your Spark version):
6060
```
61-
spark.driver.extraClassPath /path/to/SparkRDMA/target/spark-rdma-2.0-for-spark-2.0.0-jar-with-dependencies.jar
62-
spark.executor.extraClassPath /path/to/SparkRDMA/target/spark-rdma-2.0-for-spark-2.0.0-jar-with-dependencies.jar
61+
spark.driver.extraClassPath /path/to/SparkRDMA/target/spark-rdma-3.1-for-spark-2.0.0-jar-with-dependencies.jar
62+
spark.executor.extraClassPath /path/to/SparkRDMA/target/spark-rdma-3.1-for-spark-2.0.0-jar-with-dependencies.jar
6363
```
6464

6565
### Running

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.mellanox</groupId>
99
<artifactId>spark-rdma</artifactId>
10-
<version>3.0</version>
10+
<version>3.1</version>
1111
<name>${project.artifactId}</name>
1212
<description>SparkRDMA Shuffle Manager Plugin</description>
1313
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)