Skip to content

Commit

Permalink
[ZEPPELIN-18] Remove setting SPARK_HOME for PySpark
Browse files Browse the repository at this point in the history
- Removed redundant dependency setting
  • Loading branch information
jongyoul committed Jul 4, 2015
1 parent 32fd9e1 commit 1b192f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,6 @@
</exclusions>
</dependency>

<!-- pyspark -->
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.8.2.1</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
Expand Down

0 comments on commit 1b192f6

Please sign in to comment.