Quellcode durchsuchen

[livy] batch files argument doesn't yet allow referencing local files

Erick Tryzelaar vor 10 Jahren
Ursprung
Commit
a2c5ab6
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      apps/spark/java/README.rst

+ 0 - 2
apps/spark/java/README.rst

@@ -255,7 +255,6 @@ Request Body
 | pyFiles        | files to be placed on the PYTHONPATH             | list of paths   |
 +----------------+--------------------------------------------------+-----------------+
 | files          | files to be placed in executor working directory | list of paths   |
-|                | (Add local path as "file:///etc/...")            |                 |
 +----------------+--------------------------------------------------+-----------------+
 | driverMemory   | memory for driver                                | string          |
 +----------------+--------------------------------------------------+-----------------+
@@ -415,7 +414,6 @@ Batch
 | pyFiles        | files to be placed on the PYTHONPATH             | list of paths   |
 +----------------+--------------------------------------------------+-----------------+
 | files          | files to be placed in executor working directory | list of paths   |
-|                | (Add local path as  "file:///etc/...")           |                 |
 +----------------+--------------------------------------------------+-----------------+
 | driverMemory   | memory for driver                                | string          |
 +----------------+--------------------------------------------------+-----------------+