> On Jan. 30, 2015, 10:24 a.m., Jonathan Hurley wrote:
> > ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java,
> >  lines 1232-1257
> > <https://reviews.apache.org/r/30451/diff/1/?file=841753#file841753line1232>
> >
> >     I actually don't see a problem with creating a new configuration when 
> > hive server is moved, but apparently someone did since the bug was filed.
> >     
> >     With that said, comparing configurations for equality between a request 
> > and an existing configuration type is something that could probably go in 
> > ConfigHelper to be reused in other areas of the application. Can we move 
> > this to a central location?
> 
> Vitalyi Brodetskyi wrote:
>     I aggree with you that it will be better to move this in some central 
> place. But as of now, i'm going to work with stack upgrade testing and i 
> don't have a time to do this changes and fix tests for this. If you agree i 
> can create new ticket for this?

As long as a ticket exists, I'm OK with it since there's no problem with the 
code. Moving it to a central location would take only a few minutes though.


- Jonathan


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30451/#review70364
-----------------------------------------------------------


On Feb. 2, 2015, 10:55 a.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30451/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2015, 10:55 a.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Jonathan Hurley.
> 
> 
> Bugs: AMBARI-9414
>     https://issues.apache.org/jira/browse/AMBARI-9414
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> After adding, deleting or moving HiveServer2 new Hive configs version is 
> created, but it contains no difference with the previous one.
> The same occurs for core-site configs.
> 
> 
> Diffs
> -----
> 
>   
> ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
>  e867f99 
>   
> ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
>  e2ae6d6 
> 
> Diff: https://reviews.apache.org/r/30451/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>

Reply via email to