[jira] [Commented] (YARN-1531) Update yarn command document

2014-02-12 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla commented on YARN-1531:


+1. Committing this. 

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.3.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-02-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-1531:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12627047/YARN-1531.3.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 2 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/3018//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3018//console

This message is automatically generated.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.3.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-02-04 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla commented on YARN-1531:


Thanks Akira. Sorry for the delay in getting around to this. Patch looks mostly 
good. I would leave out the following two lines, as yarn rmadmin -failover 
isn't really supported currently. 
{code}
+  [-failover [--forcefence] [--forceactive]  
]
...
+| -failover [--forcefence] [--forceactive] \ \ |
+| | Failover from the first service to the second. Unconditionally fence
+| | services if the --forcefence option is used. Try to failover to the target
+| | service even if it is not ready if the --forceactive option is used.
{code}

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-30 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA commented on YARN-1531:
-

[~kkambatl], would you please review the v2 patch?

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-07 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA commented on YARN-1531:
-

Created YARN-1570 for formatting.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-1531:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12621919/YARN-1531.2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/2819//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/2819//console

This message is automatically generated.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.2.patch, YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-07 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA commented on YARN-1531:
-

[~kkambatl], thanks for your comment! I'll split the patch.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-07 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla commented on YARN-1531:


[~ajisakaa], thanks for taking this up. Even though formatting the code to 80 
chars per line is a good thing, it is probably better to limit those formatting 
changes to the actual text being changed. We can create a separate JIRA just 
for the formatting.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1531) Update yarn command document

2014-01-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-1531:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12621757/YARN-1531.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/2810//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/2810//console

This message is automatically generated.

> Update yarn command document
> 
>
> Key: YARN-1531
> URL: https://issues.apache.org/jira/browse/YARN-1531
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>  Labels: documentaion
> Attachments: YARN-1531.patch
>
>
> There are some options which are not written to Yarn Command document.
> For example, "yarn rmadmin" command options are as follows:
> {code}
>  Usage: yarn rmadmin
>-refreshQueues 
>-refreshNodes 
>-refreshSuperUserGroupsConfiguration 
>-refreshUserToGroupsMappings 
>-refreshAdminAcls 
>-refreshServiceAcl 
>-getGroups [username]
>-help [cmd]
>-transitionToActive 
>-transitionToStandby 
>-failover [--forcefence] [--forceactive]  
>-getServiceState 
>-checkHealth 
> {code}
> But some of the new options such as "-getGroups", "-transitionToActive", and 
> "-transitionToStandby" are not documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)