Created on 10-02-2018 03:43 AM - edited 08-17-2019 09:55 PM
Hi Team,
we have been observed yarn-service is launching ats-hbase application by default. what is the use of this application.?
Created 10-02-2018 04:02 AM
In HDP 3.0, yarn has a new implementation of Timeline server called Timeline server v2 (previouly timeline 1.5 was used).
TS v2 uses HBase for storing the information of all the applications. TS v2 will be started either as a system service (which is a yarn application) or in embedded mode ( runs a standalone hbase server) based on the resources. If the cluster has enough resources it will be started as a system service or yarn application which is true in your case.
You can check the config ( is_hbase_system_service ) to check if is running as a yarn application or in standalone mode.
.
You can read more about timeline server 2.0 here
.
Please "Accept" if this helps 🙂
Created 10-02-2018 04:02 AM
In HDP 3.0, yarn has a new implementation of Timeline server called Timeline server v2 (previouly timeline 1.5 was used).
TS v2 uses HBase for storing the information of all the applications. TS v2 will be started either as a system service (which is a yarn application) or in embedded mode ( runs a standalone hbase server) based on the resources. If the cluster has enough resources it will be started as a system service or yarn application which is true in your case.
You can check the config ( is_hbase_system_service ) to check if is running as a yarn application or in standalone mode.
.
You can read more about timeline server 2.0 here
.
Please "Accept" if this helps 🙂
Created 06-12-2019 10:43 AM
@Aditya Sirna @subhash parise @Jay Kumar SenSharma
can we kill this application? it is taking too much time to finish
Created 10-07-2020 04:28 AM
Its a service that's running, not a job. So avoid killing it.