You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Spark History Server (SHS) is configured to use stocator to read rolling files it fails.
Below are the following configurations done (SHS read configurations from spark-default.conf)
Non-Working Configuration
spark.hadoop.fs.cos.hbdevshivcos.endpoint https://s3.us-south.cloud-object-storage.appdomain.cloud
spark.hadoop.fs.cos.hbdevshivcos.access.key <hmac-access-key>
spark.hadoop.fs.cos.hbdevshivcos.secret.key <hmac-secret-key>
spark.hadoop.fs.stocator.cos.impl com.ibm.stocator.fs.cos.COSAPIClient
spark.hadoop.fs.cos.impl com.ibm.stocator.fs.ObjectStoreFileSystem
spark.hadoop.fs.stocator.scheme.list cos
spark.hadoop.fs.stocator.cos.scheme cos
spark.history.fs.logDirectory cos://hbdev-shiv.hbdevshivcos/spark-events
spark.eventLog.dir cos://hbdev-shiv.hbdevshivcos/spark-events
Working Configuration ($ start-history-server --properties-file shs.properties) content of shs.properties below
What differs in s3a and COS implementation to read rolling log files needs to be investigated and fixed.
More details to follow...
The text was updated successfully, but these errors were encountered:
shivprakashy
changed the title
Spark History Server not able to read rolling logs
Spark History Server unable to read rolling logs from COS using stocator
Dec 23, 2022
When Spark History Server (SHS) is configured to use stocator to read rolling files it fails.
Below are the following configurations done (SHS read configurations from spark-default.conf)
What differs in s3a and COS implementation to read rolling log files needs to be investigated and fixed.
More details to follow...
The text was updated successfully, but these errors were encountered: