-
Notifications
You must be signed in to change notification settings - Fork 566
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Armeria dependency does not include the netty classfiles necessary to successfully compile and run unity catalog.
This can be hacked around by specifying the transitive dependency (using "netty-all"). It is not yet clear why we must specify the upstream dependency manually.
To Reproduce
Steps to reproduce the behavior:
build/sbt packagebin/start-uc-server
Exception in thread "main" java.lang.NoClassDefFoundError: io/netty/channel/ChannelPipeline
Expected behavior
I expected the script to successfully start the UC server.
System [please complete the following information]:
- OS: Macos Sonoma (14.4.1 (23E224)), Apple M1 Max, Macbook Pro
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working