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

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

kasakrisz commented on a change in pull request #79: AMBARI-22750. Add custom 
input / mapper descriptor to config api
URL: https://github.com/apache/ambari/pull/79#discussion_r160637366
 
 

 ##########
 File path: 
ambari-logsearch/ambari-logsearch-config-api/src/main/java/org/apache/ambari/logsearch/config/api/model/inputconfig/CustomDescriptor.java
 ##########
 @@ -0,0 +1,31 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ambari.logsearch.config.api.model.inputconfig;
+
+import java.util.Map;
+
+public interface CustomDescriptor {
+  Map<String, Object> getProperties();
+
+  void setProperties(Map<String, Object> properties);
+
+  String getMapperClassName();
+
+  void setClassName(String className);
 
 Review comment:
   This can be setMapperClassName

----------------------------------------------------------------
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


> Log Feeder: refactor - make input/output/filter/mappers pluggable
> -----------------------------------------------------------------
>
>                 Key: AMBARI-22750
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22750
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-logsearch
>    Affects Versions: 3.0.0
>            Reporter: Olivér Szabó
>            Assignee: Olivér Szabó
>             Fix For: 3.0.0
>
>   Original Estimate: 144h
>  Remaining Estimate: 144h
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to