spark-instrumented-optimizer/docker/build

5 lines
118 B
Plaintext
Raw Normal View History

#!/bin/bash
docker images > /dev/null || { echo Please install docker in non-sudo mode. ; exit; }
./spark-test/build