jar
Runs a JAR file. You can bundle your YARN code in a JAR file and run it using this command.
The usage is as follows:
$ yarn jar <jar> [mainClass]
<jar> |
Path to the JAR to run |
mainClass |
Name of the main class in the Java. If not specified, the main class is retrieved from the JAR manifest |