使用eclipse连接远程hadoop服务器

nmpmafwu  于 2021-06-02  发布在  Hadoop
关注(0)|答案(1)|浏览(436)

我正在尝试在hadoop2.0.0的远程服务器上运行一些map-reduce程序,hadoop2.0.0使用ssh在centos6.4上运行。
我在Windows8机器上使用EclipseLuna。
有没有一种方法可以直接在我的eclipse上运行程序而不将它们转换成jar文件?

sc4hvdpw

sc4hvdpw1#

如果hadoop在linux机器上运行,则不能直接从windows连接。连接必须是ssh。
我希望你在找这样的东西:
https://help.eclipse.org/kepler/index.jsp?topic=%2forg.eclipse.rse.doc.user%2fgettingstarted%2fgusing.html
正确答案(类似于)如下:通过ssh使用eclipse处理远程项目

相关问题