I created a new Notebook in Zeppelin and was able to import the following classes:
import org.apache.spark.mllib.linalg.{Vector, Vectors}
import org.apache.spark.mllib.util.LinearDataGenerator
import org.apache.spark.streaming.dstream.DStream
import org.apache.spark.streaming.StreamingContext
However these two classes of Spark cannot be found by Zeppelin:
import org.apache.spark.streaming.TestSuiteBase
import org.scalatest.BeforeAndAfter
How to fix this issue?