Executing the Job
About this task
Then you can run this Job.
Procedure
Results
Once done, browse to the locations where the results were written in HDFS.
The following image presents the results sorted by name:
The following image presents the results sorted by state:
If you need to obtain more details about the Job, it is recommended to use the web console of the Jobtracker provided by the Hadoop distribution you are using.
In JobHistory, you can easily find the execution status of your Pig Job because the name of the Job is automatically created by concatenating the name of the project that contains the Job, the name and version of the Job itself and the label of the first tPigLoad component used in it. The naming convention of a Pig Job in JobHistory is ProjectName_JobNameVersion_FirstComponentName.