spark-instrumented-optimizer/core/src/main
Andrew Or 7c99a014fb [SPARK-6046] Privatize SparkConf.translateConfKey
The warning of deprecated configs is actually done when the configs are set, not when they are get. As a result we don't need to explicitly call `translateConfKey` outside of `SparkConf` just to print the warning again in vain.

Author: Andrew Or <andrew@databricks.com>

Closes #4797 from andrewor14/warn-deprecated-config and squashes the following commits:

8fb43e6 [Andrew Or] Privatize SparkConf.translateConfKey
2015-02-26 22:39:46 -08:00
..
java/org/apache/spark [SPARK-5549] Define TaskContext interface in Scala. 2015-02-03 00:46:04 -08:00
resources/org/apache/spark [SPARK-5645] Added local read bytes/time to task metrics 2015-02-12 14:36:27 -08:00
scala/org/apache/spark [SPARK-6046] Privatize SparkConf.translateConfKey 2015-02-26 22:39:46 -08:00