Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mafernandez-stratio committed Jan 27, 2016
1 parent 3ce7ad5 commit ea84513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stratio-xd-init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ println("""Welcome to Stratio
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version %s
/_/
""".format("1.1.0", CrossdataVersion))
""".format(CrossdataVersion, SPARK_VERSION))

val xdContext = new XDContext(sc)

0 comments on commit ea84513

Please sign in to comment.