richox opened a new issue, #1963:
URL: https://github.com/apache/auron/issues/1963

   **Is your feature request related to a problem? Please describe.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
   -->
   
   currently there are multiple ways to read a spark conf:
   1. reading via `SparkAuronConfiguraion`.
   2. reading via deprecated `AuronConf`.
   3. reading via SparkEnv/SQLConf with hard-coded conf key.
   
   which is hard to be maintained, and the docs on official website is 
out-dated.
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   move all conf keys to `SparkAuronConfiguration`, so we can manage them in 
one place, further more, we can generate configuration docs in a more 
automatic, maintainable way.
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to