Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.2
-
None
Description
- In spark-default.conf of Job History enable below parameter
spark.eventLog.compress=true
spark.io.compression.codec = org.apache.spark.io.ZStdCompressionCodec - Restart Job History Services
- Submit beeline jobs
- Open Yarn Resource Page
- Check for the running application in Yarn Resource Page it will list the application.
- Open Job History Page
- Go and click Incomplete Application Link and click on the application
Actual Result:
UI display "Read error or truncated source" Error
Expected Result:
Job History should list the Jobs of the application on clicking the application ID.