Skip to content

Commit

Permalink
Update REPL to include the default syntax. Boost sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
imarios committed Oct 8, 2017
1 parent 8b2ad48 commit 39e25b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ lazy val framelessTypedDatasetREPL = Seq(
|import org.apache.spark.{SparkConf, SparkContext}
|import org.apache.spark.sql.SparkSession
|import frameless.functions.aggregate._
|import frameless.syntax._
|
|val conf = new SparkConf().setMaster("local[*]").setAppName("frameless repl").set("spark.ui.enabled", "false")
|val spark = SparkSession.builder().config(conf).appName("REPL").getOrCreate()
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.16

0 comments on commit 39e25b2

Please sign in to comment.