[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-08-12 Thread Li Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Li Lu updated YARN-2317:


Attachment: YARN-2317-081214.patch

New patch addressed [~zjshen]'s further comments. Reformatted the FAQ section 
to make the font there consistent with the other part of the article. 

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Li Lu
>Assignee: Li Lu
> Fix For: 2.6.0
>
> Attachments: YARN-2317-071714.patch, YARN-2317-073014-1.patch, 
> YARN-2317-073014.patch, YARN-2317-081114.patch, YARN-2317-081214.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-08-11 Thread Li Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Li Lu updated YARN-2317:


Attachment: YARN-2317-081114.patch

Thanks [~zjshen]! I've addressed the points in your review. In general, this 
patch performs the following work on the "How to write YARN application" 
webpage:

1. Update the document with the latest clients, rather than the old protocols, 
since the protocol based approach is no longer encouraged. (Major change)

2. Replacing sample code with the code in the latest version of distributed 
shell. (Major change)

3. Update FAQ and useful links section with latest information (Minor change)

With regard to your comments, I've fixed all of them following your 
suggestions. Specially, to avoid confusion, I fixed issue 8 by directly 
removing the commented code. 

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Li Lu
>Assignee: Li Lu
> Fix For: 2.6.0
>
> Attachments: YARN-2317-071714.patch, YARN-2317-073014-1.patch, 
> YARN-2317-073014.patch, YARN-2317-081114.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-07-30 Thread Li Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Li Lu updated YARN-2317:


Attachment: YARN-2317-073014-1.patch

Fixed a typo. 

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Li Lu
>Assignee: Li Lu
> Fix For: 2.6.0
>
> Attachments: YARN-2317-071714.patch, YARN-2317-073014-1.patch, 
> YARN-2317-073014.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-07-30 Thread Li Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Li Lu updated YARN-2317:


Attachment: YARN-2317-073014.patch

Revised: fixed a few typos, added discussions on deprecated protocol based 
programming model, and added pointers to synchronous clients. 

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Li Lu
>Assignee: Li Lu
> Fix For: 2.6.0
>
> Attachments: YARN-2317-071714.patch, YARN-2317-073014.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-07-17 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated YARN-2317:


Component/s: documentation

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Li Lu
>Assignee: Li Lu
> Attachments: YARN-2317-071714.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2317) Update documentation about how to write YARN applications

2014-07-17 Thread Li Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Li Lu updated YARN-2317:


Attachment: YARN-2317-071714.patch

Hi folks, I've refreshed the WritingYarnApplications webpage to keep this 
consistent with some API changes. I'm using the YARN distributed shell as a 
sample, and explained how the new ( esp. asynchronous) APIs works. This is my 
first draft of it. I would definitely appreciate comments/suggestions from the 
whole community on this. Thank you! 

> Update documentation about how to write YARN applications
> -
>
> Key: YARN-2317
> URL: https://issues.apache.org/jira/browse/YARN-2317
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Li Lu
>Assignee: Li Lu
> Attachments: YARN-2317-071714.patch
>
>
> Some information in WritingYarnApplications webpage is out-dated. Need some 
> refresh work on this document to reflect the most recent changes in YARN 
> APIs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)