You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yikun Jiang (Jira)" <ji...@apache.org> on 2021/02/25 12:38:00 UTC

[jira] [Created] (SPARK-34539) Zinc standalone server is useless after scala-maven-plugin 4.x

Yikun Jiang created SPARK-34539:
-----------------------------------

             Summary: Zinc standalone server is useless after scala-maven-plugin 4.x
                 Key: SPARK-34539
                 URL: https://issues.apache.org/jira/browse/SPARK-34539
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.0.2, 3.0.1, 3.0.0, 3.1.0, 3.1.1, 3.1.2
            Reporter: Yikun Jiang


Zinc is the incremental compiler to speed up builds of compilation.

scala-maven-plugin is the mave plugin, which is used by Spark, one of the function is to integrate the Zinc to enable the incremental compiler.

Since Spark v3.0.0 (SPARK-28759), the scala-maven-plugin is upgraded to v4.X, that means Zinc v0.3.13 standalone server is useless anymore. 

*However, we still [download|https://github.com/apache/spark/blob/4a3200b08ac3e7733b5a3dc7271d35e6872c5967/build/mvn#L107], [install|https://github.com/apache/spark/blob/4a3200b08ac3e7733b5a3dc7271d35e6872c5967/build/mvn#L140], [start|https://github.com/apache/spark/blob/4a3200b08ac3e7733b5a3dc7271d35e6872c5967/build/mvn#L153] the standalone Zinc server. we should remove all zinc standalone server code, and all related configuration.*

 

See more in https://docs.google.com/document/d/1u4kCHDx7KjVlHGerfmbcKSB0cZo6AD4cBdHSse-SBsM



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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