mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 03:44:24 +08:00
Updated run Spark on SeaweedFS (markdown)
@@ -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
|
||||
```
|
||||
spark.driver.extraClassPath /path/to/seaweedfs-hadoop2-client-x.x.x.jar
|
||||
spark.executor.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-1.4.8.jar
|
||||
```
|
||||
|
||||
And modify the configuration at runntime:
|
||||
|
Reference in New Issue
Block a user