[jira] [Commented] (SUBMARINE-64) Improve TonY runtime's document

2019-04-29 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829929#comment-16829929
 ] 

Hudson commented on SUBMARINE-64:
-

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16479 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16479/])
SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu. (ztang: 
rev 24f218aef8e2eb4bf72e39fc030c2d8be0b9ac92)
* (edit) 
hadoop-submarine/hadoop-submarine-tony-runtime/src/site/markdown/QuickStart.md


> Improve TonY runtime's document
> ---
>
> Key: SUBMARINE-64
> URL: https://issues.apache.org/jira/browse/SUBMARINE-64
> Project: Hadoop Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Priority: Major
> Fix For: 0.2.0
>
> Attachments: SUBMARINE-64.001.patch, tony.jpg
>
>
> Found some minor issues when trying to run a job with TonY runtime. We should 
> document them in TonY's QuickStart.md
>  1. There's seems no command flag "–container_resources" supported, we should 
> remove it in the section "Get the training examples".
>  2. It should mention where can the user get the tony CLI, it seems there's 
> no 0.3.2 release yet so the user may build it by themselves.
>  3. After the TonY's CLI jar is built, it complains with 
> "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when 
> running which fails the AM directly. After I changed the guava version to the 
> same with Hadoop (27.0-jre), the job can succeed.
>  4. There's no PyTorch example command there. We should add it.
> Could you please help with this? [~oliverhuh...@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SUBMARINE-64) Improve TonY runtime's document

2019-04-29 Thread Zhankun Tang (JIRA)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829908#comment-16829908
 ] 

Zhankun Tang commented on SUBMARINE-64:
---

[~oliverhuh...@gmail.com], the stack strace in #3 is:

!tony.jpg!

And thanks for the patch. Looks good to me and committed.

> Improve TonY runtime's document
> ---
>
> Key: SUBMARINE-64
> URL: https://issues.apache.org/jira/browse/SUBMARINE-64
> Project: Hadoop Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Priority: Major
> Fix For: 0.2.0
>
> Attachments: SUBMARINE-64.001.patch, tony.jpg
>
>
> Found some minor issues when trying to run a job with TonY runtime. We should 
> document them in TonY's QuickStart.md
>  1. There's seems no command flag "–container_resources" supported, we should 
> remove it in the section "Get the training examples".
>  2. It should mention where can the user get the tony CLI, it seems there's 
> no 0.3.2 release yet so the user may build it by themselves.
>  3. After the TonY's CLI jar is built, it complains with 
> "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when 
> running which fails the AM directly. After I changed the guava version to the 
> same with Hadoop (27.0-jre), the job can succeed.
>  4. There's no PyTorch example command there. We should add it.
> Could you please help with this? [~oliverhuh...@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SUBMARINE-64) Improve TonY runtime's document

2019-04-25 Thread Keqiu Hu (JIRA)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826407#comment-16826407
 ] 

Keqiu Hu commented on SUBMARINE-64:
---

We are stripping Guava jar from TonY's fat jar in latest TonY release 
distribution, take a look if that works for you.

> Improve TonY runtime's document
> ---
>
> Key: SUBMARINE-64
> URL: https://issues.apache.org/jira/browse/SUBMARINE-64
> Project: Hadoop Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Priority: Major
> Fix For: 0.2.0
>
> Attachments: SUBMARINE-64.001.patch
>
>
> Found some minor issues when trying to run a job with TonY runtime. We should 
> document them in TonY's QuickStart.md
>  1. There's seems no command flag "–container_resources" supported, we should 
> remove it in the section "Get the training examples".
>  2. It should mention where can the user get the tony CLI, it seems there's 
> no 0.3.2 release yet so the user may build it by themselves.
>  3. After the TonY's CLI jar is built, it complains with 
> "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when 
> running which fails the AM directly. After I changed the guava version to the 
> same with Hadoop (27.0-jre), the job can succeed.
>  4. There's no PyTorch example command there. We should add it.
> Could you please help with this? [~oliverhuh...@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SUBMARINE-64) Improve TonY runtime's document

2019-04-25 Thread Keqiu Hu (JIRA)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826405#comment-16826405
 ] 

Keqiu Hu commented on SUBMARINE-64:
---

Uploaded 
https://issues.apache.org/jira/secure/attachment/12967058/SUBMARINE-64.001.patch

> Improve TonY runtime's document
> ---
>
> Key: SUBMARINE-64
> URL: https://issues.apache.org/jira/browse/SUBMARINE-64
> Project: Hadoop Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Priority: Major
> Fix For: 0.2.0
>
> Attachments: SUBMARINE-64.001.patch
>
>
> Found some minor issues when trying to run a job with TonY runtime. We should 
> document them in TonY's QuickStart.md
>  1. There's seems no command flag "–container_resources" supported, we should 
> remove it in the section "Get the training examples".
>  2. It should mention where can the user get the tony CLI, it seems there's 
> no 0.3.2 release yet so the user may build it by themselves.
>  3. After the TonY's CLI jar is built, it complains with 
> "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when 
> running which fails the AM directly. After I changed the guava version to the 
> same with Hadoop (27.0-jre), the job can succeed.
>  4. There's no PyTorch example command there. We should add it.
> Could you please help with this? [~oliverhuh...@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SUBMARINE-64) Improve TonY runtime's document

2019-04-25 Thread Keqiu Hu (JIRA)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826351#comment-16826351
 ] 

Keqiu Hu commented on SUBMARINE-64:
---

Sure, I'll update these. Could you update the full stack trace in the 
description for #3?

> Improve TonY runtime's document
> ---
>
> Key: SUBMARINE-64
> URL: https://issues.apache.org/jira/browse/SUBMARINE-64
> Project: Hadoop Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Priority: Major
> Fix For: 0.2.0
>
>
> Found some minor issues when trying to run a job with TonY runtime. We should 
> document them in TonY's QuickStart.md
>  1. There's seems no command flag "–container_resources" supported, we should 
> remove it in the section "Get the training examples".
>  2. It should mention where can the user get the tony CLI, it seems there's 
> no 0.3.2 release yet so the user may build it by themselves.
>  3. After the TonY's CLI jar is built, it complains with 
> "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when 
> running which fails the AM directly. After I changed the guava version to the 
> same with Hadoop (27.0-jre), the job can succeed.
>  4. There's no PyTorch example command there. We should add it.
> Could you please help with this? [~oliverhuh...@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)