安装配置
安装 Node.js
bash
# 安装 Node.js
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
# 验证
node -v # 应输出 v20.x.x
# 安装 Yarn
sudo corepack enable
corepack prepare yarn@stable --activate
yarn --version
安装 Unity Catalog UI
bash
cd /opt/module/unitycatalog/ui
yarn install

启动 Unity Catalog UI
需要先启动UC server (./bin/start-uc-server)
bash
yarn start

登录 Unity Catalog UI
浏览器打开地址: http://192.168.71.129:3000/
