mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated run Spark on SeaweedFS (markdown)
parent
8d9e04d14d
commit
caf9033926
|
@ -15,8 +15,8 @@ Copy the seaweedfs-hadoop2-client-x.x.x.jar to all executor machines.
|
||||||
|
|
||||||
Add the following to spark/conf/spark-defaults.conf on every node running Spark
|
Add the following to spark/conf/spark-defaults.conf on every node running Spark
|
||||||
```
|
```
|
||||||
spark.driver.extraClassPath /path/to/seaweedfs-hadoop2-client-x.x.x.jar
|
spark.driver.extraClassPath=/path/to/seaweedfs-hadoop2-client-1.4.8.jar
|
||||||
spark.executor.extraClassPath /path/to/seaweedfs-hadoop2-client-x.x.x.jar
|
spark.executor.extraClassPath=/path/to/seaweedfs-hadoop2-client-1.4.8.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
And modify the configuration at runntime:
|
And modify the configuration at runntime:
|
||||||
|
|
Loading…
Reference in a new issue