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: Release artifacts

2016-11-07 Thread Deron Eriksson
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