GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/9396
[SPARK-11440][CORE][STREAMING][BUILD] Declare rest of @Experimental items
non-experimental if they've existed since 1.2.0
Remove `@Experimental` annotations in core, streaming for items that
existed in 1.2.0 or before. The changes are:
* SparkContext
* binary{Files,Records} : 1.2.0
* submitJob : 1.0.0
* JavaSparkContext
* binary{Files,Records} : 1.2.0
* DoubleRDDFunctions, JavaDoubleRDD
* {mean,sum}Approx : 1.0.0
* PairRDDFunctions, JavaPairRDD
* sampleByKeyExact : 1.2.0
* countByKeyApprox : 1.0.0
* PairRDDFunctions
* countApproxDistinctByKey : 1.1.0
* RDD
* countApprox, countByValueApprox, countApproxDistinct : 1.0.0
* JavaRDDLike
* countApprox : 1.0.0
* PythonHadoopUtil.Converter : 1.1.0
* PortableDataStream : 1.2.0 (related to binaryFiles)
* BoundedDouble : 1.0.0
* PartialResult : 1.0.0
* StreamingContext, JavaStreamingContext
* binaryRecordsStream : 1.2.0
* HiveContext
* analyze : 1.2.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-11440
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9396.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9396
----
commit 2439d7105022aa67a635498fa2d5145a134150d7
Author: Sean Owen <[email protected]>
Date: 2015-11-01T15:35:50Z
Remove @Experimental annotations in core, streaming for items that existed
in 1.2.0 or before
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]