Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Testing - checkout specific branch on mesosphere/spark
Browse files Browse the repository at this point in the history
  • Loading branch information
samvantran committed Jun 29, 2018
1 parent e4c0a42 commit 951535a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ HADOOP_VERSION ?= $(shell jq ".default_spark_dist.hadoop_version" "$(ROOT_DIR)/m
SPARK_DIR ?= $(ROOT_DIR)/spark
$(SPARK_DIR):
git clone $(SPARK_REPO_URL) $(SPARK_DIR)
cd $(SPARK_DIR)
git checkout remotes/origin/shell-escaping

prod-dist: $(SPARK_DIR)
pushd $(SPARK_DIR)
Expand Down

0 comments on commit 951535a

Please sign in to comment.