ADD JAR
Applies to: Databricks Runtime
Adds a JAR file to the list of resources. The added JAR file can be listed using LIST JAR.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2024/11/05
Applies to: Databricks Runtime
Adds a JAR file to the list of resources. The added JAR file can be listed using LIST JAR.
file_name
The name of a JAR file to be added. It could be either on a local file system or a distributed file system.
> 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";