> Btw, in the dev environment, running a maven build produces an archive > called systemml-0.12.0-incubating-SNAPSHOT-python.tgz which basically > contains the python files and the current content of > systemml-0.12.0-incubating.tgz. I believe that's what we need. > As we do not have this today in maven repo, which one of the artifacts is
> self contained and can be put on pypi? I believe that our pypi artifact > should contain the python files and the SystemML jar/scripts, and one pip > install command should install python files and SystemML jar file. I've resolved the content discrepancy between release artifact systemml-0.12.0-incubating-python.tgz and development built systemml-0.12.0-incubating-SNAPSHOT-python.tgz under https://issues.apache.org/jira/browse/SYSTEMML-1198. Thanks, Glenn Spark Technology Center http://www.spark.tc/ From: Deron Eriksson <[email protected]> To: [email protected] Date: 01/26/2017 11:21 AM Subject: Re: [DISCUSS]: [VOTE] Apache SystemML 0.12.0-incubating (RC1) > > The artifacts on Apache show: > systemml-0.12.0-incubating-bin.tgz > EVERYTHING is under a root folder called "systemml-0.12.0-incubating- > standalone" . Question, why "standalone"? > I believe the standalone tgz and zip artifacts are getting manually renamed during the release process after being generated by "mvn clean package -P distribution", so the root folder is showing the original artifact name rather than the renamed artifact name. I'll create a JIRA and PR to update the pom or assembly to use the newer "-bin" so that they contain the expected root folder and so they do not need to be manually renamed. Deron -- Deron Eriksson Spark Technology Center http://www.spark.tc/
