SPARK_LOCAL_IP设置_spark_local_ip=10.25.135.253-CSDN博客

网站介绍:文章浏览阅读1.3k次。获取本机IP地址方法https://www.cnblogs.com/poloyy/p/12212868.htmlexport SPARK_LOCAL_IP=$(ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6|awk '{print $2}'|tr -d "addr:")_spark_local_ip=10.25.135.253