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

Yun Tang commented on FLINK-18284:
----------------------------------

[~appleyuchi]
Feel a bit surprised that you replied so many comments but not ever build your 
own Flink-1.11 from starch. 

I think commands below could help you:

{code:bash}
git clone -b release-1.11 https://github.com/apache/flink.git
cd flink
mvn clean package -pl flink-dist -am -DskipTests -Dcheckstyle.skip  
-Pskip-webui-build
{code}

The reason why I mentioned log4j2 is because previous annoying outputs would 
only occur with log4j1.

I rebuild Flink-1.11 and verified on my local mac and CentOS, the annoying 
outputs have gone.


> No appenders could be found for logger 
> ---------------------------------------
>
>                 Key: FLINK-18284
>                 URL: https://issues.apache.org/jira/browse/FLINK-18284
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.11.1
>            Reporter: appleyuchi
>            Priority: Major
>
> start-scala-shell.sh local
> Starting Flink Shell:
> log4j:WARN No appenders could be found for logger 
> (org.apache.flink.configuration.GlobalConfiguration).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
>  
> what's the configuration to fix this warning,it's annoying.
> PS:
> configuration in log4j.properties did not work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to