Re: Re:Re: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations?

2015-04-21 Thread Dmitry Sen
Hi, Thanks for discovering this bug, it has been fixed in scope of AMBARI-10602 BR, Dmytro​ From: Qi Yun Liu Sent: Tuesday, April 21, 2015 5:24 AM To: user@ambari.apache.org Subject: Re:Re: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py

Re:Re: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations?

2015-04-20 Thread Qi Yun Liu
vices variable), and all details about the host (in hosts variable), so you can do additional improvements. https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py#L141 Hope that helps. Regards, Srimanth From: Qi Yun Liu Sent: Fr

Re: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations?

2015-04-17 Thread Srimanth Gunturi
Sent: Friday, April 17, 2015 4:38 AM To: user@ambari.apache.org Subject: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations? Hi Siddharth, Yes, I agree that it makes sense to get only 1 host when we were not supporting heterogeneous environments. At

Re: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations?

2015-04-17 Thread Siddharth Wagle
) BR, Sid From: Qi Yun Liu Sent: Friday, April 17, 2015 4:38 AM To: user@ambari.apache.org Subject: Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations? Hi Siddharth, Yes, I agree that it makes sense to get only 1 host

Re:Re: Re:Re: Re:How to get datanode numbers in stack_advisor.py#recommendHDFSConfigurations?

2015-04-17 Thread Qi Yun Liu
Hi Siddharth, Yes, I agree that it makes sense to get only 1 host when we were not supporting heterogeneous environments. At present, we might support heterogeneous environments, so it also make sense to update this method accordingly. In addition, I really need this method to return all hosts