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 9634E10F2F for ; Fri, 14 Feb 2014 09:46:15 +0000 (UTC) Received: (qmail 14892 invoked by uid 500); 14 Feb 2014 09:46:07 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 14445 invoked by uid 500); 14 Feb 2014 09:46:07 -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 14429 invoked by uid 99); 14 Feb 2014 09:46:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 09:46:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.213.182 as permitted sender) Received: from [209.85.213.182] (HELO mail-ig0-f182.google.com) (209.85.213.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 09:46:01 +0000 Received: by mail-ig0-f182.google.com with SMTP id uy17so545485igb.3 for ; Fri, 14 Feb 2014 01:45:40 -0800 (PST) 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:from:date :message-id:subject:to:content-type; bh=dl/lGcKadqpmWJWdKcuFtzS5+lqGIY00gErAMOc9Ov0=; b=d9r2DR32e7W5ITn/SvGPvuzTbzTrzChCaP8wIWFRzjtD82SN+Y/2NOnSUSRKlJc0zK vXeO9sjif1jdMNijR8sS0vlWLtzUy9vdHEg8aFgaTOAVm6AvvEGiMFkRaEZ54+ADVMTH vpMSRr9VJYKh7oOso/Y1gsBKoR4+G/zOaHPLwWx1WGj0GJvR55gUfLcCcxjputLAsKoP uUr7QlnYhTKDNrLdVtlpXpJvdpAxbGZFU/MvjBa9aVkFCmOdz7K5yIPV/hXhZzKnEs+C RxGusS03AhVXW5j4wip+vAHOZkoxqxK3fyQAs5KbAotTcCuMQlRw3Tq4vXgwDo5jwZlk Db+Q== X-Gm-Message-State: ALoCoQmsT0HwuoWAHiFMJAiIhaTMQ/MQP6N+s6iRJoHWPZbBMXbMIEeFWRG7iHqOodcqmDu8vOFr X-Received: by 10.50.28.116 with SMTP id a20mr1566295igh.5.1392371140790; Fri, 14 Feb 2014 01:45:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.61.97 with HTTP; Fri, 14 Feb 2014 01:45:20 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Fri, 14 Feb 2014 15:15:20 +0530 Message-ID: Subject: Re: How view Tracking UI under hadoop-2.2.0 To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, You can start the MR Job History Server with the command "./mr-jobhistory-daemon.sh (start|stop) historyserver" On Fri, Feb 14, 2014 at 1:58 PM, EdwardKing wrote: > I use hadoop-2.2.0, > [hadoop@node1 ~]$ cd /home/software/hadoop-2.2.0/sbin/ > [hadoop@node1 sbin]$ ./start-dfs.sh > [hadoop@node1 sbin]$ ./start-yarn.sh > > then I use http://172.11.12.6:8088/cluster/apps can view All Applications, then I submit a job and log some information like follows: > > public void map(LongWritable key, Text value, > OutputCollector output, > Reporter reporter) throws IOException{ > ......... > reporter.setStatus("Got 10 bad lines.") ; > System.err.println("Read another 10 bad lines.") ; > } > > When job finish,I can get following information > ID User Name Application Type Queue StartTime State FinalStatus Tracking UI > application_1392363537591_0001 hadoop UFOLocation MAPREDUCE default Fri, 14 Feb 2014 07:49:26 GMT FINISHED SUCCEEDED History > > I want to view the Tracking UI,so click history,then the page redirect to http://master:19888/jobhistory/job/job_1392363537591_0001/jobhistory/job/job_1392363537591_0001 > > but it raise following error information > Unable to connect > Firefox can't establish a connection to the server at master:19888. > * The site could be temporarily unavailable or too busy. Try again in a few > moments. > * If you are unable to load any pages, check your computer's network > connection. > * If your computer or network is protected by a firewall or proxy, make sure > that Firefox is permitted to access the Web. > > I guess I don't start master:19888,how can I start master:19888? Which command can I use? > > Thanks. > > > > > > --------------------------------------------------------------------------------------------------- > Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) > is intended only for the use of the intended recipient and may be confidential and/or privileged of > Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is > not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying > is strictly prohibited, and may be unlawful.If you have received this communication in error,please > immediately notify the sender by return e-mail, and delete the original message and all copies from > your system. Thank you. > --------------------------------------------------------------------------------------------------- -- Harsh J