Baunsgaard commented on pull request #992: URL: https://github.com/apache/systemds/pull/992#issuecomment-660087262
The reason why it did not work was because the packaged jar file did not contain all the packages required now (due to me updating some dependencies). Therefore i decided to change the python to not decompress the distribution zip but use the environment variable SYSTEMDS_ROOT to locate the target folder and in turn all the jar files. This means we don't have to include java files in our python distribution, and the python execution comes closer to our `bin/systemds` distribution script. The down side is that we have to install SystemDS or compile from scratch to make the Python package work, but i think it is fair to do that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
