Is jar creation necessary to execute MR on a remote cluster

北战南征 提交于 2020-01-14 03:35:07

问题


I have been trying Spring Data for Hadoop to execute a MR job from my local Windows STS on a remote Hadoop cluster.

The issue I face is mentioned in detail here

There's a similar thread that has forced me to ask the below question.

Is it necessary to first create a .jar file on my local windows machine(within the Eclipse/STS project's lib etc.) before it can be executed on a remote Hadoop cluster? Can't Spring Data simply push my code onto the remote cluster and trigger the execution?

来源:https://stackoverflow.com/questions/21676531/is-jar-creation-necessary-to-execute-mr-on-a-remote-cluster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!