That's probably the problem; the intended path is on HDFS but the configuration specifies a local path. See the exception message.
On Tue, Mar 24, 2015 at 1:08 PM, Akhil Das <[email protected]> wrote: > Its in your local file system, not in hdfs. > > Thanks > Best Regards > > On Tue, Mar 24, 2015 at 6:25 PM, Sachin Singh <[email protected]> > wrote: >> >> hi, >> I can see required permission is granted for this directory as under, >> >> hadoop dfs -ls /user/spark >> DEPRECATED: Use of this script to execute hdfs command is deprecated. >> Instead use the hdfs command for it. >> >> Found 1 items >> drwxrwxrwt - spark spark 0 2015-03-20 01:04 >> /user/spark/applicationHistory >> >> regards >> Sachin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
