Skip to content

Localhost Reference Server

Unity Catalog comes with Localhost Reference Server that can be launched on command line using bin/start-uc-server utility.

start-uc-server Shell Script

start-uc-server runs UnityCatalogServer to handle REST API requests (at the port specified using --port option).

❯ ./bin/start-uc-server -h
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

Note

The REST API requests can come from any Unity Catalog API-compatible client (e.g., Unity Catalog CLI).

Server Configuration

The Localhost Reference Server uses etc/conf/server.properties file for server configuration.