You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Rajat Gupta <ra...@gmail.com> on 2015/08/03 18:23:15 UTC

Why SparkEnv reference is maintained in SparkInterpreter

I saw that SparkInterpreter.java class maintains a ref to SparkEnv objects
and sets it before interpreting any command in interpretInput function. Why
is this required?

Regards
Rajat