AbsaOSS / spot

Aggregate and analyze Spark history, export to elasticsearch, visualize and monitor with Kibana.
Apache License 2.0
5 stars 0 forks source link

Config File Default/Optional Path #17

Closed hamc17 closed 4 years ago

hamc17 commented 4 years ago

The existing config.ini default path used within the code is relative.

This can be updated to be absolute, based on the given default path or an optionally provided path, if the config parser option is enabled.

E.g. existing: "../../config.ini" Proposed with transformation to absolute path: "/some/full/path/to/spot/config.ini"

hamc17 commented 4 years ago

Added in #19