I run the command : hadoop jobtracker and it hint : DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. But when I try : mapred jobtracker it hint: Sorry, the jobtracker command is no longer supported. You may find similar functionality with the "yarn" shell command.
But this is MapReduce1, not yarn please help me > -----原始邮件----- > 发件人: "Adam Bordelon" <a...@mesosphere.io> > 发送时间: 2014年1月15日 星期三 > 收件人: dev@mesos.apache.org > 抄送: mesos-dev <mesos-...@incubator.apache.org> > 主题: Re: How to run hadoop Jobtracker > > Try running "MESOS_NATIVE_LIBRARY=/usr/local/lib/libmesos-0.14.0.so hadoop > jobtracker" > The primary executable to run is the 'hadoop' executable, but it needs to > know where to find MESOS_NATIVE_LIBRARY, so we set that environment > variable on the command-line first. You could set it in other ways instead > (in that user's .bashrc or by creating a wrapper around 'hadoop' that sets > the variable before launching 'hadoop'). > You are very close to having Hadoop running on top of Mesos. > Good luck! > -Adam- > > > On Tue, Jan 14, 2014 at 6:47 AM, HUO Jing <huoj...@ihep.ac.cn> wrote: > > > Hi, > > I have installed Mesos and Hadoop CDH4.5.0, changed the mapred-site.xml, > > and packaged hadoop-mesos-0.0.5.jar with hadoop and upload it to hdfs. In a > > word, I have done everything in this page: https://github.com/mesos/hadoop > > . > > but when I try to run jobtracker with command: > > bash-3.2$ /usr/local/lib/libmesos-0.14.0.so hadoop jobtracker > > It says:Segmentation fault > > please tell me how to deal with this. > > > > > > Huojing > >