Baidu AI Cloud
中国站

百度智能云

MapReduce

View Results

  1. In "Product Service>MapReduce>Baidu MapReduce-Job List", click job name to view necessary information of job.

image.png

  1. Hadoop divides job into some tasks to process, and task types are map tasks and reduce tasks. Click drop-down angle bracket to view task processing conditions.
  2. In case of failure, every task has four attempts, and information on every attempt is recorded in "View Attempt". Click "View Attempt" corresponding to "MAP" and "REDUCE" to view attempt information.
  3. You can click "Job Log" to view job logs, and the Spark job has no logs. The logs to show are syslog, stderr, and stdout.

    • Syslog records details on job running;

      image.png

    • stderr records errors on job running;

      image.png

    • stdout records outputs after the job is completed;

      image.png

Previous
Development Step
Next
Introduction to Open-Source Components