We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b223a commit 8d0c873Copy full SHA for 8d0c873
core/src/main/scala/org/apache/spark/SparkEnv.scala
@@ -42,6 +42,9 @@ import org.apache.spark.util.{AkkaUtils, Utils}
42
* Spark code finds the SparkEnv through a thread-local variable, so each thread that accesses these
43
* objects needs to have the right SparkEnv set. You can get the current environment with
44
* SparkEnv.get (e.g. after creating a SparkContext) and set it with SparkEnv.set.
45
+ *
46
+ * NOTE: This is not intended for external use. This is exposed for Shark and may be made private
47
+ * in a future release.
48
*/
49
@DeveloperApi
50
class SparkEnv (
0 commit comments