Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/274#issuecomment-39401958 Some other classes that may need to be annotated: * InterruptibleIterator -- probably private[spark] * `RDD.*Approx` (e.g. countApprox), and similar methods in JavaRDD, DoubleRDD, PairRDD -- experimental * RDD.mapPartitionsWithContext -- developer * JobLogger -- developer (I also saw it's deprecated) * scheduler.SchedulingMode -- private[spark] * scheduler.SplitInfo -- either private[spark] or developer (if it appears in events) * storage.StoragePerfTester -- should probably just be moved to the Spark Tools project * util.Vector -- deprecate this, MLlib will have its own, better ones * util.BoundedPriorityQueue -- any reason this is not just private[spark]? * SimpleFutureAction -- developer * SparkContext.addSparkListener -- developer * SparkContext.runApproximateJob -- developer * SparkContext.runJob -- developer * SparkContext.submitJob -- experimental * SparkContext.warnSparkMem -- probably need to be private * broadcast.BroadcastFactory -- developer * RDD.compute, dependencies, iterator and such should probably also be developer
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---