SalvadorRomo commented on issue #2544:
URL: https://github.com/apache/uniffle/issues/2544#issuecomment-3090228706
I was trying to replicate the issue, but wasn't able even to see the logs
`Statistics of compression`. I'm deploying the application based on the `deploy
` folder. Also, I'm executing the spark shell with this command and run the
scala job with luck . Do you know any missing information im missing ?
```
docker exec -it rss-spark-master-1 /opt/spark/bin/spark-shell \
--master spark://rss-spark-master-1:7077 \
--conf spark.serializer=org.apache.spark.serializer.KryoSerializer \
--conf spark.shuffle.manager=org.apache.spark.shuffle.RssShuffleManager \
--conf
spark.rss.coordinator.quorum=rss-coordinator-1:19999,rss-coordinator-2:19999 \
--conf spark.rss.storage.type=MEMORY_LOCALFILE \
--conf spark.speculation=true \
--conf spark.rss.client.compression.type=LZ4 \
--conf spark.rss.client.io.compression.statisticsEnabled=true
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]