This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new a07b07f [MINOR][DOCS] Remove references to Shark
a07b07f is described below
commit a07b07fd85345a195623af205e346b494ae92fe2
Author: seancxmao <[email protected]>
AuthorDate: Sat Feb 23 11:03:05 2019 -0600
[MINOR][DOCS] Remove references to Shark
## What changes were proposed in this pull request?
This PR aims to remove references to "Shark", which is a precursor to Spark
SQL. I searched the whole project for the text "Shark" (ignore case) and just
found a single match. Note that occurrences like nickname or test data are
irrelevant.
## How was this patch tested?
N/A. Change comments only.
Closes #23876 from seancxmao/remove-Shark.
Authored-by: seancxmao <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
core/src/main/scala/org/apache/spark/SparkEnv.scala | 3 ---
1 file changed, 3 deletions(-)
diff --git a/core/src/main/scala/org/apache/spark/SparkEnv.scala
b/core/src/main/scala/org/apache/spark/SparkEnv.scala
index 93d5cd7..799e7e4 100644
--- a/core/src/main/scala/org/apache/spark/SparkEnv.scala
+++ b/core/src/main/scala/org/apache/spark/SparkEnv.scala
@@ -51,9 +51,6 @@ import org.apache.spark.util.{RpcUtils, Utils}
* including the serializer, RpcEnv, block manager, map output tracker, etc.
Currently
* Spark code finds the SparkEnv through a global variable, so all the threads
can access the same
* SparkEnv. It can be accessed by SparkEnv.get (e.g. after creating a
SparkContext).
- *
- * NOTE: This is not intended for external use. This is exposed for Shark and
may be made private
- * in a future release.
*/
@DeveloperApi
class SparkEnv (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]