[jira] [Commented] (YARN-82) YARN local-dirs defaults to /tmp/nm-local-dir

2019-11-15 Thread Shyam (Jira)


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

Shyam commented on YARN-82:
---

[~adi2] me facing same issue ... 
[https://stackoverflow.com/questions/58852570/set-checkpointlocation-is-not-reflecting-when-run-the-spark-job-in-cluster-m]
 what should be done to fix it.

> YARN local-dirs defaults to /tmp/nm-local-dir
> -
>
> Key: YARN-82
> URL: https://issues.apache.org/jira/browse/YARN-82
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager
>Affects Versions: 2.0.0-alpha
>Reporter: Andy Isaacson
>Assignee: Hemanth Yamijala
>Priority: Minor
> Fix For: 2.0.3-alpha
>
> Attachments: YARN-82.patch, YARN-82.patch
>
>
> {{yarn.nodemanager.local-dirs}} defaults to {{/tmp/nm-local-dir}}.  It should 
> be {hadoop.tmp.dir}/nm-local-dir or similar.  Among other problems, this can 
> prevent multiple test clusters from starting on the same machine.
> Thanks to Hemanth Yamijala for reporting this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-82) YARN local-dirs defaults to /tmp/nm-local-dir

2012-09-19 Thread Siddharth Seth (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13459081#comment-13459081
 ] 

Siddharth Seth commented on YARN-82:


log-dirs could be ${yarn.log.dir}/app-logs or even ${yarn.log.dir}/userlogs 
like in 1.0 ?, since the property is used to configure the log location for 
containers run on behalf of a user.

 YARN local-dirs defaults to /tmp/nm-local-dir
 -

 Key: YARN-82
 URL: https://issues.apache.org/jira/browse/YARN-82
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.0.0-alpha
Reporter: Andy Isaacson
Assignee: Hemanth Yamijala
Priority: Minor
 Attachments: YARN-82.patch


 {{yarn.nodemanager.local-dirs}} defaults to {{/tmp/nm-local-dir}}.  It should 
 be {hadoop.tmp.dir}/nm-local-dir or similar.  Among other problems, this can 
 prevent multiple test clusters from starting on the same machine.
 Thanks to Hemanth Yamijala for reporting this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-82) YARN local-dirs defaults to /tmp/nm-local-dir

2012-09-09 Thread Hemanth Yamijala (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13451756#comment-13451756
 ] 

Hemanth Yamijala commented on YARN-82:
--

Andy, I have a patch for this. Is it OK if I assign this JIRA to myself and 
upload the same ?

 YARN local-dirs defaults to /tmp/nm-local-dir
 -

 Key: YARN-82
 URL: https://issues.apache.org/jira/browse/YARN-82
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.0.0-alpha
Reporter: Andy Isaacson
Assignee: Andy Isaacson
Priority: Minor

 {{yarn.nodemanager.local-dirs}} defaults to {{/tmp/nm-local-dir}}.  It should 
 be {hadoop.tmp.dir}/nm-local-dir or similar.  Among other problems, this can 
 prevent multiple test clusters from starting on the same machine.
 Thanks to Hemanth Yamijala for reporting this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-82) YARN local-dirs defaults to /tmp/nm-local-dir

2012-09-04 Thread Andy Isaacson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13448088#comment-13448088
 ] 

Andy Isaacson commented on YARN-82:
---

bq. Let's be careful, we don't need to introduce explicit deps on configs from 
HDFS/MR. Let's keep a separate namespace.
Thanks for the idea, Arun. Can you suggest a good name or existing variable I 
should depend on?

 YARN local-dirs defaults to /tmp/nm-local-dir
 -

 Key: YARN-82
 URL: https://issues.apache.org/jira/browse/YARN-82
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.1.0-alpha
Reporter: Andy Isaacson
Assignee: Andy Isaacson
Priority: Minor

 {{yarn.nodemanager.local-dirs}} defaults to {{/tmp/nm-local-dir}}.  It should 
 be {hadoop.tmp.dir}/nm-local-dir or similar.  Among other problems, this can 
 prevent multiple test clusters from starting on the same machine.
 Thanks to Hemanth Yamijala for reporting this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-82) YARN local-dirs defaults to /tmp/nm-local-dir

2012-09-04 Thread Hemanth Yamijala (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13448464#comment-13448464
 ] 

Hemanth Yamijala commented on YARN-82:
--

Arun, assume it is ok to add deps on configs in Common (i.e core-site), but not 
with Mapreduce/HDFS. Is that correct ?

 YARN local-dirs defaults to /tmp/nm-local-dir
 -

 Key: YARN-82
 URL: https://issues.apache.org/jira/browse/YARN-82
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.1.0-alpha
Reporter: Andy Isaacson
Assignee: Andy Isaacson
Priority: Minor

 {{yarn.nodemanager.local-dirs}} defaults to {{/tmp/nm-local-dir}}.  It should 
 be {hadoop.tmp.dir}/nm-local-dir or similar.  Among other problems, this can 
 prevent multiple test clusters from starting on the same machine.
 Thanks to Hemanth Yamijala for reporting this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira