Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-11440][CORE][STREAMING][BUILD] Declare rest of @Experimental items non-experimental if they've existed since 1.2.0 #9396

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Nov 1, 2015

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

@SparkQA
Copy link

SparkQA commented Nov 1, 2015

Test build #44758 has finished for PR 9396 at commit 2439d71.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * logInfo(s\"Hive class not found $e\")\n * logDebug(\"Hive class not found\", e)\n

@srowen
Copy link
Member Author

srowen commented Nov 3, 2015

@pwendell you might be a good person to ping about this, or maybe an outside chance of @mateiz or @JoshRosen

@pwendell
Copy link
Contributor

pwendell commented Nov 5, 2015

Sean - thanks for doing this. I think these are all reasonable to promote... IMO if it's been around for this many versions, we can't drop them anyways. So LGTM.

@srowen
Copy link
Member Author

srowen commented Nov 5, 2015

Merged to master

@asfgit asfgit closed this in 6f81eae Nov 5, 2015
@srowen srowen deleted the SPARK-11440 branch November 5, 2015 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants