A Discretized Stream (DStream), the basic abstraction in Spark Streaming, is a continuous sequence of RDDs (of the same type) representing a continuous stream of data (see org.apache.spark.RDD for more details on RDDs).
A StreamingContext is the main entry point for Spark Streaming functionality.