Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

MapReduce2 History server service stopped a moment after starting via ambari

avatar

mapred-mapred-historyserver-masternode-01.zip

I've installed HDP via ambari and starting the services, but MapReduce2 History server service stopped several seconds after it successfully started.

Attached log from /var/log/hadoop-mapreduce/mapred/mapred-mapred-historyserver-masternode-01.log

thanks

1 ACCEPTED SOLUTION

avatar
Super Guru

@Bramantya Anggriawan,

Looks like a permission issue. Can you please run this commands and restart History server

su hdfs
hdfs dfs -chmod -R 777 /mr-history
hdfs dfs -chown -R mapred:hdfs /mr-history

Thanks,

Aditya

View solution in original post

2 REPLIES 2

avatar
Super Guru

@Bramantya Anggriawan,

Looks like a permission issue. Can you please run this commands and restart History server

su hdfs
hdfs dfs -chmod -R 777 /mr-history
hdfs dfs -chown -R mapred:hdfs /mr-history

Thanks,

Aditya

avatar

Thanks, it works now.