Skip to content

Commit 6b54646

Browse files
committed
Added find_documents.scala
1 parent 4cbbdd7 commit 6b54646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An example of docker-compose to set up a single [Apache Spark](http://spark.apac
44

55
### Starting up
66

7-
You can start by running commang :
7+
You can start by running command :
88

99
```
1010
docker-compose run spark bash

spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ RUN wget http://central.maven.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mon
3131

3232
# add readme file to start-up
3333
COPY readme.txt /home/ubuntu/readme.txt
34-
34+
COPY find_documents.scala /home/ubuntu/find_documents.scala
3535

0 commit comments

Comments
 (0)