Using Eclipse I have built a MapReduce app. that uses also HCatalog and Hive jar files. This app was developed in Eclipse project on a local Hadoop installation. All neccessary jar files were simply included in Eclipse project from directories where Hadoop and Hive are installed on local node.
Now I need to run this app. on multi-node Hadoop installed elsewhere. Please advise on the best way tp package all neccessary jars in a single app. Or should I set CLASSPATH on the node where I plan to run my app? It would be nice to build a single self-sufficient jar right in Eclipse.
Thanks!