You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Alan Jackoway (JIRA)" <ji...@apache.org> on 2017/06/22 22:13:00 UTC

[jira] [Created] (HADOOP-14575) Improve spacing on distinct versions message

Alan Jackoway created HADOOP-14575:
--------------------------------------

             Summary: Improve spacing on distinct versions message
                 Key: HADOOP-14575
                 URL: https://issues.apache.org/jira/browse/HADOOP-14575
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Alan Jackoway
            Priority: Minor


I was upgrading my cluster today and saw that the mixed versions message on the namenode UI was like this:
{{There are 2 versions of datanodes currently live:v1 (20) ,v2 (10)}}

This commit should put a space after the : and change it so the comma is before its space, like this:
{{There are 2 versions of datanodes currently live: v1 (20), v2 (10)}}

I have not tested this change. I'm not familiar with the templating language unfortunately, so I made my best guess.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org