Hi Krishna, Do you simply want to schedule the job to run at specific times? If so, I believe oozie maybe what you are looking for.
Regards, Robert On Fri, Jan 4, 2013 at 6:40 AM, Krishna Rao <[email protected]> wrote: > Hi al, > > I have a java application jar that converts some files and writes directly > into hdfs. > > If I want to run the jar I need to run it using "hadoop jar <application > jar>", so that it can access HDFS (that is running "java -jar <application > jar> results in a HDFS error"). > > Is it possible to run an jar as a hadoop daemon? > > Cheers, > > Krishna >
