Skip to content

Commit e57200a

Browse files
committed
Minor fixes in scripts
1 parent a2444f3 commit e57200a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: assignments/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -eou pipefail
3-
docker build -t luisbelloch/spark-assigments .
3+
docker build -t luisbelloch/spark-assignments .
44

Diff for: infra/docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tag:
1212
push:
1313
docker push luisbelloch/spark:2.2.1
1414
docker push luisbelloch/spark:2018.1
15-
# docker push luisbelloch/spark
15+
docker push luisbelloch/spark
1616

1717
list:
1818
docker images luisbelloch/spark

Diff for: spark/enable_history.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# spark-submit --verbose --master spark://MASTER:7077 --properties-file enable_history.properties --py-files helpers.py SCRIPT
22
spark.eventLog.enabled=true
33
spark.history.fs.logDirectory=/tmp/spark-events
4+

0 commit comments

Comments
 (0)