k3s/examples/spark/images/driver
Zach Loafman 777d3a6ec0 Spark: Update to current example standards, add GCS connector
* Pod -> ReplicationController, which also forced me to hack around
hostname issue on the master. (Spark master sees the incoming slave
request to spark-master and assumes it's not meant for it, since it's
name is spark-master-controller-abcdef.)

* Remove service env dependencies (depend on DNS instead).

* JSON -> YAML.

* Add GCS connector.

* Make example do something actually useful: A familiar example to
anyone at Google, implement wordcount of all of Shakespeare's works.

* Fix a minor service connection issue in the gluster example.
2015-10-27 15:06:34 -07:00
..
Dockerfile Spark: Update to current example standards, add GCS connector 2015-10-27 15:06:34 -07:00
README.md fixed documentations after running gendocs.sh 2015-07-29 22:21:10 +02:00
start.sh Spark: Update to current example standards, add GCS connector 2015-10-27 15:06:34 -07:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/examples/spark/images/driver/README.md).

Documentation for other releases can be found at releases.k8s.io.

Analytics