Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created June 8, 2016 00:57
Show Gist options
  • Save tag1216/aedd5299de924e66ea0c7e5c1ab734c4 to your computer and use it in GitHub Desktop.
Save tag1216/aedd5299de924e66ea0c7e5c1ab734c4 to your computer and use it in GitHub Desktop.
Hadoop Log確認
# JOBのステータス確認
mapred job status job_1465270010777_0007
# JOBのログ確認
mapred job -logs job_1465270010777_0007
# JOBのタスクID一覧
mapred job -list-attempt-ids job_1465270010777_0007 MAP completed
# タスクのログ確認
mapred job -logs job_1465270010777_0007 attempt_1465270010777_0007_m_000001_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment