diff options
| author | Anirudh Ramanathan <foxish@users.noreply.github.com> | 2017-03-29 16:10:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 16:10:05 -0700 |
| commit | afc24b3d1bae916e43d3294fc6e11d2384028c74 (patch) | |
| tree | a660d20ff0238de803074dd08a9eb403d4b21c04 | |
| parent | bad8849c0e67fed4632e9b8be62a964de37e427d (diff) | |
| parent | 8d57a58dcf09bd0f020d1d54ca512a4617669073 (diff) | |
Merge pull request #492 from foxish/foxish-patch-1
Add links to design docs and resources
| -rw-r--r-- | sig-big-data/resources.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sig-big-data/resources.md b/sig-big-data/resources.md new file mode 100644 index 00000000..9774fbdf --- /dev/null +++ b/sig-big-data/resources.md @@ -0,0 +1,12 @@ +# Resources + +### Spark +* [Spark on Kubernetes Design Proposal](https://docs.google.com/document/d/1_bBzOZ8rKiOSjQg78DXOA3ZBIo_KkDJjqxVuq0yXdew/edit#) +* [Spark Dynamic Allocation Proposal](https://docs.google.com/document/d/1S9OMnFaeSf_UUxWpMpvC7ERcWx-jDr2g85MWri3Hccc/edit?usp=sharing) +* [SPARK-JIRA](https://issues.apache.org/jira/browse/SPARK-18278) +* [Kubernetes Issue #34377](https://github.com/kubernetes/kubernetes/issues/34377) +* [External Repository](https://github.com/apache-spark-on-k8s/spark) + +### HDFS +* [Data Locality Doc](https://docs.google.com/document/d/1TAC6UQDS3M2sin2msFcZ9UBBQFyyz4jFKWw5BM54cQo/edit) +* [External Repository](https://github.com/apache-spark-on-k8s/kubernetes-HDFS) |
