Can someone please explain how to set up a dev environment for Hadoop on remote machine. Most of the tutorials online seem to be focused on local mode or pseudo distributed mode, which involve installing hadoop locally or through cygwin. I'd like to avoid this. Ideally I would like to push code to the remote cluster through eclipse without having hadoop on my local machine.
I already have a cluster and can access the file system though Eclipse - Hadoop Plugin, but how does one submit a job to the remote cluster ? What parameters in eclipse plugin should I change ? (I correctly set up namenode, job tracker location, but advanced configuration shows datanode directory, datanode location and many other settings). Thanks
