-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSample_output
More file actions
80 lines (80 loc) · 7.32 KB
/
Sample_output
File metadata and controls
80 lines (80 loc) · 7.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[sathish@host bin]$ sh appanalyzer.sh application_1548420636315_0001 /var/log/hadoop-yarn/hadoop-cmf-YARN-1-RESOURCEMANAGER-host.log.out
-------------------------------------------------------------------------------------------------
| Time Stamp | State | Applicatoin ID | User | Queue name| Curr Apps|
-------------------------------------------------------------------------------------------------
2019-01-2504:54:10,393 | Accepted | application_1548420636315_0001|sathish, | root.users.sathish, | 1
-------------------------------------------------------------------------------------------------
Application State changes:
=========================
-----------------------------------------------------------------------------------------
2019-01-25|04:54:10,343 | application_1548420636315_0001 | NEW-->NEW_SAVING
2019-01-25|04:54:10,354 | application_1548420636315_0001 | NEW_SAVING-->SUBMITTED
2019-01-25|04:54:10,395 | application_1548420636315_0001 | SUBMITTED-->ACCEPTED
2019-01-25|04:54:16,599 | application_1548420636315_0001 | ACCEPTED-->RUNNING
2019-01-25|04:54:31,315 | application_1548420636315_0001 | RUNNING-->FINAL_SAVING
2019-01-25|04:54:31,320 | application_1548420636315_0001 | FINAL_SAVING-->FINISHING
2019-01-25|04:54:37,487 | application_1548420636315_0001 | FINISHING-->FINISHED
-----------------------------------------------------------------------------------------
Master Container On:
====================
2019-01-25 04:54:11,167 INFO org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl: Storing attempt: AppId: application_1548420636315_0001 AttemptId: appattempt_1548420636315_0001_000001 MasterContainer: Container: [ContainerId: container_e37_1548420636315_0001_01_000001, NodeId: host-10-17-103-104.coe.cloudera.com:8041, NodeHttpAddress: host-10-17-103-104.coe.cloudera.com:8044, Resource: <memory:1024, vCores:1>, Priority: 0, Token: Token { kind: ContainerToken, service: 10.17.103.104:8041 }, ]
Containers:
===========
-------------------------------------------------------------------------------------------------------------------------------------
2019-01-25 |04:54:11,162 |Allocated |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000001 |
2019-01-25 |04:54:18,192 |Allocated |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000002 |
2019-01-25 |04:54:18,192 |Allocated |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000003 |
2019-01-25 |04:54:22,348 |Released |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000003 |
2019-01-25 |04:54:22,404 |Released |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000002 |
2019-01-25 |04:54:24,227 |Allocated |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000004 |
2019-01-25 |04:54:31,369 |Released |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000004 |
2019-01-25 |04:54:37,486 |Released |RESULT=SUCCESS |CONTAINERID=container_e37_1548420636315_0001_01_000001 |
-------------------------------------------------------------------------------------------------------------------------------------
Allocated Containers and Nodes:
===============================
---------------------------------------------------------------------------------------------------------------------------------------------------------
2019-01-2504:54:11,162 | Assigned | container_e37_1548420636315_0001_01_000001 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 1
2019-01-2504:54:18,192 | Assigned | container_e37_1548420636315_0001_01_000002 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 2
2019-01-2504:54:18,192 | Assigned | container_e37_1548420636315_0001_01_000003 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 3
2019-01-2504:54:24,227 | Assigned | container_e37_1548420636315_0001_01_000004 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 1
---------------------------------------------------------------------------------------------------------------------------------------------------------
Total Number of Containers Allocated: 4
Released Containers and Nodes:
===============================
---------------------------------------------------------------------------------------------------------------------------------------------------------
2019-01-2504:54:22,348 | Released | container_e37_1548420636315_0001_01_000003 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 2
2019-01-2504:54:22,404 | Released | container_e37_1548420636315_0001_01_000002 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 1
2019-01-2504:54:31,369 | Released | container_e37_1548420636315_0001_01_000004 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 0
2019-01-2504:54:37,486 | Released | container_e37_1548420636315_0001_01_000001 | <memory:1024,vCores:1>onhost | host-10.x.x.x:8041, | 0
---------------------------------------------------------------------------------------------------------------------------------------------------------
Container State changes:
=========================
-----------------------------------------------------------------------------------------
container_e37_1548420636315_0001_01_000001
-----------------------------------------------------------------------------------------
2019-01-25|04:54:11,161 | container_e37_1548420636315_0001_01_000001 | NEW -->ALLOCATED
2019-01-25|04:54:11,166 | container_e37_1548420636315_0001_01_000001 | ALLOCATED -->ACQUIRED
2019-01-25|04:54:12,159 | container_e37_1548420636315_0001_01_000001 | ACQUIRED -->RUNNING
2019-01-25|04:54:37,486 | container_e37_1548420636315_0001_01_000001 | RUNNING -->COMPLETED
-----------------------------------------------------------------------------------------
container_e37_1548420636315_0001_01_000002
-----------------------------------------------------------------------------------------
2019-01-25|04:54:18,192 | container_e37_1548420636315_0001_01_000002 | NEW -->ALLOCATED
2019-01-25|04:54:18,666 | container_e37_1548420636315_0001_01_000002 | ALLOCATED -->ACQUIRED
2019-01-25|04:54:19,195 | container_e37_1548420636315_0001_01_000002 | ACQUIRED -->RUNNING
2019-01-25|04:54:22,404 | container_e37_1548420636315_0001_01_000002 | RUNNING -->COMPLETED
-----------------------------------------------------------------------------------------
container_e37_1548420636315_0001_01_000003
-----------------------------------------------------------------------------------------
2019-01-25|04:54:18,192 | container_e37_1548420636315_0001_01_000003 | NEW -->ALLOCATED
2019-01-25|04:54:18,667 | container_e37_1548420636315_0001_01_000003 | ALLOCATED -->ACQUIRED
2019-01-25|04:54:19,195 | container_e37_1548420636315_0001_01_000003 | ACQUIRED -->RUNNING
2019-01-25|04:54:22,348 | container_e37_1548420636315_0001_01_000003 | RUNNING -->COMPLETED
-----------------------------------------------------------------------------------------
container_e37_1548420636315_0001_01_000004
-----------------------------------------------------------------------------------------
2019-01-25|04:54:24,227 | container_e37_1548420636315_0001_01_000004 | NEW -->ALLOCATED
2019-01-25|04:54:24,733 | container_e37_1548420636315_0001_01_000004 | ALLOCATED -->ACQUIRED
2019-01-25|04:54:25,248 | container_e37_1548420636315_0001_01_000004 | ACQUIRED -->RUNNING
2019-01-25|04:54:31,369 | container_e37_1548420636315_0001_01_000004 | RUNNING -->COMPLETED
[sathish@host bin]$