mac spark
Last updated on November 20, 2024 am
🧙 Questions
使用brew安装spark
☄️ Ideas
安装命令
brew install spark
配置环境变量
sudo vim /etc/profile
export SPARK_HOME=/opt/homebrew/opt/apache-spark/libexec
source /etc/profile
使用log4j2
cp $SPARK_HOME/conf/log4j2.properties.template $SPARK_HOME/conf/log4j2.properties
🔗 Links
mac spark
https://ispong.isxcode.com/os/mac/mac spark/