a140262 commented on issue #228:
URL: 
https://github.com/apache/incubator-uniffle/issues/228#issuecomment-1326992687

   the server & coordinator configurations are using the github's 
[example](https://github.com/apache/incubator-uniffle/blob/master/deploy/kubernetes/operator/examples/configuration.yaml),
 Spark configure is also using the Uniffle's example:
   ```
   apiVersion: "sparkoperator.k8s.io/v1beta2"
   kind: SparkApplication
   metadata:
     name: spark-benchmark
   spec:
     type: Scala
     mode: cluster
     image: xxxx/uniffle-spark-benchmark:3.2.0
     sparkVersion: 3.2.0
     mainClass: .....
     mainApplicationFile: .....
     arguments:  .....
     sparkConf:
       "spark.network.timeout": "2000s"
       "spark.executor.heartbeatInterval": "300s" 
       "spark.serializer": "org.apache.spark.serializer.KryoSerializer"
       # Enable RSS
       "spark.shuffle.manager": "org.apache.spark.shuffle.RssShuffleManager"
       "spark.rss.coordinator.quorum": 
"rss-coordinator-uniffle-rss-0.uniffle.svc.cluster.local:19997,rss-coordinator-uniffle-rss-1.uniffle.svc.cluster.local:19997"
       "spark.rss.storage.type": "MEMORY_LOCALFILE"
       "spark.rss.remote.storage.path": "/rss1/rssdata,/rss2/rssdata"
     driver:
     .....
     executor:
     ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to