[ 
https://issues.apache.org/jira/browse/SPARK-24785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-24785:
------------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>            Priority: Major
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to