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 "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2008/09/22 05:41:44 UTC

[jira] Created: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

[HOD] Accounting option should be displayed in hod help options
---------------------------------------------------------------

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


HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Attachment: HADOOP-4235.patch

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633152#action_12633152 ] 

Hemanth Yamijala commented on HADOOP-4235:
------------------------------------------

The attached patch enhances hod help messages to include the accouting script information as an optional argument. This treats the accounting string as a special case, which is a short term solution. Longer term, we should have a way of printing optional arguments relevant to a command without making special cases.

The patch also changes how output from the verify-account script is returned. Specifically, it makes two changes:
- It prints the information and logs at a debug level. By printing, we make sure the output from the script is not prepended with an logger related strings like "CRITICAL" etc. The logging at debug level still ensures we print it to the log file also.
- It trims a trailing newline from the output.

hod help messages look like this now:

{code}
$ hod help allocate
Usage       : hod allocate -d <clusterdir> -n <nodecount> [-A account] [OPTIONS]
Description : Allocates a cluster of n nodes using the specified
              cluster directory to store cluster state
              information. The Hadoop site XML is also stored
              in this location.
              Depending on site policies, this operation may require
              a valid account string to be specified.
For all options : hod help options.
{code}

{code}
$ hod allocate
Usage       : hod allocate -d <clusterdir> -n <nodecount> [-A account] [OPTIONS]
For full description: hod help allocate.
{code}



> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633768#action_12633768 ] 

Hemanth Yamijala commented on HADOOP-4235:
------------------------------------------

The contrib test failure is unrelated to the patch. It is failing with this message:

{code}
     [exec] FAILED. Some jars are not declared in the Eclipse project.
     [exec]   Declared jars: lib/clover.jar
     [exec] lib/commons-cli-2.0-SNAPSHOT.jar
     [exec] lib/commons-codec-1.3.jar
     ... (more lines)
{code}

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.2
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Status: Patch Available  (was: Open)

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Status: Open  (was: Patch Available)

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.2
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Status: Patch Available  (was: Open)

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Attachment: HADOOP-4235.patch

Incorporated Vinod's review comments.

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633232#action_12633232 ] 

Hadoop QA commented on HADOOP-4235:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12390609/HADOOP-4235.patch
  against trunk revision 697306.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 core tests.  The patch passed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3343/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3343/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3343/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3343/console

This message is automatically generated.

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Status: Open  (was: Patch Available)

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633195#action_12633195 ] 

Hadoop QA commented on HADOOP-4235:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12390608/HADOOP-4235.patch
  against trunk revision 697306.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 core tests.  The patch passed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3342/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3342/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3342/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3342/console

This message is automatically generated.

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-4235:
--------------------------------

    Affects Version/s:     (was: 0.18.1)
                       0.18.2

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.2
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633159#action_12633159 ] 

Vinod K V commented on HADOOP-4235:
-----------------------------------

Printing and logging it too is showing duplicate information while running at debug level. Instead, we can just construct a string out of the messages array and append it to the critical log message.

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633174#action_12633174 ] 

Vinod K V commented on HADOOP-4235:
-----------------------------------

+1

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Commented: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633194#action_12633194 ] 

Hemanth Yamijala commented on HADOOP-4235:
------------------------------------------

For information, the help message looks like this:

{code}
$ hod allocate
Usage       : hod allocate -d <clusterdir> -n <nodecount> [-A <account>] [OPTIONS]
For full description: hod help allocate.
{code}

{code}
$ hod help allocate
Usage       : hod allocate -d <clusterdir> -n <nodecount> [-A <account>] [OPTIONS]
Description : Allocates a cluster of n nodes using the specified
              cluster directory to store cluster state
              information. The Hadoop site XML is also stored
              in this location.
              Depending on site policies, this operation may require
              a valid account string to be specified.
For all options : hod help options.
{code}



> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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


[jira] Updated: (HADOOP-4235) [HOD] Accounting option should be displayed in hod help options

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4235:
-------------------------------------

    Attachment: HADOOP-4235.patch

Verify minor edit to the previous patch, to print the help options for the account the same as the other options (for node count etc).

> [HOD] Accounting option should be displayed in hod help options
> ---------------------------------------------------------------
>
>                 Key: HADOOP-4235
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4235
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hod
>    Affects Versions: 0.18.1
>            Reporter: Hemanth Yamijala
>            Assignee: Hemanth Yamijala
>         Attachments: HADOOP-4235.patch, HADOOP-4235.patch, HADOOP-4235.patch
>
>
> HADOOP-4145 enabled accounting checks to be plugged into HOD. With this, some sites may mandate the account string to be passed to HOD, via the -A or --resource_manager.pbs-account option. However, HOD allocate and script commands' help does not currently display this option. This issue is for enhancing the help messages for improved usability.

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