File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,4 @@ COPY cassandra.yaml /opt/apache-cassandra-2.0.11-bin/conf/cassandra.yaml
1212
1313# setup vagrant account
1414# update hosts file...
15- COPY hosts /etc/hosts2
16- RUN cat /etc/hosts2 >> /etc/hosts
1715CMD /opt/apache-cassandra-2.0.11/bin/cassandra -f
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ COPY spark-1.2.0-bin-hadoop2.4.tgz /opt/
1313RUN tar -xzf /opt/spark-1.2.0-bin-hadoop2.4.tgz -C /opt/
1414RUN echo "SPARK_HOME=/opt/spark-1.2.0-bin-hadoop2.4" >> /etc/environment
1515
16- RUN echo "172.17.0.2 scale1.docker" >> /etc/hosts
17- RUN echo "172.17.0.3 scale2.docker" >> /etc/hosts
16+ # RUN echo "172.17.0.2 scale1.docker" >> /etc/hosts
17+ # RUN echo "172.17.0.3 scale2.docker" >> /etc/hosts
1818
1919RUN echo "JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk/" >> /opt/spark-1.2.0-bin-hadoop2.4/conf/spark-env.sh
2020
You can’t perform that action at this time.
0 commit comments