[ 
https://issues.apache.org/jira/browse/SPARK-9608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-9608.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0
                   1.3.2
                   1.4.2

Issue resolved by pull request 7944
[https://github.com/apache/spark/pull/7944]

> Incorrect zinc -status check in build/mvn
> -----------------------------------------
>
>                 Key: SPARK-9608
>                 URL: https://issues.apache.org/jira/browse/SPARK-9608
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.4.1
>            Reporter: Ryan Williams
>            Assignee: Ryan Williams
>            Priority: Minor
>             Fix For: 1.4.2, 1.3.2, 1.5.0
>
>
> {{build/mvn}} [uses a {{-z `zinc -status`}} 
> test|https://github.com/apache/spark/blob/5a23213c148bfe362514f9c71f5273ebda0a848a/build/mvn#L138]
>  to determine whether a {{zinc}} process is running.
> However, {{zinc -status}} checks port {{3030}} by default.
> This means that if a {{$ZINC_PORT}} env var is set to some value besides 
> {{3030}}, and an existing {{zinc}} process is running on port {{3030}}, 
> {{build/mvn}} will skip starting a {{zinc}} process, thinking that a suitable 
> one is running.
> Subsequent compilations will look for a {{zinc}} at port {{$ZINC_PORT}} and 
> not find one.
> The {{zinc -status}} call should get the flag {{-port "$ZINC_PORT"}} added to 
> it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to