[MINOR] Minor fixes i.e., validation checks, formatting e.t.c.#1636
[MINOR] Minor fixes i.e., validation checks, formatting e.t.c.#1636Shafaq-Siddiqi merged 1 commit intoapache:mainfrom
Conversation
|
Hi @Shafaq-Siddiqi , can you clarify whether we need to add |
We need to add that library too along with this PR. |
|
Hmm, I'm still trying to understand what happened here: (1) the error comes from janino, which is provided because Spark already depends on it, but (2) we need to package all dependencies into lib of our binary artifact, and (3) it seems janino now depends on commons-compiler which needs to be added so we would need to add this to our pom file. But, why did all our previous experiments in spark drivers, and local operations never showed this? @j143 is this only because the scripts for the release process have to be updated as well? |
|
We are currently not packing commons-compiler in lib for the binary. |
|
thanks for clarifying @phaniarnab - this makes a lot of sense. |
|
Currently our automated tests only verify that the packaged lib (from bin.xml) works in python. We just need more tests that verify execution with more varied scripts to automate this verification of packaging the minimum jar files needed. We should also add some application test via scripts that we execute with the release without python. systemds/.github/workflows/python.yml Line 115 in fd5be66 |
No description provided.