[jira] [Commented] (YARN-6267) Can't create directory xxx/application_1488445897886_0001 - Permission denied

2017-03-02 Thread cjn082030 (JIRA)

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

cjn082030 commented on YARN-6267:
-

Sorry,I get it.

> Can't create directory xxx/application_1488445897886_0001 - Permission denied
> -
>
> Key: YARN-6267
> URL: https://issues.apache.org/jira/browse/YARN-6267
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: yarn
> Environment: yarn-site.xml:
> yarn.nodemanager.container-executor.class = 
> org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor,
>Reporter: cjn082030
>
> Sorry I get a problem about yarn,could anyone can help?
> I run wordcount(MapReduce job).The MapReduce job is FAILED.
> Diagnostics Info:
> Application application_1488445897886_0001 failed 2 times due to AM Container 
> for appattempt_1488445897886_0001_02 exited with exitCode: -1000
> For more detailed output, check application tracking 
> page:http://test:8088/cluster/app/application_1488445897886_0001Then, click 
> on links to logs of each attempt.
> Diagnostics: Application application_1488445897886_0001 initialization failed 
> (exitCode=255) with output: main : command provided 0
> main : user is nobody
> main : requested yarn user is wang1
> Can't create directory 
> /cjntest/tmp/yarn/local-dirs/usercache/wang1/appcache/application_1488445897886_0001
>  - Permission denied
> Did not create any app directories
> Failing this attempt. Failing the application.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (YARN-6267) Can't create directory xxx/application_1488445897886_0001 - Permission denied

2017-03-02 Thread Rohith Sharma K S (JIRA)

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

Rohith Sharma K S commented on YARN-6267:
-

[~cjn082030] I appreciate your interest on using Hadoop. From exception log, it 
appears you have misconfigured or missed few steps for running 
LinuxContainerExecutor. Could you check [YARN Secure 
Containers|https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SecureMode.html#LinuxContainerExecutor]
 for proper configurations. 

And please use [Hadoop User Mailing 
List|https://hadoop.apache.org/mailing_lists.html] for questions if you 
encounter any issue while configuring LCE. JIRAs are used for tracking 
development activities or for bug report purpose.

> Can't create directory xxx/application_1488445897886_0001 - Permission denied
> -
>
> Key: YARN-6267
> URL: https://issues.apache.org/jira/browse/YARN-6267
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: yarn
> Environment: yarn-site.xml:
> yarn.nodemanager.container-executor.class = 
> org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor,
>Reporter: cjn082030
>
> Sorry I get a problem about yarn,could anyone can help?
> I run wordcount(MapReduce job).The MapReduce job is FAILED.
> Diagnostics Info:
> Application application_1488445897886_0001 failed 2 times due to AM Container 
> for appattempt_1488445897886_0001_02 exited with exitCode: -1000
> For more detailed output, check application tracking 
> page:http://test:8088/cluster/app/application_1488445897886_0001Then, click 
> on links to logs of each attempt.
> Diagnostics: Application application_1488445897886_0001 initialization failed 
> (exitCode=255) with output: main : command provided 0
> main : user is nobody
> main : requested yarn user is wang1
> Can't create directory 
> /cjntest/tmp/yarn/local-dirs/usercache/wang1/appcache/application_1488445897886_0001
>  - Permission denied
> Did not create any app directories
> Failing this attempt. Failing the application.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (YARN-6267) Can't create directory xxx/application_1488445897886_0001 - Permission denied

2017-03-02 Thread cjn082030 (JIRA)

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

cjn082030 commented on YARN-6267:
-

First ,I used DefaultContainerExecutor in my hadoop cluster.I changed the 
configuration to LinuxContainerExecutor, and then started hadoop cluster again. 
I ran the wordcount MapReduce Job,the error occurred.

> Can't create directory xxx/application_1488445897886_0001 - Permission denied
> -
>
> Key: YARN-6267
> URL: https://issues.apache.org/jira/browse/YARN-6267
> Project: Hadoop YARN
>  Issue Type: Test
>  Components: yarn
> Environment: yarn-site.xml:
> yarn.nodemanager.container-executor.class = 
> org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor,
>Reporter: cjn082030
>
> Sorry I get a problem about yarn,could anyone can help?
> I run wordcount(MapReduce job).The MapReduce job is FAILED.
> Diagnostics Info:
> Application application_1488445897886_0001 failed 2 times due to AM Container 
> for appattempt_1488445897886_0001_02 exited with exitCode: -1000
> For more detailed output, check application tracking 
> page:http://test:8088/cluster/app/application_1488445897886_0001Then, click 
> on links to logs of each attempt.
> Diagnostics: Application application_1488445897886_0001 initialization failed 
> (exitCode=255) with output: main : command provided 0
> main : user is nobody
> main : requested yarn user is wang1
> Can't create directory 
> /cjntest/tmp/yarn/local-dirs/usercache/wang1/appcache/application_1488445897886_0001
>  - Permission denied
> Did not create any app directories
> Failing this attempt. Failing the application.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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