Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 976879687 for ; Wed, 15 Feb 2012 12:23:21 +0000 (UTC) Received: (qmail 7419 invoked by uid 500); 15 Feb 2012 12:23:20 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 7370 invoked by uid 500); 15 Feb 2012 12:23:20 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 7361 invoked by uid 99); 15 Feb 2012 12:23:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 12:23:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stutiawasthi@hcl.com designates 203.105.185.25 as permitted sender) Received: from [203.105.185.25] (HELO gws06.hcl.com) (203.105.185.25) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 12:23:12 +0000 Received: from NDA-HCLIN-HT02.CORP.HCL.IN (10.248.64.36) by NDA-HCLIN-EDGE4.hcl.com (10.248.64.141) with Microsoft SMTP Server id 8.2.254.0; Wed, 15 Feb 2012 17:48:03 +0530 Received: from NDA-HCLC-HT01.HCLC.CORP.HCL.IN (10.33.64.155) by NDA-HCLIN-HT02.CORP.HCL.IN (10.248.64.36) with Microsoft SMTP Server (TLS) id 8.2.254.0; Wed, 15 Feb 2012 17:52:48 +0530 Received: from NDA-HCLC-EVS04.HCLC.CORP.HCL.IN ([fe80::b51d:8c43:53ff:460c]) by NDA-HCLC-HT01.HCLC.CORP.HCL.IN ([::1]) with mapi; Wed, 15 Feb 2012 17:52:34 +0530 From: Stuti Awasthi To: "hdfs-user@hadoop.apache.org" Date: Wed, 15 Feb 2012 17:52:33 +0530 Subject: facing issues in HDFSProxy Thread-Topic: facing issues in HDFSProxy Thread-Index: Aczr2/XZ1kTxRXmgSqiDrFRQpbh+cQ== Message-ID: <7D9AF4B98807C54EBADEA75DF6D5ACB7015F2E4C1B@NDA-HCLC-EVS04.HCLC.CORP.HCL.IN> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_7D9AF4B98807C54EBADEA75DF6D5ACB7015F2E4C1BNDAHCLCEVS04H_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_7D9AF4B98807C54EBADEA75DF6D5ACB7015F2E4C1BNDAHCLCEVS04H_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am using Hadoop 1.0.0 and want to try HDFSProxy . Following: http://hadoop.apache.org/hdfs/docs/r0.21.0/hdfsproxy.html#Jetty-based+Insta= llation+and+Configuration When I run start-hdfsproxy.sh script I get following error in logs : ************************************************************/ 2012-02-15 17:32:02,676 INFO org.apache.hadoop.hdfsproxy.HdfsProxy: HDFS Na= meNode is at: namenode:54310 2012-02-15 17:32:02,677 ERROR org.apache.hadoop.hdfsproxy.HdfsProxy: java.l= ang.NullPointerException at java.util.Hashtable.put(Hashtable.java:411) at java.util.Properties.setProperty(Properties.java:160) at org.apache.hadoop.conf.Configuration.set(Configuration.java:437) at org.apache.hadoop.hdfsproxy.HdfsProxy.initialize(HdfsProxy.java:6= 3) at org.apache.hadoop.hdfsproxy.HdfsProxy.(HdfsProxy.java:44) at org.apache.hadoop.hdfsproxy.HdfsProxy.createHdfsProxy(HdfsProxy.j= ava:135) at org.apache.hadoop.hdfsproxy.HdfsProxy.main(HdfsProxy.java:142) After googling around I got this Jira "https://issues.apache.org/jira/brows= e/HADOOP-5432" Should I apply this patch to fix the issue ? Please suggest Regards, Stuti Awasthi HCL Comnet Systems and Services Ltd F-8/9 Basement, Sec-3,Noida. ________________________________ ::DISCLAIMER:: ---------------------------------------------------------------------------= -------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and inte= nded for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliate= s. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect t= he opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,= distribution and / or publication of this message without the prior written consent of the author of this e-mail= is strictly prohibited. If you have received this email in error please delete it and notify the sender immedia= tely. Before opening any mail and attachments please check them for viruses and defect. ---------------------------------------------------------------------------= -------------------------------------------- --_000_7D9AF4B98807C54EBADEA75DF6D5ACB7015F2E4C1BNDAHCLCEVS04H_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

I am using Hadoop 1.0.0 and want to try HDFSProxy . = Following:

ht= tp://hadoop.apache.org/hdfs/docs/r0.21.0/hdfsproxy.html#Jetty-based+Ins= tallation+and+Configuration

 

When I run start-hdfsproxy.sh script I get following= error in logs :

*****************************= *******************************/

2012-02-15 17:32:02,676 INFO = org.apache.hadoop.hdfsproxy.HdfsProxy: HDFS NameNode is at: namenode:54310<= o:p>

2012-02-15 17:32:02,677 ERROR= org.apache.hadoop.hdfsproxy.HdfsProxy: java.lang.NullPointerException=

     = ;  at java.util.Hashtable.put(Hashtable.java:411)

     = ;  at java.util.Properties.setProperty(Properties.java:160)=

     = ;  at org.apache.hadoop.conf.Configuration.set(Configuration.java:437)=

     = ;  at org.apache.hadoop.hdfsproxy.HdfsProxy.initialize(HdfsProxy.java:= 63)

     = ;  at org.apache.hadoop.hdfsproxy.HdfsProxy.<init>(HdfsProxy.jav= a:44)

     = ;  at org.apache.hadoop.hdfsproxy.HdfsProxy.createHdfsProxy(HdfsProxy.= java:135)

at org.apache.hadoop.hdfsproxy.H= dfsProxy.main(HdfsProxy.java:142)

 

After googling around I got this Jira “https://issues.apach= e.org/jira/browse/HADOOP-5432

Should I apply this patch to fix the issue ?

 

Please suggest

 

Regar= ds,

St= uti Awasthi

HCL C= omnet Systems and Services Ltd

F-8/9= Basement, Sec-3,Noida.

 



::DISCLAIMER::
---------------------------------------------------------------------------= --------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and inte= nded for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliate= s. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect t= he opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification,= distribution and / or publication of
this message without the prior written consent of the author of this e-mail= is strictly prohibited. If you have
received this email in error please delete it and notify the sender immedia= tely. Before opening any mail and
attachments please check them for viruses and defect.

---------------------------------------------------------------------------= --------------------------------------------
--_000_7D9AF4B98807C54EBADEA75DF6D5ACB7015F2E4C1BNDAHCLCEVS04H_--