Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Fix long running jobs in hadoop

avatar
Explorer

1.What are the ways to fix the long running jobs in hadoop, any of the jobs (hive/mapr/pig)?

2. A job took 5 mins for a week, but now its taking more than hour. What could be the reason ?

2 REPLIES 2

avatar
Expert Contributor

Best place to start will be to check YARN tuning:

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_command-line-installation/content/determ...

There can be number of reasons why your jobs might be running slow like what is the current load on cluster, how is capacity scheduling set up like priority, queues, resources etc.

You can check Hive execution plan to see bottlenecks.

avatar
Explorer
Hi Umair,
Will it be possible to share how to tune the performace in mapper/hive jobs?
Can you please share your experience in the performance tuning?