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 B9765C9D5 for ; Thu, 20 Mar 2014 05:29:17 +0000 (UTC) Received: (qmail 12992 invoked by uid 500); 20 Mar 2014 05:29:08 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 12908 invoked by uid 500); 20 Mar 2014 05:29:06 -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 12900 invoked by uid 99); 20 Mar 2014 05:29:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 05:29:05 +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.66 as permitted sender) Received: from [119.145.14.66] (HELO szxga03-in.huawei.com) (119.145.14.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 05:29:01 +0000 Received: from 172.24.2.119 (EHLO szxeml205-edg.china.huawei.com) ([172.24.2.119]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id AME18165; Thu, 20 Mar 2014 13:28:38 +0800 (CST) Received: from SZXEML403-HUB.china.huawei.com (10.82.67.35) by szxeml205-edg.china.huawei.com (172.24.2.58) with Microsoft SMTP Server (TLS) id 14.3.158.1; Thu, 20 Mar 2014 13:28:35 +0800 Received: from SZXEML510-MBX.china.huawei.com ([169.254.3.92]) by szxeml403-hub.china.huawei.com ([::1]) with mapi id 14.03.0158.001; Thu, 20 Mar 2014 13:28:37 +0800 From: Brahma Reddy Battula To: "user@hadoop.apache.org" Subject: RE: NullpointerException in OffLineImageViewer Thread-Topic: NullpointerException in OffLineImageViewer Thread-Index: AQHPQ/iFmy9A/Tc/tU6c7Sp3cw4sEJrpcP7+ Date: Thu, 20 Mar 2014 05:28:36 +0000 Message-ID: <8AD4EE147886274A8B495D6AF407DF694B1E6B1C@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_8AD4EE147886274A8B495D6AF407DF694B1E6B1Cszxeml510mbxchi_" MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org --_000_8AD4EE147886274A8B495D6AF407DF694B1E6B1Cszxeml510mbxchi_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Seems to be issue,,please file a jira.. https://issues.apache.org/jira ________________________________ From: c.agrawal@outlook.com [c.agrawal@outlook.com] on behalf of Chetan Agr= awal [cagrawal11@gmail.com] Sent: Wednesday, March 19, 2014 12:50 PM To: hadoop users Subject: NullpointerException in OffLineImageViewer I want to access and study the hadoop cluster's metadata which is stored in= fsimage file on namenode machine. i came to know that offLineImageViewer i= s used to do so. But when i am trying doing it i am getting an exception. /usr/hadoop/hadoop-1.2.1# bin/hadoop oiv -i fsimage -o fsimage.txt Warning: $HADOOP_HOME is deprecated. Exception in thread "main" java.lang.NullPointerException at org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.go(Of= flineImageViewer.java:141) at org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.main(= OfflineImageViewer.java:261) i am not able to solve this error. Is it due to that warning (Warning: $HAD= OOP_HOME is deprecated.) or there is something else? I am having hadoop-1.2.1 version --_000_8AD4EE147886274A8B495D6AF407DF694B1E6B1Cszxeml510mbxchi_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Seems to be issue,,please file a jira..

 

https://issues.apache.org/jir= a

 

 

From: c.agrawal@outlook.com [c.agrawal@out= look.com] on behalf of Chetan Agrawal [cagrawal11@gmail.com]
Sent: Wednesday, March 19, 2014 12:50 PM
To: hadoop users
Subject: NullpointerException in OffLineImageViewer

I want = to access and study the hadoop cluster's metadata which is stored in <= /span>fsimage file on namenode machine. i came to know that offLineImageViewer is used to do = so. But when i am trying doing it i am getting an exception.

/usr/hadoop/hadoop-1.2.1# bin/hadoop oiv -i fsimage -o fsimage.txt&nbs= p;
Warning: $HADOOP_HOME is deprecated.

Exception in thread "main" java.lang.NullPointerException
at= org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.go(Offl= ineImageViewer.java:141)
at= org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.main(Of= flineImageViewer.java:261)

i am not able to solve th= is error. Is it due to that warning (Warning: $HADOOP_HOME is deprecated.) or there is something el= se?
I am having hadoop-1.2.1 version
--_000_8AD4EE147886274A8B495D6AF407DF694B1E6B1Cszxeml510mbxchi_--