KYLIN-2344 remove spark-defaults.conf
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/32034fc1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/32034fc1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/32034fc1 Branch: refs/heads/KYLIN-2501 Commit: 32034fc1d0cb96156da8c4b49c35f2631a59079b Parents: 3e6992d Author: shaofengshi <shaofeng...@apache.org> Authored: Wed Mar 15 20:17:01 2017 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Wed Mar 15 20:17:19 2017 +0800 ---------------------------------------------------------------------- build/deploy/spark-defaults.conf | 5 ----- build/script/download-spark.sh | 2 -- 2 files changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/32034fc1/build/deploy/spark-defaults.conf ---------------------------------------------------------------------- diff --git a/build/deploy/spark-defaults.conf b/build/deploy/spark-defaults.conf deleted file mode 100644 index 78a4bc9..0000000 --- a/build/deploy/spark-defaults.conf +++ /dev/null @@ -1,5 +0,0 @@ -spark.yarn.submit.file.replication=1 -spark.yarn.max.executor.failures=3 -spark.driver.extraJavaOptions=-Dhdp.version=current -spark.yarn.am.extraJavaOptions=-Dhdp.version=current -spark.executor.extraJavaOptions=-Dhdp.version=current http://git-wip-us.apache.org/repos/asf/kylin/blob/32034fc1/build/script/download-spark.sh ---------------------------------------------------------------------- diff --git a/build/script/download-spark.sh b/build/script/download-spark.sh index 3ea7d08..b73331e 100755 --- a/build/script/download-spark.sh +++ b/build/script/download-spark.sh @@ -53,5 +53,3 @@ rm -rf build/spark/lib/spark-examples-* rm -rf build/spark/examples rm -rf build/spark/data rm -rf build/spark/R - -cp build/deploy/spark-defaults.conf build/spark/conf/spark-defaults.conf \ No newline at end of file