You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/01/23 09:31:00 UTC

[jira] [Created] (FLINK-15735) Too many warnings when running bin/start-cluster.sh

Aljoscha Krettek created FLINK-15735:
----------------------------------------

             Summary: Too many warnings when running bin/start-cluster.sh
                 Key: FLINK-15735
                 URL: https://issues.apache.org/jira/browse/FLINK-15735
             Project: Flink
          Issue Type: Bug
          Components: Command Line Client
            Reporter: Aljoscha Krettek
             Fix For: 1.10.0


Running {{bin/start-cluster.sh}} now prints:
{code}
$ bin/start-cluster.sh
Starting cluster.
Starting standalonesession daemon on host Aljoschas-MacBook-Pro-Work.local.
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.
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.
Starting taskexecutor daemon on host Aljoschas-MacBook-Pro-Work.local.
{code}

I think we were not printing that before and we probably shouldn't do so now.



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