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.

IPC Server ports - how to set the range?

avatar
New Member

Is it possible to set range of IPC Server listener ports? I can see in my MR jobs that the ports being used vary from sth like 36000 up to 45000. Is this configurable anywhere in Ambari? I am currently playing with ambari with datanodes running on vagrant vms, I need to setup ports forwarding..

1 ACCEPTED SOLUTION

avatar
New Member

I think I've found the answer: yarn.app.mapreduce.am.job.client.port-range this is a setting inside mapred-site.xml that does the job. You can refer to the details directly here: https://hadoop.apache.org/docs/r2.7.3/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-de...

View solution in original post

1 REPLY 1

avatar
New Member

I think I've found the answer: yarn.app.mapreduce.am.job.client.port-range this is a setting inside mapred-site.xml that does the job. You can refer to the details directly here: https://hadoop.apache.org/docs/r2.7.3/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-de...