Hello All How do I create a Job in Hadoop using Class Job? And how do I run it? Generally JobClient.runJob(conf) is used, but the parameter in not of the type Job.
Also How do I use the class JobControl? Can I create Threads in a Hadoop (similar to multithreading in JAVA), where different Threads call diffrent hadoop jobs? I guess JobControl is connected to all this in some way. Thanks for you help Mithila Nagendra