KubedAI / spark-history-server

Helm Chart for deploying Spark history server in Amazon EKS for S3 Spark Event Logs
https://kubedai.github.io/spark-history-server/
Apache License 2.0
15 stars 8 forks source link

Updated the SparkHistoryServer docker shell to make it user friendly #12

Closed krishnadasmallya closed 1 year ago

krishnadasmallya commented 1 year ago

Was looking for a quick and easy way to run SparkHistoryServer locally and found this. Made some updates to the script for Spark History Server Docker to make it more descriptive and easy to configure.

krishnadasmallya commented 1 year ago

@vara-bonthu Have made some major changes to use dynamic parsing of optional arguments as with these many arguments we cannot rely on order alone as you may want to pass 5th argument with 4 as default etc.

Hopefully this version addresses all your suggestions/comments, plaase review and let me know