Hi,

Given [1]:

> DeprecatedConfig("spark.rpc", "2.0", "Not used any more.")

I believe the comment in [2]:

> A RpcEnv implementation must have a [[RpcEnvFactory]] implementation with an 
> empty constructor so that it can be created via Reflection.

Correct? Deserves a pull request to get rid of the seemingly incorrect scaladoc?

p.s. How to know when the deprecation was introduced? The last change
is for executor blacklisting so git blame does not show what I want :(
Any ideas?

[1] 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkConf.scala#L641
[2] 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/rpc/RpcEnv.scala#L32

Pozdrawiam,
Jacek Laskowski
----
https://medium.com/@jaceklaskowski/
Mastering Apache Spark 2.0 https://bit.ly/mastering-apache-spark
Follow me at https://twitter.com/jaceklaskowski

---------------------------------------------------------------------
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Reply via email to