Skip to content

Commit

Permalink
Warning in SparkEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Apr 9, 2014
1 parent 99b223a commit 8d0c873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/scala/org/apache/spark/SparkEnv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ import org.apache.spark.util.{AkkaUtils, Utils}
* Spark code finds the SparkEnv through a thread-local variable, so each thread that accesses these
* objects needs to have the right SparkEnv set. You can get the current environment with
* SparkEnv.get (e.g. after creating a SparkContext) and set it with SparkEnv.set.
*
* 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 (
Expand Down

0 comments on commit 8d0c873

Please sign in to comment.