[
https://issues.apache.org/jira/browse/SPARK-11267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-11267.
-------------------------------
Resolution: Won't Fix
> NettyRpcEnv and sparkDriver services report the same port in the logs
> ---------------------------------------------------------------------
>
> Key: SPARK-11267
> URL: https://issues.apache.org/jira/browse/SPARK-11267
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Environment: the version built from today's sources - Spark version
> 1.6.0-SNAPSHOT
> Reporter: Jacek Laskowski
> Priority: Minor
>
> When starting {{./bin/spark-shell --conf spark.driver.port=2222}} Spark
> reports two services - NettyRpcEnv and sparkDriver - using the same {{2222}}
> port:
> {code}
> 15/10/22 23:09:32 INFO SparkContext: Running Spark version 1.6.0-SNAPSHOT
> 15/10/22 23:09:32 INFO SparkContext: Spark configuration:
> spark.app.name=Spark shell
> spark.driver.port=2222
> spark.home=/Users/jacek/dev/oss/spark
> spark.jars=
> spark.logConf=true
> spark.master=local[*]
> spark.repl.class.uri=http://192.168.1.4:52645
> spark.submit.deployMode=client
> ...
> 15/10/22 23:09:33 INFO Utils: Successfully started service 'NettyRpcEnv' on
> port 2222.
> ...
> 15/10/22 23:09:33 INFO Utils: Successfully started service 'sparkDriver' on
> port 2222.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]