Problem
Tez jobs fail with encrypted shuffle enabled.
Cause
The property
mapreduce.shuffle.ssl.enabled=true
is set on your cluster and marked as final.
Solution
Set the following property on the Hadoop Cluster page under Custom Properties:
tez.runtime.shuffle.ssl.enable=true
Comments
0 comments
Please sign in to leave a comment.