I want to remotely run the hadoop job from a windows machine. The cluster runs on Ubuntu.
Basically, I want to do two things:
- Remote job execution hadoop.
- Get the result from the output directory hadoop.
I do not know how to achieve this. I am using version 1.1.2 for adoop
I tried passing the jobtracker / namenode url in Job setup, but it fails.
I tried the following example: Running java hasoop on a local / remote cluster
Result: getting the error sequentially because the directory cannot be loaded. It is similar to this post:
Exception when sending mapreduce job from remote system
source
share