Bohdan
Bohdan

Reputation: 17193

How to find out which host Hadoop job is submitted from?

Is there some place in hadoop UI or CLI to get which host some job is submitted from?

Upvotes: 0

Views: 215

Answers (1)

xinit
xinit

Reputation: 1916

The configuration of your job should contain mapreduce.job.submithostname. The job configuration should be visible in the resource managers web UI under Job --> Configuration.

Upvotes: 2

Related Questions