Github user yongtang commented on the pull request:
https://github.com/apache/spark/pull/7346#issuecomment-120991521
@JoshRosen
The test was done with the following:
1. Installed doker first (on Ubuntu 14.04):
```sh
wget -qO- https://get.docker.com/ | sh
```
2. Place the following script in spark directory:
```sh
#!bin/bash
set -xe
sudo docker build -t spark-test-base docker/spark-test/base/
sudo docker build -t spark-test-master docker/spark-test/master/
sudo docker build -t spark-test-worker docker/spark-test/worker/
```
3. On mater branch you will encounter an error as there is a conflict with
package openjdk-7-jre-headless and tzdata-java.
4. On patched one the script will complete successfully.
Please let me know if there is any issues.
Thanks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]