You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DB Tsai (JIRA)" <ji...@apache.org> on 2018/07/11 18:06:00 UTC

[jira] [Created] (SPARK-24785) Making sure REPL prints Spark UI info and then Welcome message

DB Tsai created SPARK-24785:
-------------------------------

             Summary: Making sure REPL prints Spark UI info and then Welcome message
                 Key: SPARK-24785
                 URL: https://issues.apache.org/jira/browse/SPARK-24785
             Project: Spark
          Issue Type: Improvement
          Components: Spark Shell
    Affects Versions: 2.4.0
            Reporter: DB Tsai


After [SPARK-24418] the welcome message will be printed first, and then scala prompt will be shown before the Spark UI info is printed as the following.

{code:java}
 apache-spark git:(scala-2.11.12) ✗ ./bin/spark-shell 
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 2.4.0-SNAPSHOT
      /_/
         
Using Scala version 2.11.12 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_161)
Type in expressions to have them evaluated.
Type :help for more information.

scala> Spark context Web UI available at http://192.168.1.169:4040
Spark context available as 'sc' (master = local[*], app id = local-1528180279528).
Spark session available as 'spark'.


scala> 
{code}

Although it's a minor issue, but visually, it doesn't look nice as the existing behavior. 





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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