-
Notifications
You must be signed in to change notification settings - Fork 165
port 8080 already in use #50
Comments
The service is based on spring boot, you can change the port like other normal spring boot applications.
Sent from Mail for Windows 10
From: WangYongNingDA
Sent: 2017年12月13日 14:02
To: eBay/griffin
Cc: Subscribed
Subject: [eBay/griffin] port 8080 already in use (#50)
i have deploy griffin and run at local,but when i run java -jar service/target/service.jar, it says port 8080 is used.how can i change the port to others?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hi bhlx3lyx7
|
It seems like to be some version issue, the griffin-measure.jar is using scala 2.10 by default, which means the spark version should be matched with scala 2.10. |
Thanks for your response,i have resloved the problem by change the config.but now the job can be submitted to the yarn cluser,other problems comes.
I have delete the code about spark.jars.packages in the class SparkSubmitJob,it also don't works. |
It's a tricky issue, the measure module supports avro file by this package, but we don't want to package it in measure.jar, so we need to tell spark where it is. |
i have deploy griffin and run at local,but when i run
java -jar service/target/service.jar
, it says port 8080 is used.how can i change the port to others?The text was updated successfully, but these errors were encountered: