Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Aug 18, 2020
2 parents 4e23617 + b4c934c commit 65c872a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file modified tutorials/puppet-solo-wordpress.tar.gz
Binary file not shown.
Binary file modified tutorials/spark-cluster-with-python.tar.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions tutorials/spark-cluster-with-python/infra-spark-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ nodes:
- &W
name: spark-worker
type: spark_worker_node
scaling:
scaling:
min: 1
max: 10

dependencies:
-
connection: [ *W, *M ]

Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ write_files:
su - sparkuser -c 'mkdir /home/sparkuser/example'
su - sparkuser -c 'wget https://raw.githubusercontent.com/occopus/docs/master/tutorials/spark-cluster-with-python/example/Spark_cluster_and_HDFS_cluster_test.ipynb -O /home/sparkuser/example/Spark_cluster_and_HDFS_cluster_test.ipynb'
su - sparkuser -c 'wget https://raw.githubusercontent.com/occopus/docs/master/tutorials/spark-cluster-with-python/example/sztaki_logo.jpg -O /home/sparkuser/example/sztaki_logo.jpg'
sed -i "s/xxxSPARKMASTERIPxxx/$MASTERIP/g" /home/sparkuser/Spark_cluster_and_HDFS_cluster_test.ipynb
sed -i "s/xxxSPARKMASTERIPxxx/$MASTERIP/g" /home/sparkuser/example/Spark_cluster_and_HDFS_cluster_test.ipynb
echo "Example created"
Expand Down
Binary file modified tutorials/tensorflow-keras-jupyter.tar.gz
Binary file not shown.

0 comments on commit 65c872a

Please sign in to comment.