Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCF2D984E for ; Sat, 13 Dec 2014 05:52:07 +0000 (UTC) Received: (qmail 82783 invoked by uid 500); 13 Dec 2014 05:51:58 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 82645 invoked by uid 500); 13 Dec 2014 05:51:58 -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 82635 invoked by uid 99); 13 Dec 2014 05:51:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2014 05:51:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brahmareddy.battula@huawei.com designates 119.145.14.65 as permitted sender) Received: from [119.145.14.65] (HELO szxga02-in.huawei.com) (119.145.14.65) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2014 05:51:52 +0000 Received: from 172.24.2.119 (EHLO SZXEML453-HUB.china.huawei.com) ([172.24.2.119]) by szxrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id CDX57107; Sat, 13 Dec 2014 13:48:20 +0800 (CST) Received: from SZXEML510-MBX.china.huawei.com ([169.254.3.17]) by SZXEML453-HUB.china.huawei.com ([10.82.67.196]) with mapi id 14.03.0158.001; Sat, 13 Dec 2014 13:48:18 +0800 From: Brahma Reddy Battula To: "user@hadoop.apache.org" Subject: RE: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file system" Thread-Topic: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file system" Thread-Index: AQHQFljvVydo2X4lB0+DGQi1UAMmk5yNAyAi Date: Sat, 13 Dec 2014 05:48:18 +0000 Message-ID: <8AD4EE147886274A8B495D6AF407DF6981211330@szxeml510-mbx.china.huawei.com> References: In-Reply-To: Accept-Language: en-US, zh-CN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.18.144.148] Content-Type: multipart/alternative; boundary="_000_8AD4EE147886274A8B495D6AF407DF6981211330szxeml510mbxchi_" MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org --_000_8AD4EE147886274A8B495D6AF407DF6981211330szxeml510mbxchi_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Dong, 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, December 13, 2014 3:43 AM To: user@hadoop.apache.org Subject: Hadoop 2.6.0: "FileSystem file:/// is not a distributed file syste= m" Hi, I installed Hadoop2.6.0 on my cluster with 2 nodes, I got the following e= rror 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: fs.defaultFS hdfs://master-node:9000 and in hdfs-site.xml: dfs.namenode.name.dir file:/home/dong/hadoop-2.6.0-dist/dfs/name true dfs.dataname.data.dir file:/home/dong/hadoop-2.6.0-dist/dfs/data true 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, Dan --_000_8AD4EE147886274A8B495D6AF407DF6981211330szxeml510mbxchi_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Dong,

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, December 13, 2014 3:43 AM
To: user@hadoop.apache.org
Subject: Hadoop 2.6.0: "FileSystem file:/// is not a distribute= d file system"

Hi,
  I installed Hadoop2.6.0 on my cluster with 2 nodes, I got the follow= ing 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:
<property> 
  <name>fs.defaultFS</name> 
  <value>hdfs://master-node:9000</value> 
</property>

and in hdfs-site.xml:
<property>  
  <name>dfs.namenode.name.dir</name>  
  <value>file:/home/dong/hadoop-2.6.0-dist/dfs/name</value>= ;  
  <final>true</final> 
</property>  
<property>  
  <name>dfs.dataname.data.dir</name>  
  <value>file:/home/dong/hadoop-2.6.0-dist/dfs/data</value>= ;  
  <final>true</final> 
</property> 

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,
Dan


--_000_8AD4EE147886274A8B495D6AF407DF6981211330szxeml510mbxchi_--