mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-18] Remove setting SPARK_HOME for PySpark
- Removed redundant dependency setting
This commit is contained in:
parent
32fd9e1376
commit
1b192f60e4
1 changed files with 0 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue