from pyspark.streaming import StreamingContext ImportError: ストリーミングという名前のモジュールがありません
pyspark を介してストリーミングを使用しようとすると、このエラーが発生します。scala を介してストリーミングを正常に使用できます。
org.apache.spark.streaming._ をインポートします。
エラーは発生せず、プログラムを実行できます。
http://hortonworks.com/hadoop-tutorial/using-apache-spark-hdp/でsparkを実行しています