[ 
https://issues.apache.org/jira/browse/YARN-9246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041400#comment-18041400
 ] 

ASF GitHub Bot commented on YARN-9246:
--------------------------------------

github-actions[bot] commented on PR #3094:
URL: https://github.com/apache/hadoop/pull/3094#issuecomment-3590739370

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> NPE when executing a command yarn node -status or -states without additional 
> arguments
> --------------------------------------------------------------------------------------
>
>                 Key: YARN-9246
>                 URL: https://issues.apache.org/jira/browse/YARN-9246
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: client
>            Reporter: Masahiro Tanaka
>            Assignee: Masahiro Tanaka
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.3.0, 3.2.3
>
>         Attachments: YARN-9246.001.patch, YARN-9246.002.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> yarn node command should not print NPE even if there are some missing 
> arguments.
> {code}
> ubuntu@ip-172-31-0-78:~/hadoop-3.3.0-SNAPSHOT$ ./bin/yarn node -states
> Missing argument for options
> usage: node
>  -all Works with -list to list all nodes.
>  -help Displays help for all commands.
>  -list List all running nodes. Supports optional use of
>  -states to filter nodes based on node state, all -all
>  to list all nodes, -showDetails to display more
>  details about each node.
>  -showDetails Works with -list to show more details about each node.
>  -states <States> Works with -list to filter nodes based on input
>  comma-separated list of node states. The valid node
>  state can be one of the following:
>  NEW,RUNNING,UNHEALTHY,DECOMMISSIONED,LOST,REBOOTED,DEC
>  OMMISSIONING,SHUTDOWN.
>  -status <NodeId> Prints the status report of the node.
> Exception in thread "main" java.lang.NullPointerException
>  at org.apache.hadoop.yarn.client.cli.YarnCLI.stop(YarnCLI.java:75)
>  at org.apache.hadoop.yarn.client.cli.NodeCLI.main(NodeCLI.java:63)
> ubuntu@ip-172-31-0-78:~/hadoop-3.3.0-SNAPSHOT$ ./bin/yarn node -status
> Missing argument for options
> usage: node
>  -all Works with -list to list all nodes.
>  -help Displays help for all commands.
>  -list List all running nodes. Supports optional use of
>  -states to filter nodes based on node state, all -all
>  to list all nodes, -showDetails to display more
>  details about each node.
>  -showDetails Works with -list to show more details about each node.
>  -states <States> Works with -list to filter nodes based on input
>  comma-separated list of node states. The valid node
>  state can be one of the following:
>  NEW,RUNNING,UNHEALTHY,DECOMMISSIONED,LOST,REBOOTED,DEC
>  OMMISSIONING,SHUTDOWN.
>  -status <NodeId> Prints the status report of the node.
> Exception in thread "main" java.lang.NullPointerException
>  at org.apache.hadoop.yarn.client.cli.YarnCLI.stop(YarnCLI.java:75)
>  at org.apache.hadoop.yarn.client.cli.NodeCLI.main(NodeCLI.java:63)
> ubuntu@ip-172-31-0-78:~/hadoop-3.3.0-SNAPSHOT$
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to