I am new to Hadoop and offer apologies if this is a naive question.
I have a compiled jar version of Hadoop program. I want to run that Hadoop program (the compiled jar bundle) in local mode (from a Java program). I have no idea how can I do that. I could not locate a tutorial which talks about this. The situation is exacerbated by the fact that jar of Hadoop program is created at runtime so I can not add the jar to my dependencies and use that. Any help or pointer will be appreciated.