Nicholas Chammas created SPARK-2697:
---------------------------------------
Summary: Source Scala and Python shell banners from a single place
Key: SPARK-2697
URL: https://issues.apache.org/jira/browse/SPARK-2697
Project: Spark
Issue Type: Improvement
Components: PySpark, Spark Core
Reporter: Nicholas Chammas
Priority: Minor
* Here's the [Scala shell
banner|https://github.com/apache/spark/blob/79820fe825ed7c09d55f50503b7ab53d4585e5f7/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala#L25]
* Here's the [Python shell
banner|https://github.com/apache/spark/blob/5d16d5bbfd242c16ee0d6952c48dcd90651f8ae2/python/pyspark/shell.py#L46]
They're independent. As such, updates to the banner need to be made in two
places.
If not too disruptive, it would be better if the code were refactored so that
updates only need to be made in one place.
--
This message was sent by Atlassian JIRA
(v6.2#6252)