Konstantin Boudnik created BIGTOP-2074:
------------------------------------------
Summary: spark-worker doesn't start during deploy from master
Key: BIGTOP-2074
URL: https://issues.apache.org/jira/browse/BIGTOP-2074
Project: Bigtop
Issue Type: Bug
Components: deployment
Affects Versions: 1.0.0
Reporter: Konstantin Boudnik
Assignee: Konstantin Boudnik
Fix For: 1.1.0
spark-worker refuses to start automatically after {{puppet apply}}. The error
message is as follows
{noformat}
15/09/26 07:05:54 INFO Remoting: Remoting started; listening on addresses
:[akka.tcp://[email protected]:7078]
15/09/26 07:05:54 INFO Remoting: Remoting now listens on addresses:
[akka.tcp://[email protected]:7078]
15/09/26 07:05:54 INFO util.Utils: Successfully started service 'sparkWorker'
on port 7078.
Exception in thread "main" org.apache.spark.SparkException: Invalid master URL:
spark://:7077
at
org.apache.spark.util.Utils$.extractHostPortFromSparkUrl(Utils.scala:1986)
at org.apache.spark.deploy.master.Master$.toAkkaUrl(Master.scala:879)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)