[
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.