mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-18] Running pyspark without deploying python libraries to every yarn node
- Dummy for trigger
This commit is contained in:
parent
682986e6a7
commit
4b35c8d54a
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ public class SparkInterpreter extends Interpreter {
|
|||
for (String lib : pythonLibs) {
|
||||
File libFile = new File(zeppelinPythonLibPath, lib);
|
||||
if (libFile.exists()) {
|
||||
pythonLibUris.add(libFile.toURI().toString());
|
||||
pythonLibUris.add(libFile.toURI().toString());
|
||||
}
|
||||
}
|
||||
pythonLibUris.trimToSize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue