Hi all,

+1


I verified:

- The size increase is small 79MB vs 78MB for our last release.
- The docs are correctly built.
- Our jar file runs independently:

```
java -jar systemds-3.3.0.jar -f test.dml

```

```
Hello, World!
SystemDS Statistics:
Total execution time:        0.019 sec.
Number of executed Spark inst:    0.
```

- And  our 'bin/systemds' file runs, but only if I export the release jar file path to the environment:

```
# from the uncompressed release file:
export SYSTEMDS_JAR_FILE=systemds-3.3.0.jar
./bin/systemds -f test.dml
```

There seems to be a bug in finding the jar file in the release folder automatically, most likely because our bin script searches for a jar file containing the word SNAPSHOT. The README code does work function if we include the above export. In a future release, we might want to simplify our bin/systemds script.

Finally, I would suggest we update our release process so as not to suggest a 72-hour window for voting, and instead increase it to a week.

Best regards
Sebastian

On 10.04.25 07:12, Janardhan wrote:
Greetings,

Voting request for the release candidate as Apache SystemDS version 3.3.0

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 SystemDS 3.3.0
[ ] -1 Do not release this package because ...

To learn more about Apache SystemDS, please see
https://systemds.apache.org/


Release artifacts
---
The tag to be voted on is  3.3.0-rc1
  (509142c9a81a00c55651c42dfd7ffebe46ee2183):
https://github.com/apache/systemds/releases/tag/3.3.0-rc1

The release artifacts can be found at:
https://dist.apache.org/repos/dist/dev/systemds/3.3.0-rc1/

The maven release artifacts, including signatures, digests, etc. can
be found at:
https://repository.apache.org/content/repositories/orgapachesystemds-1102/org/apache/systemds/systemds/3.3.0/



Apache Release policy
---
http://www.apache.org/legal/release-policy.html


How can I help test this release?
---
If you are a SystemDS contributor/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.

Reach out to me if you need help with testing.


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.


Best Regards,
Janardhan
release key: https://s.apache.org/janardhan

Reply via email to