linkedin / dr-elephant

Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
Apache License 2.0
1.35k stars 858 forks source link

Params to be included for Tez View ? #373

Open Parth59 opened 6 years ago

Parth59 commented 6 years ago

https://github.com/linkedin/dr-elephant/blob/50a7409ea114761fdf554d293162f78d190255af/app-conf/FetcherConf.xml#L35-L38

Hi Folks,

To pull the job metrics and data from YARN Timeline Service API what is the syntax of the tag that needs to be included in so that I can specify the IP:port of the YARN Timeline Server API.

IP I tried this but am not sure if this works. Any help regarding this....
prachi2396 commented 6 years ago

Hi, You can add this code in the Fetcher.xml file:

`

tez
<classname>com.linkedin.drelephant.tez.fetchers.TezFetcher</classname>
  <timeline_server_url>10.xxx.xxx.xxx:portno</timeline_server_url>

`

Parth59 commented 6 years ago

Hi, Thanks it worked.....