Commit 8aafd80f authored by 高雅喆's avatar 高雅喆

change app name

parent 74b8bbf3
...@@ -47,7 +47,7 @@ object GmeiConfig extends Serializable { ...@@ -47,7 +47,7 @@ object GmeiConfig extends Serializable {
val spark = SparkSession val spark = SparkSession
.builder() .builder()
.config(sparkConf) .config(sparkConf)
.appName("node2vec") .appName("feededa")
.getOrCreate() .getOrCreate()
val context = SparkContext.getOrCreate(sparkConf) val context = SparkContext.getOrCreate(sparkConf)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment