Skip to content

Commit 491a1eb

Browse files
committed
Removing streaming visibility from getRDDCreationCallSite in DStream
1 parent 33a7295 commit 491a1eb

File tree

1 file changed

+1
-1
lines changed
  • streaming/src/main/scala/org/apache/spark/streaming/dstream

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/dstream/DStream.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ abstract class DStream[T: ClassTag] (
116116
}
117117

118118
/* Return the current callSite */
119-
private[streaming] def getRDDCreationCallSite(): CallSite = {
119+
private def getRDDCreationCallSite(): CallSite = {
120120
CallSite(ssc.sparkContext.getLocalProperty(Utils.CALL_SITE_SHORT),
121121
ssc.sparkContext.getLocalProperty(Utils.CALL_SITE_LONG))
122122
}

0 commit comments

Comments
 (0)