[
https://issues.apache.org/jira/browse/CARBONDATA-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
yutao updated CARBONDATA-3925:
------------------------------
Description:
in CarbonWriter.java code ,you can find this;
public abstract class *{color:red}CarbonWriter{color}* extends ProxyFileWriter<Object[]> {
private static final Logger LOGGER =
LogServiceFactory.getLogService({color:red}CarbonS3Writer{color}.class.getName());}
always wo can find logfile print like ;
2020-07-27 14:19:25,107 DEBUG org.apache.carbon.flink.CarbonS3Writer
this is puzzled
was:in CarbonWriter.java code ,you can find this
> flink-integration CarbonWriter.java LOG print use CarbonS3Writer's classname
> ----------------------------------------------------------------------------
>
> Key: CARBONDATA-3925
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3925> Project: CarbonData
> Issue Type: Improvement
> Components: flink-integration
> Affects Versions: 2.0.0
> Reporter: yutao
> Priority: Minor
> Fix For: 2.0.1
>
>
> in CarbonWriter.java code ,you can find this;
> public abstract class *{color:red}CarbonWriter{color}* extends ProxyFileWriter<Object[]> {
> private static final Logger LOGGER =
> LogServiceFactory.getLogService({color:red}CarbonS3Writer{color}.class.getName());}
> always wo can find logfile print like ;
> 2020-07-27 14:19:25,107 DEBUG org.apache.carbon.flink.CarbonS3Writer
> this is puzzled
--
This message was sent by Atlassian Jira
(v8.3.4#803005)