Skip to content

7erry/jetliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetliner

The missing command line interface for Jet. Jetliner provides a command-line interface to run programs that are packaged as JAR files, and control their execution. The command line interface is part of any Jet setup. It is located under {jet-home}/bin/jetliner and starts a server node by default but supports client server deployment as well.

JetLiner	powered by Hazelcast Jet -ip <ip address> identifies the member ip address -pub to publish	-pipe <name> -sub to subscribe	-pipe <name> -mgr to manage a job	-job <name> identifies the job	-start	-stop	-kill	-status	-exec	-c,--class <classname> Class with the program entry point ("main" method or "buildDag()" method. Only needed if the JAR file does not specify the class in its manifest.	-C,--classpath <url> Adds a URL to each user code classloader on all nodes in the cluster. The paths must specify a protocol (e.g. file://) and be accessible on all nodes (e.g. by means of a NFS share). You can use this option multiple times for specifying more than one URL. The protocol must be supported by the {@link java.net.URLClassLoader}. __!__	_____(_)_____ ! ! ! 

About

The missing command line interface for Jet:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published