Skip to content

Commit

Permalink
Set Spark version 1.3.0 in Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Feb 28, 2015
1 parent 6134649 commit eb8ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/src/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESOURCE_DIR := src/main/resources
SCALA_FILES := $(wildcard $(SCALA_SOURCE_DIR)/*.scala)
RESOURCE_FILES := $(wildcard $(RESOURCE_DIR)/*)

SPARK_VERSION ?= 1.1.0
SPARK_VERSION ?= 1.3.0
SPARK_HADOOP_VERSION ?= 1.0.4
SPARK_YARN_VERSION ?= 2.4.0

Expand Down

0 comments on commit eb8ac11

Please sign in to comment.