Back

Forum Replies Created

Viewing 0 reply threads
  • Author
    Posts
    • #12835
      hadooplearner
      Participant

      Follow below steps:
      1. First create the JobConf object “job1” for the first job and set all the parameters with “input” as inputdirectory and “temp” as output directory. Execute this job: JobClient.run(job1).
      2. Immediately below it, create the JobConf object “job2” for the second job and set all the parameters with “temp” as inputdirectory and “output” as output directory. Finally execute second job: JobClient.run(job2).

Viewing 0 reply threads