[ZEPPELIN-18] Remove setting SPARK_HOME for PySpark

- Excludes python/** from apache-rat
This commit is contained in:
Jongyoul Lee 2015-06-24 19:32:29 +09:00
parent 71e2a92b69
commit b05ae6e23b

View file

@ -430,6 +430,7 @@
<exclude>Roadmap.md</exclude>
<exclude>conf/interpreter.json</exclude>
<exclude>spark-*-bin*/**</exclude>
<exclude>python/**</exclude>
</excludes>
</configuration>