[SYSTEMML-1198] Ensure jar included in Python release artifact#362
[SYSTEMML-1198] Ensure jar included in Python release artifact#362gweidner wants to merge 2 commits intoapache:masterfrom
Conversation
|
A distribution build was tested two ways:
|
|
Here's link to RC1 artifact which had the issue found during validation testing: |
|
It looks like classloader.py might also need similar change: |
dusenberrymw
left a comment
There was a problem hiding this comment.
Good find, @gweidner. Can you run a quick matrix example from the Python page in our docs just as a sanity check for the classloader? You'll need to build and then pip install the tar distribution. Nothing extensive, just a simple test.
|
Thanks @gweidner 👍 |
|
Thank you @dusenberrymw and @niketanpansare for reviewing! I'm attaching screen captures of examples run from Python Notebook where I've uninstalled/re-installed the previous/updated artifact and restarted kernel. |
|
Hah. I noticed that too by analyzing the different artifacts on apache site and maven site. Sent out an email to dev list prior to reading that thread. |
…se artifact Added check for jar without 'snapshot' in file name to handle python artifact from release build. Closes apache#362.
…se artifact Added check for jar without 'snapshot' in file name to handle python artifact from release build. Closes apache#362.




Added condition in pre_setup.py to match different jar name for release build vs snapshot build.