You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Mellanox ConnectX-5 network adapter with 100GbE RoCE fabric, connected with a Me
34
34
For more information on configuration, performance tuning and troubleshooting, please visit the [SparkRDMA GitHub Wiki](https://github.com/Mellanox/SparkRDMA/wiki)
35
35
36
36
## Runtime requirements
37
-
* Apache Spark 2.0.0/2.1.0/2.2.0/2.3.0
37
+
* Apache Spark 2.0.0/2.1.0/2.2.0/2.3.0/2.4.0
38
38
* Java 8
39
39
* An RDMA-supported network, e.g. RoCE or Infiniband
40
40
@@ -49,14 +49,15 @@ The pre-built binaries are packed as an archive that contains the following file
libdisni.so **must** be in `java.library.path` on every Spark Master and Worker (usually in /usr/lib)
55
56
56
57
### Configuration
57
58
58
59
Provide Spark the location of the SparkRDMA plugin jars by using the extraClassPath option. For standalone mode this can
59
-
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):
60
+
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, 2.3.0, 2.4.0 according to your Spark version):
0 commit comments