Re: Filtering hadoop metrics

2015-04-21 Thread Akmal Abbasov
Hi Ted, I am using hadoop-2.5.1 Thank you. On 21 Apr 2015, at 19:32, Ted Yu yuzhih...@gmail.com wrote: What release of hadoop are you using ? Maybe try regex such as: [Ugi]*Metrics[System]* Cheers On Tue, Apr 21, 2015 at 9:43 AM, Akmal Abbasov akmal.abba...@icloud.com

Re: Filtering hadoop metrics

2015-04-21 Thread Ted Yu
What release of hadoop are you using ? Maybe try regex such as: [Ugi]*Metrics[System]* Cheers On Tue, Apr 21, 2015 at 9:43 AM, Akmal Abbasov akmal.abba...@icloud.com wrote: Hi, I am now working on hadoop cluster monitoring, and currently playing with hadoop-metrics2.properties file. I would

Re: Filtering hadoop metrics

2015-04-21 Thread Akmal Abbasov
Hi Ted, I’ve tried [Ugi]*Metrics[System]*, and in this case the output contains both of them. Thank you. On 21 Apr 2015, at 19:39, Akmal Abbasov akmal.abba...@icloud.com wrote: Hi Ted, I am using hadoop-2.5.1 Thank you. On 21 Apr 2015, at 19:32, Ted Yu yuzhih...@gmail.com

Filtering hadoop metrics

2015-04-21 Thread Akmal Abbasov
Hi, I am now working on hadoop cluster monitoring, and currently playing with hadoop-metrics2.properties file. I would like to use filters to exclude the records which I am not going to use. In fact I am trying to exclude “UgiMetrics” and “MetricsSystem” records, by using the following