https://pinot.apache.org/ logo
l

Laxman Ch

04/16/2021, 7:56 AM
Want to try pinot 0.7.1 release. And we are using the artifacts from jitpack. The following shaded artifact is not available for 0.7.1 release. And we are using this artifact.
Copy code
wget -qO temp.zip <https://jitpack.io/com/github/apache/incubator-pinot/pinot-distribution/e22be7c3a39e840321d3658e7505f21768b228d6/pinot-distribution-e22be7c3a39e840321d3658e7505f21768b228d6-shaded.jar>
However, I can see the shaded artifact is available under maven central here. https://repo1.maven.org/maven2/org/apache/pinot/pinot-distribution/0.7.1/ Any suggestions on how to proceed here? @Kishore G @Xiang Fu
Info: Shaded artifacts were available for old pinot releases in jitpack https://jitpack.io/com/github/apache/incubator-pinot/
x

Xiang Fu

04/16/2021, 8:02 AM
Maven is used to host all apache libs
we don’t publish to jitpack. I don’t how the libs there are landed
l

Laxman Ch

04/16/2021, 8:17 AM
Got the root cause
message has been deleted
Build failed on jitpack
x

Xiang Fu

04/16/2021, 8:18 AM
got it
then I need to patch the release
it’s an issue introduced recently
by npm
l

Laxman Ch

04/16/2021, 8:19 AM
But how 0.7.1 build passed and uploaded to maven central
x

Xiang Fu

04/16/2021, 8:21 AM
yes, that was because, the npm update which causes the issue after our apache release 🤣
l

Laxman Ch

04/16/2021, 8:23 AM
okay. npm version is not locked in out pinot build?
How do we fix this?
x

Xiang Fu

04/16/2021, 8:23 AM
I cherry-picked the fix and pushed a new tag: release-0.7.1-ui-fix
once it got picked
you should see it from jitpack
l

Laxman Ch

04/16/2021, 8:24 AM
cool. thanks a lot @Xiang Fu
Jitpack started building this
x

Xiang Fu

04/16/2021, 8:26 AM
ok.
does jitpack build branch ?
l

Laxman Ch

04/16/2021, 8:26 AM
message has been deleted
x

Xiang Fu

04/16/2021, 8:26 AM
seems no?
then I should push a new branch instead of a tag
l

Laxman Ch

04/16/2021, 8:30 AM
I am also not fully aware how jitpack works. But I see your npm fix is picked up and it started building
Build log 👆
x

Xiang Fu

04/16/2021, 8:30 AM
ok
then will let it build
I could delete the tag later on 😛
🤣 1
l

Laxman Ch

04/16/2021, 8:37 AM
Build complete. Now the distros are available in jitpack too
👍 1