You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way Pangool is deployed to Maven, splout-hadoop downloads always the base artifact (without -mr2) even when depending on splout-hadoop with classifier = mr2. This is a bug. Right now affected users need to exclude the pangool dependency and add their own like in this example:
Because of the way Pangool is deployed to Maven, splout-hadoop downloads always the base artifact (without -mr2) even when depending on splout-hadoop with classifier = mr2. This is a bug. Right now affected users need to exclude the pangool dependency and add their own like in this example:
In the future we should either define pangool-core as scope provided and force the users to declare pangool explicitly or find another solution.
The text was updated successfully, but these errors were encountered: