aboutsummaryrefslogtreecommitdiff
path: root/docker/build
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-10-05 23:07:26 -0700
committerAaron Davidson <aaron@databricks.com>2013-10-05 23:20:31 -0700
commite1190229e13453cdb1e7c28fdf300d1f8dd717c2 (patch)
tree25a210aadb5fc32c9104b9415566d030a94c28d5 /docker/build
parent0f070279e7cd224de48333b572d3080b742a82d7 (diff)
downloadspark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.tar.gz
spark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.tar.bz2
spark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.zip
Add end-to-end test for standalone scheduler fault tolerance
Docker files drawn mostly from Matt Masse. Some updates from Andre Schumacher.
Diffstat (limited to 'docker/build')
-rwxr-xr-xdocker/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/build b/docker/build
new file mode 100755
index 0000000000..bb2d972cd2
--- /dev/null
+++ b/docker/build
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+docker images > /dev/null || { echo Please install docker in non-sudo mode. ; exit; }
+
+./spark-test/build \ No newline at end of file