3

I am trying to run some map-reduce programs on a remote server of Hadoop 2.0.0, which is running on CentOS 6.4 using ssh.

I am using Eclipse LUNA on my windows 8 machine.

Is there a way to run the programs directly on my Eclipse without converting them to JAR files?

Manoj Kumar
  • 745
  • 2
  • 8
  • 29

1 Answers1

1

If hadoop is running on a linux machine, you can not connect directly from windows. The connection has to be SSH.

I hope you are looking for something like this:

https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.rse.doc.user%2Fgettingstarted%2Fgusing.html

The correct answer (similar) to this is here: Work on a remote project with Eclipse via SSH

Ajay Kumar
  • 2,906
  • 3
  • 23
  • 46