Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/571#discussion_r12110060
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/util/RawTextHelper.scala ---
@@ -22,10 +22,10 @@ import org.apache.spark.SparkContext._
import org.apache.spark.util.collection.OpenHashMap
import scala.collection.JavaConversions.mapAsScalaMap
-private[streaming]
+private[spark]
--- End diff --
Well, the RawTextHelper was essentially the way to provide data for running
benchmarks. However, I havent quite maintained it, so that example code has
been languishing in unknown state. I am inclined to keep it there as it is, as
long as it hidden behind private[*]. Though I dont see the logic behind
changing it from private[streaming] to private[spark]
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---