You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/12/31 01:57:00 UTC

[jira] [Created] (SPARK-37792) Spark shell sets log level to INFO by default

Hyukjin Kwon created SPARK-37792:
------------------------------------

             Summary: Spark shell sets log level to INFO by default
                 Key: SPARK-37792
                 URL: https://issues.apache.org/jira/browse/SPARK-37792
             Project: Spark
          Issue Type: Improvement
          Components: Spark Shell
    Affects Versions: 3.3.0
            Reporter: Hyukjin Kwon


{code}
./bin/spark-shell
{code}

{code}
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
21/12/31 10:55:04 INFO SignalUtils: Registering signal handler for INT
21/12/31 10:55:08 INFO HiveConf: Found configuration file null
21/12/31 10:55:08 INFO SparkContext: Running Spark version 3.3.0-SNAPSHOT
...

21/12/31 10:55:09 INFO BlockManager: Initialized BlockManager: BlockManagerId(driver, 172.30.2.218, 64323, None)
...
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 3.3.0-SNAPSHOT
      /_/

Using Scala version 2.12.15 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_291)
Type in expressions to have them evaluated.
Type :help for more information.
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org