-
- Downloads
[SPARK-14342][CORE][DOCS][TESTS] Remove straggler references to Tachyon
## What changes were proposed in this pull request? Straggler references to Tachyon were removed: - for docs, `tachyon` has been generalized as `off-heap memory`; - for Mesos test suits, the key-value `tachyon:true`/`tachyon:false` has been changed to `os:centos`/`os:ubuntu`, since `os` is an example constrain used by the [Mesos official docs](http://mesos.apache.org/documentation/attributes-resources/). ## How was this patch tested? Existing test suites. Author: Liwei Lin <lwlin7@gmail.com> Closes #12129 from lw-lin/tachyon-cleanup.
Showing
- core/src/main/java/org/apache/spark/api/java/StorageLevels.java 2 additions, 2 deletions...rc/main/java/org/apache/spark/api/java/StorageLevels.java
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala 2 additions, 2 deletions...e/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala
- core/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtilsSuite.scala 16 additions, 16 deletions...rk/scheduler/cluster/mesos/MesosSchedulerUtilsSuite.scala
- docs/running-on-mesos.md 2 additions, 2 deletionsdocs/running-on-mesos.md
- docs/streaming-programming-guide.md 1 addition, 1 deletiondocs/streaming-programming-guide.md
- python/pyspark/storagelevel.py 1 addition, 1 deletionpython/pyspark/storagelevel.py
Loading
Please register or sign in to comment