Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02C5C9F80 for ; Mon, 15 Dec 2014 14:57:58 +0000 (UTC) Received: (qmail 31489 invoked by uid 500); 15 Dec 2014 14:57:50 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 31366 invoked by uid 500); 15 Dec 2014 14:57:50 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 31356 invoked by uid 99); 15 Dec 2014 14:57:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2014 14:57:49 +0000 X-ASF-Spam-Status: No, hits=3.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pcgamer2426@outlook.com designates 65.55.111.80 as permitted sender) Received: from [65.55.111.80] (HELO BLU004-OMC2S5.hotmail.com) (65.55.111.80) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2014 14:57:44 +0000 Received: from BLU176-W42 ([65.55.111.72]) by BLU004-OMC2S5.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Mon, 15 Dec 2014 06:57:02 -0800 X-TMN: [WkF+VP5YFP0GAk+0k45LlR07DI4mlROl] X-Originating-Email: [pcgamer2426@outlook.com] Message-ID: Content-Type: multipart/alternative; boundary="_b86996d1-1499-4fba-b61c-8c709a76da60_" From: johny casanova To: "user@hadoop.apache.org" Subject: RE: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file system" Date: Mon, 15 Dec 2014 09:57:02 -0500 Importance: Normal In-Reply-To: <8AD4EE147886274A8B495D6AF407DF6981211330@szxeml510-mbx.china.huawei.com> References: ,<8AD4EE147886274A8B495D6AF407DF6981211330@szxeml510-mbx.china.huawei.com> MIME-Version: 1.0 X-OriginalArrivalTime: 15 Dec 2014 14:57:02.0858 (UTC) FILETIME=[62A01EA0:01D01877] X-Virus-Checked: Checked by ClamAV on apache.org --_b86996d1-1499-4fba-b61c-8c709a76da60_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Don't you have to use file:// instead of just one /? =20 From: brahmareddy.battula@huawei.com To: user@hadoop.apache.org Subject: RE: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file s= ystem" Date: Sat=2C 13 Dec 2014 05:48:18 +0000 Hi Dong=2C HADOOP_CONF_DIR might be referring to default..you can export HADOOP_CONF_D= IR where following configuration files are present.. Thanks & Regards Brahma Reddy Battula From: Dan Dong [dongdan39@gmail.com] Sent: Saturday=2C December 13=2C 2014 3:43 AM To: user@hadoop.apache.org Subject: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file syste= m" Hi=2C=20 I installed Hadoop2.6.0 on my cluster with 2 nodes=2C I got the following= error when I run: $hadoop dfsadmin -report FileSystem file:/// is not a distributed file system What this mean? I have set it in core-site.xml already: =20 fs.defaultFS =20 hdfs://master-node:9000 =20 =20 and in hdfs-site.xml: =20 dfs.namenode.name.dir =20 file:/home/dong/hadoop-2.6.0-dist/dfs/name =20 true =20 =20 =20 dfs.dataname.data.dir =20 file:/home/dong/hadoop-2.6.0-dist/dfs/data =20 true =20 =20 The java process are running on master as: 10479 SecondaryNameNode 10281 NameNode 10628 ResourceManager and on slave: 22870 DataNode 22991 NodeManager Any hints? Thanks! Cheers=2C Dan = --_b86996d1-1499-4fba-b61c-8c709a76da60_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Don't you have to use file:// in= stead of just one /?
 =3B

From: brahmareddy.battula@huawei.com
To: user@hadoop.apache.org
Subje= ct: RE: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file system= "
Date: Sat=2C 13 Dec 2014 05:48:18 +0000

Hi Dong=2C

HADOOP_CONF_DIR might be referring to defa= ult..you can export HADOOP_CONF_DIR where following configuration files are= present..

Thanks &=3B Regards
Brahma Reddy Battula



From: Dan Dong [dongdan39@gmail.com]
Sent:= Saturday=2C December 13=2C 2014 3:43 AM
To: user@hadoop.apac= he.org
Subject: Hadoop 2.6.0: "FileSystem file:/// is not a distr= ibuted file system"

Hi=2C
 =3B I installed Hadoop2.6.0 on my cluster with 2 = nodes=2C I got the following error when I run:
$hadoop dfsadmin -report<= BR>FileSystem file:/// is not a distributed file system

What this me= an? I have set it in core-site.xml already:
<=3Bproperty>=3B =3B=
 =3B <=3Bname>=3Bfs.defaultFS<=3B/name>=3B =3B
&nb= sp=3B <=3Bvalue>=3Bhdfs://master-node:9000<=3B/value>=3B =3B <=3B/property>=3B

and in hdfs-site.xml:
<=3Bproper= ty>=3B =3B =3B
 =3B <=3Bname>=3Bdfs.namenode.name.dir= <=3B/name>=3B =3B =3B
 =3B <=3Bvalue>=3Bfile:/home/= dong/hadoop-2.6.0-dist/dfs/name<=3B/value>=3B =3B =3B
 = =3B <=3Bfinal>=3Btrue<=3B/final>=3B =3B
<=3B/property>= =3B =3B =3B
<=3Bproperty>=3B =3B =3B
 =3B &= lt=3Bname>=3Bdfs.dataname.data.dir<=3B/name>=3B =3B =3B
&= nbsp=3B <=3Bvalue>=3Bfile:/home/dong/hadoop-2.6.0-dist/dfs/data<=3B/v= alue>=3B =3B =3B
 =3B <=3Bfinal>=3Btrue<=3B/final&g= t=3B =3B
<=3B/property>=3B =3B

The java proce= ss are running on master as:
10479 SecondaryNameNode
10281 NameNode10628 ResourceManager

and on slave:
22870 DataNode
229= 91 NodeManager

Any hints? Thanks!

Cheers=2C
Da= n


= --_b86996d1-1499-4fba-b61c-8c709a76da60_--