We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbbdd7 commit 6b54646Copy full SHA for 6b54646
README.md
@@ -4,7 +4,7 @@ An example of docker-compose to set up a single [Apache Spark](http://spark.apac
4
5
### Starting up
6
7
-You can start by running commang :
+You can start by running command :
8
9
```
10
docker-compose run spark bash
spark/Dockerfile
@@ -31,5 +31,5 @@ RUN wget http://central.maven.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mon
31
32
# add readme file to start-up
33
COPY readme.txt /home/ubuntu/readme.txt
34
-
+COPY find_documents.scala /home/ubuntu/find_documents.scala
35
0 commit comments