[
https://issues.apache.org/jira/browse/SPARK-34539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290927#comment-17290927
]
Yikun Jiang edited comment on SPARK-34539 at 2/26/21, 4:07 AM:
---------------------------------------------------------------
And some Zinc description on spark site should also be updated. I will submit
the PR soon.
[1] [https://spark.apache.org/developer-tools.html#reducing-build-times]
[2]
[https://spark.apache.org/docs/latest/building-spark.html#speeding-up-compilation]
PR has been submited:
[https://github.com/apache/spark-website/pull/313]
[https://github.com/apache/spark-website/pull/312]
was (Author: yikunkero):
And some Zinc description on spark site should also be updated. I will submit
the PR soon.
[1] [https://spark.apache.org/developer-tools.html#reducing-build-times]
[2]
[https://spark.apache.org/docs/latest/building-spark.html#speeding-up-compilation]
> 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: Improvement
> Components: Build
> Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.2
> Reporter: Yikun Jiang
> Priority: Major
> Attachments: [SPARK-34539] Zinc standalone server is useless after
> scala-maven-plugin 4.x.pdf
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]