Hi, is there a way, when using Spark interpreter, to always run additional Scala code after startup? E.g. I want to automatically execute
import com.joom.whatever._
so that users don't have to do it all the time. I see that
BaseSparkScalaInterpreter.spark2CreateContext imports a few thing, but the
code does not appear to support customizing this sequence.
--
Vladimir Prus
http://vladimirprus.com
