Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 8767010663 for ; Thu, 17 Apr 2014 04:39:56 +0000 (UTC) Received: (qmail 91792 invoked by uid 500); 17 Apr 2014 04:39:48 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 91461 invoked by uid 500); 17 Apr 2014 04:39:48 -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 91454 invoked by uid 99); 17 Apr 2014 04:39:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 04:39:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sxin@gopivotal.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 04:39:41 +0000 Received: by mail-ob0-f173.google.com with SMTP id wn1so5916337obc.18 for ; Wed, 16 Apr 2014 21:39:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=L7XkbZwumkmMOieL2Q1jeTydWidgEz1G/voaKoLROuQ=; b=OhXwf8oWSoOEr5B89TI69flOhy57VILAQGJYSdYWOz6MZoTyK7DOdpZ9ljR4CpCVOO jHrTc3P4pEM9LJsF5j8Wt4kXonMUeKcwRFYFyUnwJd4l6yBPkAK7P5zieXk43XQsPWKh PpZ6E4/5m0h7Ulx+olXXDSDVRosB/uLF38vNlGRhhJWYMi5a5yvmyuvu9vqMF2yHEVwI Ys+N8UAbgQj5r0zt/9RwChsEQt2/4MI+7U6Uc9VPWlHpngVS6tNaeHq7wwqs4kBPrgmE 3GqvXYLpvHWGTVjqCCX+peFz7Dd4CxvkKMJgE/lQ+aboaSlddLCrOtxNFSUjgm0iw65D AUaw== X-Gm-Message-State: ALoCoQlQ+++QJ4giiqcIHsFU/Sgo9CpidIdPCkRsx/PLzWI8icC9R0LkRiZbK1qYndKfAYFwCXec MIME-Version: 1.0 X-Received: by 10.182.104.101 with SMTP id gd5mr124987obb.54.1397709558944; Wed, 16 Apr 2014 21:39:18 -0700 (PDT) Received: by 10.76.125.104 with HTTP; Wed, 16 Apr 2014 21:39:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Apr 2014 12:39:18 +0800 Message-ID: Subject: Re: start-dfs.sh problem on 2.3.0 and 2.4.0 From: Shengjun Xin To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e0115ec14c2a8b704f7359d36 X-Virus-Checked: Checked by ClamAV on apache.org --089e0115ec14c2a8b704f7359d36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Maybe a configuration problem, what's the content of configuration? On Thu, Apr 17, 2014 at 10:40 AM, =E6=98=93=E5=89=91 wro= te: > *How to solve the following problem?* > > > *hadoop-hadoop-secondarynamenode-Tencent_VM_39_166_sles10_64.out:* > Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library > /data/hadoop/hadoop-2.4.0/lib/native/libhadoop.so.1.0.0 which might have > disabled stack guard. The VM will try to fix the stack guard now. > It's highly recommended that you fix the library with 'execstack -c > ', or link it with '-z noexecstack'. > Exception in thread "main" java.lang.IllegalArgumentException: The value > of property bind.address must not be null > at > com.google.common.base.Preconditions.checkArgument(Preconditions.java:88) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:97= 1) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:95= 3) > at > org.apache.hadoop.http.HttpServer2.initializeWebServer(HttpServer2.java:3= 91) > at org.apache.hadoop.http.HttpServer2.(HttpServer2.java:344= ) > at org.apache.hadoop.http.HttpServer2.(HttpServer2.java:104= ) > at > org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:292) > at > org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode.initialize(Secon= daryNameNode.java:264) > at > org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode.(Secondary= NameNode.java:192) > at > org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode.main(SecondaryNa= meNode.java:651) > > > *start-dfs.sh output:* > ./start-dfs.sh > Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library > /data/hadoop/hadoop-2.4.0/lib/native/libhadoop.so.1.0.0 which might have > disabled stack guard. The VM will try to fix the stack guard now. > It's highly recommended that you fix the library with 'execstack -c > ', or link it with '-z noexecstack'. > 14/04/17 02:29:22 WARN util.NativeCodeLoader: Unable to load native-hadoo= p > library for your platform... using builtin-java classes where applicable > 14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: mapreduce.job.end-notification.max.attempts; > Ignoring. > 14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: > mapreduce.job.end-notification.max.retry.interval; Ignoring. > 14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: mapreduce.job.end-notification.max.attempts; > Ignoring. > 14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: > mapreduce.job.end-notification.max.retry.interval; Ignoring. > Starting namenodes on [172.25.40.171] > 172.25.40.171: starting namenode, logging to > /data/hadoop/hadoop-2.4.0/logs/hadoop-hadoop-namenode-VM_40_171_sles10_64= .out > 10.12.154.77: datanode running as process 5096. Stop it first. > 10.12.154.79: datanode running as process 25780. Stop it first. > 10.12.154.78: datanode running as process 9563. Stop it first. > Starting secondary namenodes [172.25.39.166] > 172.25.39.166: starting secondarynamenode, logging to > /data/hadoop/hadoop-2.4.0/logs/hadoop-hadoop-secondarynamenode-VM_39_166_= sles10_64.out > Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library > /data/hadoop/hadoop-2.4.0/lib/native/libhadoop.so.1.0.0 which might have > disabled stack guard. The VM will try to fix the stack guard now. > It's highly recommended that you fix the library with 'execstack -c > ', or link it with '-z noexecstack'. > 14/04/17 02:29:37 WARN util.NativeCodeLoader: Unable to load native-hadoo= p > library for your platform... using builtin-java classes where applicable > 14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: mapreduce.job.end-notification.max.attempts; > Ignoring. > 14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: > mapreduce.job.end-notification.max.retry.interval; Ignoring. > 14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: mapreduce.job.end-notification.max.attempts; > Ignoring. > 14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt to > override final parameter: > mapreduce.job.end-notification.max.retry.interval; Ignoring. > --=20 Regards Shengjun --089e0115ec14c2a8b704f7359d36 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Maybe a configuration problem, what's the content of c= onfiguration?


