forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.5 KiB
1.5 KiB
Spark Shuffle Exception Handling
Solution
For JDBC:
Log in to FusionInsight Manager, change the value of the JDBCServer parameter spark.authenticate.enableSaslEncryption to false, and restart the corresponding instance.
For client jobs:
When the client submits the application, change the value of spark.authenticate.enableSaslEncryption in the spark-defaults.conf file to false.
Parent topic: Common Issues About Spark2x