Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Databricks Runtime
Adds a JAR file to the list of resources. The added JAR file can be listed using LIST JAR.
ADD [JAR | JARS] file_name [...]
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";
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in