Skip to content

OptionParser

OptionParser uses Apache Commons CLI library to parse the command-line options of UnityCatalogServer.

$ ./bin/start-uc-server --help
usage: bin/start-uc-server
 -h,--help         Print help message.
 -p,--port <arg>   Port number to run the server on. Default is 8080.
 -v,--version      Display the version of the Unity Catalog server

-h, --help

Print help message.

-p, --port

Port number to run the server on.

default: 8080

-v, --version

Display the version of the Unity Catalog server.