[
https://issues.apache.org/jira/browse/SPARK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005368#comment-14005368
]
Patrick Wendell edited comment on SPARK-1514 at 5/21/14 11:17 PM:
------------------------------------------------------------------
The create-release script and the make-distribution script have been
consolidated (the former now calls the latter) which was the main point of this
JIRA. This was fixed in master and 1.0 a while back. Here is an example:
https://github.com/apache/spark/blob/master/dev/create-release/create-release.sh#L98
So now make-distribution is the official way of making binary distributions.
This is what we used for all of the 1.0 release candidates and has been
extensively tested.
was (Author: pwendell):
The create-release script and the make-distribution script have been
consolidated (the former now calls the latter) which was the main point of this
JIRA. This was fixed in master and 1.0 a while back.
So now make-distribution is the official way of making binary distributions.
This is what we used for all of the 1.0 release candidates and has been
extensively tested.
> Standardize process for creating Spark packages
> -----------------------------------------------
>
> Key: SPARK-1514
> URL: https://issues.apache.org/jira/browse/SPARK-1514
> Project: Spark
> Issue Type: Bug
> Components: Build
> Reporter: Patrick Wendell
> Assignee: Patrick Wendell
> Priority: Blocker
> Fix For: 1.1.0
>
>
> Over time we've got (a) make-distribution.sh (b) maven distribution targets
> (c) create-release.sh script in /dev. This is pretty confusing for downstream
> packagers.
> We should have a single way to package releases, probably using a modified
> maven distribution.
--
This message was sent by Atlassian JIRA
(v6.2#6252)