Hi Chandra
take a look at this
http://hadoop.apache.org/common/docs/current/hadoop-yarn/hadoop-yarn-site/ClusterSetup.html
you need to add/update the following in your
conf/core-site.xml
fs.defaultFS NameNode URI hdfs://host:port/
--
Arpit Gupta
Hortonworks Inc.
http://hortonworks.com/
On Aug 21, 2012, at 11:42 AM, Pedamallu Chandra Sekhar <pcs.murali@gmail.com> wrote:
> Hi,
>
> I am trying to setup a cluster using hadoop-2.0.1-alpha.
>
> But, i am not able to run the hadoop dfsadmin -report.
>
> It gave me an error as follows:
>
> [root@ip-10-85-162-101 hadoop-2.0.1-alpha]# hadoop dfsadmin -report
> DEPRECATED: Use of this script to execute hdfs command is deprecated.
> Instead use the hdfs command for it.
>
> report: FileSystem file:/// is not a distributed file system
> Usage: java DFSAdmin [-report]
>
> Thanks
> Chandra
|