Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version number in scala and python shell
  • Loading branch information
markhamstra committed May 28, 2014
commit c2543492a0e4c6327aba605a2bc53645579e145a
2 changes: 1 addition & 1 deletion python/pyspark/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/__ / .__/\_,_/_/ /_/\_\ version 0.9.1-candidate-csd-1-SNAPSHOT
/__ / .__/\_,_/_/ /_/\_\ version 0.9.2
/_/
"""
print "Using Python version %s (%s, %s)" % (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait SparkILoopInit {
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 0.9.1
/___/ .__/\_,_/_/ /_/\_\ version 0.9.2
/_/
""")
import Properties._
Expand Down