Search code examples
javahadoopenvironmentfacade

Wrapper for Hadoop Applications


Does there exist a wrapper for Hadoop applications? I'm referring to a wrapper that would turn a Hadoop setup into a standalone application. I understand that this would defeat the purpose of Hadoop. However, this would assist in developing Hadoop applications quite immensely.

I know that the Hadoop Netbeans plugin allows for the creation of a local in-app Hadoop environment. However, I am looking for an application where you can have it proxy your Hadoop application in a single application environment.


Solution

  • All you need is Hadoop in the CLASSPATH and it will run in local mode by default.