Skip to content

Commit 75bf560

Browse files
author
Janos Matyas
committed
Update README.md
1 parent 231b2d3 commit 75bf560

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Apache Spark on Docker
44
This repository contains a Docker file to build a Docker image with Apache Spark. This Docker image depends on our previous [Hadoop Docker](https://github.com/sequenceiq/hadoop-docker) image, available at the SequenceIQ [GitHub](https://github.com/sequenceiq) page.
55
The base Hadoop Docker image is also available as an official [Docker image](https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/) (sequenceiq/hadoop-docker).
66

7+
##Pull the image from Docker Repository
8+
```
9+
docker pull sequenceiq/spark
10+
```
11+
712
## Building the image
813
```
914
docker build --rm -t sequenceiq/spark .
@@ -15,7 +20,9 @@ docker run -i -t -h sandbox sequenceiq/spark /etc/bootstrap.sh -bash
1520
```
1621

1722
## Versions
23+
```
1824
Hadoop 2.4.1 and Apache Spark v1.0.1-rc2
25+
```
1926

2027
## Testing
2128

0 commit comments

Comments
 (0)