[ 
https://issues.apache.org/jira/browse/AMBARI-24895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687987#comment-16687987
 ] 

ASF GitHub Bot commented on AMBARI-24895:
-----------------------------------------

kasakrisz commented on a change in pull request #15: AMBARI-24895 - Infra 
Manager: code clean up
URL: https://github.com/apache/ambari-infra/pull/15#discussion_r233827919
 
 

 ##########
 File path: 
ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/Solr.java
 ##########
 @@ -41,7 +41,7 @@
 import org.slf4j.LoggerFactory;
 
 public class Solr {
-  private static final Logger LOG = LoggerFactory.getLogger(Solr.class);
+  private static final Logger logger = LoggerFactory.getLogger(Solr.class);
 
 Review comment:
   I am going to replace it to make it consistent.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Infra Manager: code clean up
> ----------------------------
>
>                 Key: AMBARI-24895
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24895
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-infra
>    Affects Versions: 2.8.0
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>
> * rename LOG -> logger
> * remove slf4j use log4j2
> * merge Job Properties and Job Parameter classes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to