From 6600786dddc89cb16779ee56b9173f63a3af3f27 Mon Sep 17 00:00:00 2001 From: Tathagata Das Date: Tue, 10 Nov 2015 16:54:06 -0800 Subject: [SPARK-11361][STREAMING] Show scopes of RDD operations inside DStream.foreachRDD and DStream.transform in DAG viz Currently, when a DStream sets the scope for RDD generated by it, that scope is not allowed to be overridden by the RDD operations. So in case of `DStream.foreachRDD`, all the RDDs generated inside the foreachRDD get the same scope - `foreachRDD