Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.1
-
None
-
Ubuntu18.04
JAVA 1.8.0_241
Hadoop-3.2.1
Description
I am new to learn YARN SLS. After the configuration of HADOOP and YARN SLS, I run the example in sample-data. It doesn't have WARNING or ERROR. I can see the chart and data changing in real time by host:port/simulate but I can not analyse the realtimetrack.json file by showSimulationTrace.html after the run. I modified my file with the improvement of YARN-9836 but it still can't analyze trace. The whole INFO file is placed in .txt.
// code placeholder # Begining INFO conf.Configuration: resource-types.xml not found INFO resource.ResourceUtils:Unable to find 'resource-types.xml'. # Finally 2020-02-20 14:59:40,838 INFO sls.SLSRunner: SLSRunner tears down. 2020-02-20 14:59:40,839 INFO resourcemanager.RMAppManager$ApplicationSummary: appId=application_1582181515746_0002,name=N/A,user=jenkins,queue=sls_queue_1,state=FINISHED,trackingUrl=http://host2-virtual-machine:18088/proxy/application_1582181515746_0002/,appMasterHost=localhost,submitTime=1582181622389,startTime=1582181622389,launchTime=-1,finishTime=1582181980390,finalStatus=SUCCEEDED,memorySeconds=2433739,vcoreSeconds=2313,preemptedMemorySeconds=0,preemptedVcoreSeconds=0,preemptedAMContainers=0,preemptedNonAMContainers=0,preemptedResources=<memory:0\, vCores:0>,applicationType=YARN,resourceSeconds=2433739 MB-seconds\, 2313 vcore-seconds,preemptedResourceSeconds=0 MB-seconds\, 0 vcore-seconds,applicationTags=
I want to know how to solve it or a more correct configuration process. Thank you very much.