On Thu, Apr 17, 2014 at 10:40 AM, =E6=98=93=E5=89=91 <eyjian@gmai= l.com> wrote:
How to solve the followi= ng problem?


hadoop-hadoop-secondarynamenode-= Tencent_VM_39_166_sles10_64.out:
Java HotSpot(TM) 64-Bit = Server VM warning: You have loaded library /data/hadoop/hadoop-2.4.0/lib/na= tive/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will = try to fix the stack guard now.
It's highly recommended that you fix the library with 'execsta= ck -c <libfile>', or link it with '-z noexecstack'.
=
Exception in thread "main" java.lang.IllegalArgumentExceptio= n: The value of property bind.address must not be null
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at com.google.common.base.Preconditions.ch= eckArgument(Preconditions.java:88)=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 at org.apache.hadoop.conf.Configuration.set(Configuration.java:971)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hadoop.conf.Configuration.= set(Configuration.java:953)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hadoop.http.HttpServer2.init= ializeWebServer(HttpServer2.java:391)
=C2=A0 =C2=A0 =C2=A0 =C2=A0= at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:344)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hadoop.http.HttpServer2.= <init>(HttpServer2.java:104)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hadoop.http.HttpServer2$Buil= der.build(HttpServer2.java:292)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at or= g.apache.hadoop.hdfs.server.namenode.SecondaryNameNode.initialize(Secondary= NameNode.java:264)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hado= op.hdfs.server.namenode.SecondaryNameNode.<init>(SecondaryNameNode.ja= va:192)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.hadoop.hdfs.server.namenode.= SecondaryNameNode.main(SecondaryNameNode.java:651)


start-dfs.sh output:
./start-df= s.sh=C2=A0
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /data/ha= doop/hadoop-2.4.0/lib/native/libhadoop.so.1.0.0 which might have disabled s= tack guard. The VM will try to fix the stack guard now.
It's = highly recommended that you fix the library with 'execstack -c <libf= ile>', or link it with '-z noexecstack'.
14/04/17 02:29:22 WARN util.NativeCodeLoader: Unable to load native-ha= doop library for your platform... using builtin-java classes where applicab= le
14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an = attempt to override final parameter: mapreduce.job.end-notification.max.att= empts; =C2=A0Ignoring.
14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt = to override final parameter: mapreduce.job.end-notification.max.retry.inter= val; =C2=A0Ignoring.
14/04/17 02:29:22 WARN conf.Configuration: m= apred-site.xml:an attempt to override final parameter: mapreduce.job.end-no= tification.max.attempts; =C2=A0Ignoring.
14/04/17 02:29:22 WARN conf.Configuration: mapred-site.xml:an attempt = to override final parameter: mapreduce.job.end-notification.max.retry.inter= val; =C2=A0Ignoring.
Starting namenodes on [172.25.40.171]
<= div> 172.25.40.171: start= ing namenode, logging to /data/hadoop/hadoop-2.4.0/logs/hadoop-hadoop-namen= ode-VM_40_171_sles10_64.out
10.12.154.77: datanode running as process 5096. Stop it fi= rst.
10.12.154.79: da= tanode running as process 25780. Stop it first.
10.12.154.78: datanode running as proc= ess 9563. Stop it first.
Starting secondary namenodes [172.25.39.166]
172.25.39.166: = starting secondarynamenode, logging to /data/hadoop/hadoop-2.4.0/logs/hadoo= p-hadoop-secondarynamenode-VM_39_166_sles10_64.out
Java HotSpot(T= M) 64-Bit Server VM warning: You have loaded library /data/hadoop/hadoop-2.= 4.0/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard. Th= e VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execsta= ck -c <libfile>', or link it with '-z noexecstack'.
=
14/04/17 02:29:37 WARN util.NativeCodeLoader: Unable to load native-ha= doop library for your platform... using builtin-java classes where applicab= le
14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt = to override final parameter: mapreduce.job.end-notification.max.attempts; = =C2=A0Ignoring.
14/04/17 02:29:37 WARN conf.Configuration: mapred= -site.xml:an attempt to override final parameter: mapreduce.job.end-notific= ation.max.retry.interval; =C2=A0Ignoring.
14/04/17 02:29:37 WARN conf.Configuration: mapred-site.xml:an attempt = to override final parameter: mapreduce.job.end-notification.max.attempts; = =C2=A0Ignoring.
14/04/17 02:29:37 WARN conf.Configuration: mapred= -site.xml:an attempt to override final parameter: mapreduce.job.end-notific= ation.max.retry.interval; =C2=A0Ignoring.



--
R= egards
Shengjun
--089e0115ec14c2a8b704f7359d36--