Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] Enable pyspark test in local mode
### What is this PR for? Enabling test for pyspark in local mode ### What type of PR is it? [Improvement] ### Todos * [x] - Add spark configuration and * [x] - Edit a logic for finding spark home ### What is the Jira issue? N/A ### How should this be tested? 1. Download spark under {ZEPPELIN_HOME} 1. run `testing/startSparkCluster.sh` 1. `mvn clean package -Pspark-1.6 -Ppyspark -Pyarn -DskipTests` 1. Run `ZeppelinSparkClusterTest` ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <[email protected]> Closes #1201 from jongyoul/minor/enable-pyspark-test-in-local-mode and squashes the following commits: 67ccc2d [Jongyoul Lee] Added spark configuration while not using CI
- Loading branch information