[HOD] HOD can print information in the info command in some logical order, 
rather than in a random order
--------------------------------------------------------------------------------------------------------

                 Key: HADOOP-2948
                 URL: https://issues.apache.org/jira/browse/HADOOP-2948
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hod
    Affects Versions: 0.16.0
            Reporter: Hemanth Yamijala


>From internal bug filed by Karam:

Current when we file hod info as -:
hod -c ~/conf/hodrc -o "info /a/b/c/clusterDir1"

Output is displayed as -:
[
        INFO - /a/b/c/clusterDir1
        INFO - hdfs     http://foo.bar.com:55030
        INFO - jobid    3553.foo1.bar.com
        INFO - mapred   http://foo2.bar.com:52413
        INFO - max      100
        INFO - min      100
        INFO - ring     http://foo3:54461/
]


It would better if hod while displaying output preforms some logical grouping 
e.g.

[
        INFO - jobid    33553.foo1.bar.com
        INFO - hdfs     http://foo2.bar.com:52413
        INFO - mapred   http://foo.bar.com:55030
]



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to