ADD JAR
Si applica a: Databricks Runtime
Aggiunge un file JAR alla list di risorse. Il file JAR aggiunto può essere elencato usando LIST JAR.
Sintassi
ADD [JAR | JARS] file_name [...]
Parameters
file_name
Nome di un file JAR da aggiungere. Potrebbe trovarsi in un file system locale o in un file system distribuito.
Esempi
> ADD JAR /tmp/test.jar;
> ADD JAR "/path/to/some.jar";
> ADD JAR '/some/other.jar';
> ADD JARS "/path with space/abc.jar" "/path with space/def.jar";