avermeer opened a new pull request, #3580:
URL: https://github.com/apache/storm/pull/3580

   ## What is the purpose of the change
   
   Currently, the string "Storm UI" is hard-coded in Storm's UI pages. 
   When one is managing different Storm deployments, say for example for 
pre-production vs. production purposes, it's hard to tell which Storm UI is for 
which deployment just looking at brower's tabs names.
   
   The change allows defining a replacement value for "Storm UI" in 
conf/storm.yaml with "ui.title" property.
   The default value of this property remains "Storm UI", for compatibility 
purposes.
   
   ## How was the change tested
   
   I tested this change by first patching an already deployed Storm cluster 
with my changes, with and without setting "storm.ui" property in storm.yaml 
(having to restart storm and storm-ui for the changes to be taken into account).
   
   I ran 'mvn' commands to have compilation / checkstyle stuff to be applied to 
my changes.


-- 
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: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to