ADD JAR

Description

ADD JAR adds a JAR file to the list of resources. The added JAR file can be listed using LIST JAR.

Syntax

ADD JAR file_name

Parameters

file_name
The name of the JAR file to be added. It could be either on a local file system or a distributed file system.

Examples

ADD JAR /tmp/test.jar;