What is the command to start Job history server in Hadoop 2 x how to get its UI

0 votes
Where can I find the webconsole for jobhistory server & what is the command to start the jobhistoryserver. I have started the ResourceManager, NodeManager, NameNode & Datanode.
Apr 15, 2018 in Big Data Hadoop by coldcode
• 2,080 points
19,447 views

11 answers to this question.

0 votes

Go to the sbin in Hadoop root directory.

Command to start jobhistoryserver:

./mr-jobhistory-daemon.sh start historyserver

You can see all the running daemons when you execute jps command.

After this when you try hostname:port/ you can see the job history server.

Default jobhistoryserver port is 19888.

answered Apr 15, 2018 by Shubham
• 13,490 points
0 votes
hadoop start historyserver
answered Dec 7, 2018 by Raghu
0 votes
start hadoop-mapreduce-historyserver​
answered Dec 7, 2018 by Venu
0 votes
su -l $YARN_USER -c "/usr/hadoop/current/hadoop-mapreduce-historyserver/sbin/mr-jobhistory-daemon.sh --config $HADOOP_CONF_DIR start historyserver"
answered Dec 7, 2018 by Madhu
authentication failure
Could you mention the command you used?
0 votes

You can find UI in this URL:

http://127.0.0.1:19888

answered Dec 7, 2018 by Jill
0 votes
The webconsole for job history server is on port 19888. Type this in your browser

https://localhost:19888

and webconcole will open
answered Dec 7, 2018 by Kalu
0 votes

http://jhs_host:19888/

answered Dec 7, 2018 by Lorel
0 votes
Default port for Web UI is 19888 and for server host is 10020
answered Dec 7, 2018 by Hiwahi
0 votes
[mapred]$ $HADOOP_PREFIX/sbin/mr-jobhistory-daemon.sh --config $HADOOP_CONF_DIR start historyserver
answered Dec 7, 2018 by Omitha
0 votes
answered Dec 7, 2018 by Sonali
+1 vote
mr-jobhistory-daemon. sh start historyserver
answered Jul 24, 2019 by Lokesh Singh

Related Questions In Big Data Hadoop

0 votes
1 answer

Not able to start Job History Server in Hadoop 2.8.1

You have to start JobHistoryServer process specifically ...READ MORE

answered Mar 30, 2018 in Big Data Hadoop by Ashish
• 2,650 points
2,305 views
+1 vote
1 answer
0 votes
1 answer

How to configure secondary namenode in Hadoop 2.x ?

bin/hadoop-daemon.sh start [namenode | secondarynamenode | datanode ...READ MORE

answered Apr 6, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,524 views
0 votes
5 answers
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,523 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
103,822 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,234 views
0 votes
1 answer
+1 vote
2 answers

What does hadoop fs -du command gives as output?

du command is used for to see ...READ MORE

answered Jul 24, 2019 in Big Data Hadoop by Lokesh Singh
5,441 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP