from pyspark import SparkConf, SparkContext; conf = SparkConf().setMaster("local").setAppName("My test App"); sc = SparkContext(conf=conf)
確定! 回上一頁