GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/2602
[ZEPPELIN-2961] Remove unnecessary 'interpreter-setting.json' file in the spark interpreter. ### What is this PR for? Spark interpreter has two interpreter-setting.json files. one in `spark/src/main/resources`, another in `spark/src/sparkr-resources`. And `spark/src/main/resources/interpreter-setting.json` is always ignored. This PR make `spark/src/main/resources/interpreter-setting.json` effective and remove `spark/src/sparkr-resources` ### What type of PR is it? Improvement ### Todos * [x] - Make `spark/src/resources/interpreter-setting.json` effective ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2961 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/Leemoonsoo/zeppelin ZEPPELIN-2961 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2602.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2602 ---- commit 8240b3796b4720a5552b3a9550e43acbaf73cf82 Author: Lee moon soo <m...@apache.org> Date: 2017-09-29T03:14:24Z Remove use resource/interpreter-setting.json instead of sparkr-resource/interpreter-setting.json ---- ---