spark-instrumented-optimizer/launcher
WangTaoTheTonic 9d8aadb72b [SPARK-7945] [CORE] Do trim to values in properties file
https://issues.apache.org/jira/browse/SPARK-7945

Now applications submited by org.apache.spark.launcher.Main read properties file without doing trim to values in it.
If user left a space after a value(say spark.driver.extraClassPath) then it probably affect global functions(like some jar could not be included in the classpath), so we should do it like Utils.getPropertiesFromFile.

Author: WangTaoTheTonic <wangtao111@huawei.com>
Author: Tao Wang <wangtao111@huawei.com>

Closes #6496 from WangTaoTheTonic/SPARK-7945 and squashes the following commits:

bb41b4b [Tao Wang] indent 4 to 2
6dd1cf2 [WangTaoTheTonic] use a simpler way
2c053a1 [WangTaoTheTonic] Do trim to values in properties file
2015-05-30 08:04:27 -04:00
..
src [SPARK-7945] [CORE] Do trim to values in properties file 2015-05-30 08:04:27 -04:00
pom.xml [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3 2015-04-24 17:57:41 -04:00