We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7295 commit 491a1ebCopy full SHA for 491a1eb
streaming/src/main/scala/org/apache/spark/streaming/dstream/DStream.scala
@@ -116,7 +116,7 @@ abstract class DStream[T: ClassTag] (
116
}
117
118
/* Return the current callSite */
119
- private[streaming] def getRDDCreationCallSite(): CallSite = {
+ private def getRDDCreationCallSite(): CallSite = {
120
CallSite(ssc.sparkContext.getLocalProperty(Utils.CALL_SITE_SHORT),
121
ssc.sparkContext.getLocalProperty(Utils.CALL_SITE_LONG))
122
0 commit comments