You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Kasi Subrahmanyam <ka...@gmail.com> on 2013/07/04 05:19:13 UTC

Output Directory not getting created

Hi,

There is a production cluster which has the MapR installed with hadoop in
User A.

I am trying to run a hadoop job through another User B.

My Job is unable to create output in the filesystem under user B. with the
following error


13/07/03 09:34:00 INFO mapred.FileInputFormat: Total input paths to process
: 2
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's output directory at
maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's user history
location directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F/_logs
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:852
Thread: 140084677048064 Rmdir failed for dir _logs, error Permission
denied(13)
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:925
Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0527 ERROR JniCommon
fs/client/fileclient/cc/jni_common.cc:1293
Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPTIME_F, rpc
error, Permission denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:852
Thread: 140084677048064 Rmdir failed for dir _logs, error Permission
denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:925
Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0590 ERROR JniCommon
fs/client/fileclient/cc/jni_common.cc:1293
Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_LOG_D, rpc
error, Permission denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:852
Thread: 140084677048064 Rmdir failed for dir _logs, error Permission
denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:925
Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0749 ERROR JniCommon
fs/client/fileclient/cc/jni_common.cc:1293
Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPDATIME_AGG,
rpc error, Permission denied(13)


Thanks,
Subbu

Re: Output Directory not getting created

Posted by "in.abdul" <in...@gmail.com>.
Hi ,
   Please check whether u have permission to the Output directory . Error
say that u dont have permission .

Regards
Syed

            Thanks and Regards,
        S SYED ABDUL KATHER



On Thu, Jul 4, 2013 at 10:25 AM, devaraj.k@huawei.com [via Lucene] <
ml-node+s472066n4075377h13@n3.nabble.com> wrote:

> Hi Kasi,
>
> I think MapR mailing list is the better place to ask this question.
>
> Thanks
> Devaraj k
>
> From: Kasi Subrahmanyam [mailto:[hidden email]<http://user/SendEmail.jtp?type=node&node=4075377&i=0>]
>
> Sent: 04 July 2013 08:49
> To: [hidden email] <http://user/SendEmail.jtp?type=node&node=4075377&i=1>;
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4075377&i=2>
> Subject: Output Directory not getting created
>
> Hi,
>
> There is a production cluster which has the MapR installed with hadoop in
> User A.
>
> I am trying to run a hadoop job through another User B.
>
> My Job is unable to create output in the filesystem under user B. with the
> following error
>
>
> 13/07/03 09:34:00 INFO mapred.FileInputFormat: Total input paths to
> process : 2
> 13/07/03 09:34:00 INFO mapred.JobClient: Creating job's output directory
> at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F
> 13/07/03 09:34:00 INFO mapred.JobClient: Creating job's user history
> location directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F/_logs
> 2013-07-03 09:34:16,0527 ERROR Client
> fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed
> for dir _logs, error Permission denied(13)
> 2013-07-03 09:34:16,0527 ERROR Client
> fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed
> for dir/file _logs, rpc error 13
> 2013-07-03 09:34:16,0527 ERROR JniCommon
> fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove:
> File /user/B/obfl/PQRPT_OBFL_UPTIME_F, rpc error, Permission denied(13)
> 2013-07-03 09:34:16,0590 ERROR Client
> fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed
> for dir _logs, error Permission denied(13)
> 2013-07-03 09:34:16,0590 ERROR Client
> fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed
> for dir/file _logs, rpc error 13
> 2013-07-03 09:34:16,0590 ERROR JniCommon
> fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove:
> File /user/B/obfl/PQRPT_OBFL_LOG_D, rpc error, Permission denied(13)
> 2013-07-03 09:34:16,0749 ERROR Client
> fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed
> for dir _logs, error Permission denied(13)
> 2013-07-03 09:34:16,0749 ERROR Client
> fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed
> for dir/file _logs, rpc error 13
> 2013-07-03 09:34:16,0749 ERROR JniCommon
> fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove:
> File /user/B/obfl/PQRPT_OBFL_UPDATIME_AGG, rpc error, Permission denied(13)
>
>
> Thanks,
> Subbu
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/Output-Directory-not-getting-created-tp4075360p4075377.html
>  To start a new topic under Hadoop lucene-users, email
> ml-node+s472066n647590h16@n3.nabble.com
> To unsubscribe from Lucene, click here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=472066&code=aW4uYWJkdWxAZ21haWwuY29tfDQ3MjA2NnwxMDczOTUyNDEw>
> .
> NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




-----
THANKS AND REGARDS,
SYED ABDUL KATHER
--
View this message in context: http://lucene.472066.n3.nabble.com/Output-Directory-not-getting-created-tp4075360p4075403.html
Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

RE: Output Directory not getting created

Posted by Devaraj k <de...@huawei.com>.
Hi Kasi,

I think MapR mailing list is the better place to ask this question.

Thanks
Devaraj k

From: Kasi Subrahmanyam [mailto:kasisubbu440@gmail.com]
Sent: 04 July 2013 08:49
To: common-user@hadoop.apache.org; mapreduce-user@hadoop.apache.org
Subject: Output Directory not getting created

Hi,

There is a production cluster which has the MapR installed with hadoop in User A.

I am trying to run a hadoop job through another User B.

My Job is unable to create output in the filesystem under user B. with the following error


13/07/03 09:34:00 INFO mapred.FileInputFormat: Total input paths to process : 2
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's output directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's user history location directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F/_logs
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0527 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPTIME_F, rpc error, Permission denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0590 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_LOG_D, rpc error, Permission denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0749 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPDATIME_AGG, rpc error, Permission denied(13)


Thanks,
Subbu

RE: Output Directory not getting created

Posted by Devaraj k <de...@huawei.com>.
Hi Kasi,

I think MapR mailing list is the better place to ask this question.

Thanks
Devaraj k

From: Kasi Subrahmanyam [mailto:kasisubbu440@gmail.com]
Sent: 04 July 2013 08:49
To: common-user@hadoop.apache.org; mapreduce-user@hadoop.apache.org
Subject: Output Directory not getting created

Hi,

There is a production cluster which has the MapR installed with hadoop in User A.

I am trying to run a hadoop job through another User B.

My Job is unable to create output in the filesystem under user B. with the following error


13/07/03 09:34:00 INFO mapred.FileInputFormat: Total input paths to process : 2
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's output directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F
13/07/03 09:34:00 INFO mapred.JobClient: Creating job's user history location directory at maprfs:/user/B/obfl/PQRPT_OBFL_UPTIME_F/_logs
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0527 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0527 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPTIME_F, rpc error, Permission denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0590 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0590 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_LOG_D, rpc error, Permission denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:852 Thread: 140084677048064 Rmdir failed for dir _logs, error Permission denied(13)
2013-07-03 09:34:16,0749 ERROR Client fs/client/fileclient/cc/client.cc:925 Thread: 140084677048064 Rmdirs failed for dir/file _logs, rpc error 13
2013-07-03 09:34:16,0749 ERROR JniCommon fs/client/fileclient/cc/jni_common.cc:1293 Thread: 140084677048064 remove: File /user/B/obfl/PQRPT_OBFL_UPDATIME_AGG, rpc error, Permission denied(13)


Thanks,
Subbu