Skip to content

Commit

Permalink
[ZEPPELIN-18] Running pyspark without deploying python libraries to e…
Browse files Browse the repository at this point in the history
…very yarn node

- Dummy for trigger
  • Loading branch information
jongyoul committed Jul 4, 2015
1 parent 682986e commit 4b35c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public SparkContext createSparkContext() {
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();
Expand Down

0 comments on commit 4b35c8d

Please sign in to comment.