netstat -tuln | grep 7077
sudo ufw allow 7077/tcp
from pyspark import SparkConf, SparkContext conf = SparkConf().setAppName("myApp").setMaster("spark://localhost:7077") sc = SparkContext(conf=conf)
上一篇:ApachePulsar:存储写入延迟vs发布延迟
下一篇:ApachePySpark-连接master7077失败