一、前置工具:
1.1 前置依赖
备注:安装java环境配置
Mac安装java17(openjdk@17)支持M系列芯片和intel芯片 | 张洪Heo
brew install openjdk@17 sudo ln -sfn /opt/homebrew/opt/openjdk\@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
1.2 构建项目
克隆datahub到本地: git clone https://github.com/linkedin/datahub.git;
git clone https://github.com/datahub-project/datahub.git;
git clone
git clone https://github.com/datahub-project/datahub.git
1.3 构建python 环境
python3 -m venv venv
source venv/bin/activate;
pip install mypy==1.10.1 -i https://mirrors.aliyun.com/pypi/simple/;
uv pip install -e faker==30.3.0 -i https://mirrors.aliyun.com/pypi/simple/;
grpcio-tools==1.62.3
pip install pyspark==3.3.4 -i https://mirrors.aliyun.com/pypi/simple/;
./gradlew :docs-website:yarnLintFix :docs-website:build -x :metadata-i