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 c399baa commit f628b4dCopy full SHA for f628b4d
core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala
@@ -114,7 +114,7 @@ class JavaSparkContext(val sc: SparkContext) extends JavaSparkContextVarargsWork
114
* @deprecated As of Spark 1.0.0, defaultMinSplits is deprecated, use
115
* {@link #defaultMinPartitions()} instead
116
*/
117
- @Deprecated
+ @deprecated("use defaultMinPartitions", "1.0.0")
118
def defaultMinSplits: java.lang.Integer = sc.defaultMinSplits
119
120
/** Default min number of partitions for Hadoop RDDs when not given by user */
0 commit comments