Re: Release artifacts

2016-11-10 Thread Mike Dusenberry
This LGTM.  For the next release, let's plan on reducing this down to the
bare minimum.


--

Michael W. Dusenberry
GitHub: github.com/dusenberrymw
LinkedIn: linkedin.com/in/mikedusenberry

On Mon, Nov 7, 2016 at 10:41 AM, Deron Eriksson 
wrote:

> Hi Luciano,
>
> Here is my understanding of the release artifacts at a very high level.
>
> On Sun, Nov 6, 2016 at 6:10 PM, Luciano Resende 
> wrote:
>
> > This has been causing confusion with IPMC, and I want to document my
> > understanding of the release artifacts:
> >
> > Source Distribution
> > systemml-0.11.0-incubating-src.tar.gz
> > systemml-0.11.0-incubating-src.tar.gz.asc
> > systemml-0.11.0-incubating-src.tar.gz.md5
> > systemml-0.11.0-incubating-src.zip
> > systemml-0.11.0-incubating-src.zip.asc
> > systemml-0.11.0-incubating-src.zip.md5
> >
> >
> Yes, this is correct. These artifacts are the source distributions (project
> can be built and tested using these distributions).
>
>
>
> > Binary Distribution
> > systemml-0.11.0-incubating.tar.gz
> > systemml-0.11.0-incubating.tar.gz.asc
> > systemml-0.11.0-incubating.tar.gz.md5
> > systemml-0.11.0-incubating.zip
> > systemml-0.11.0-incubating.zip.asc
> > systemml-0.11.0-incubating.zip.md5
> >
> >
> These artifacts package the SystemML jar file and the DML script files
> together.
>
>
>
> > Standalone Distribution
> > systemml-0.11.0-incubating-standalone.tar.gz
> > systemml-0.11.0-incubating-standalone.tar.gz.asc
> > systemml-0.11.0-incubating-standalone.tar.gz.md5
> > systemml-0.11.0-incubating-standalone.zip
> > systemml-0.11.0-incubating-standalone.zip.asc
> > systemml-0.11.0-incubating-standalone.zip.md5
> >
> >
> These artifacts package the SystemML jar file, the DML script files, and
> the jars required to run SystemML in standalone mode.
>
>
>
> > SystemML convenience jar
> > systemml-0.11.0-incubating-javadoc.jar
> > systemml-0.11.0-incubating-javadoc.jar.asc
> > systemml-0.11.0-incubating-javadoc.jar.md5
> > systemml-0.11.0-incubating-sources.jar
> > systemml-0.11.0-incubating-sources.jar.asc
> > systemml-0.11.0-incubating-sources.jar.md5
> > systemml-0.11.0-incubating.jar
> > systemml-0.11.0-incubating.jar.asc
> > systemml-0.11.0-incubating.jar.md5
> >
> >
> This is the main SystemML jar (systemml-0.11.0-incubating.jar). It can be
> used to run SystemML:
>   1) On Spark (spark-submit systemml-0.11.0-incubating.jar -f test.dml)
>   2) On Hadoop (hadoop jar systemml-0.11.0-incubating.jar -f test.dml)
>   3) As a library
>
> The -sources.jar and -javadoc.jar are maven 'standards' to supply
> accompanying source code and javadocs to the main jar file.
>
> Deron
>


Re: [VOTE] Apache SystemML 0.11.0-incubating (RC5)

2016-11-10 Thread Reynold Xin
+1


On Tue, Nov 1, 2016 at 5:08 PM, Luciano Resende 
wrote:

> Please vote on releasing the following candidate as Apache SystemML version
> 0.11.0-incubating !
>
> The vote is open for at least 72 hours and passes if a majority of at least
> 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache SystemML 0.11.0-incubating
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache SystemML, please see
> http://systemml.apache.org/
>
> The tag to be voted on is v0.11.0-incubating-rc4 (
> c2e1670c2745863195d4789f1f77ed01ec11af5e)
>
> https://github.com/apache/incubator-systemml/tree/
> c2e1670c2745863195d4789f1f77ed01ec11af5e
>
> The release artifacts can be found at :
>
> https://dist.apache.org/repos/dist/dev/incubator/systemml/0.
> 11.0-incubating-rc5/
>
> The maven release artifacts, including signatures, digests, etc. can be
> found at:
>
> https://repository.apache.org/content/repositories/orgapachesystemml-1011/
>
>
> =
> == Apache Incubator release policy ==
> =
> Please find below the guide to release management during incubation:
> http://incubator.apache.org/guides/releasemanagement.html
>
> ===
> == How can I help test this release? ==
> ===
> If you are a SystemML user, you can help us test this release by taking an
> existing Algorithm or workload and running on this release candidate, then
> reporting any regressions.
>
> 
> == What justifies a -1 vote for this release? ==
> 
> -1 votes should only occur for significant stop-ship bugs or legal related
> issues (e.g. wrong license, missing header files, etc). Minor bugs or
> regressions should not block this release.
>
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>