Join Slack
Powered by
<@U01EVRQ3KGQ> org/apache/pinot/spi/plugin/PluginC...
# general
n
Noah Prince
11/06/2020, 4:32 PM
@User
org/apache/pinot/spi/plugin/PluginClassLoader.java Change line 50 to:
Copy code
method.invoke(this, url);
instead of
Copy code
method.invoke(classLoader, url);
Fixed the issue for me.
Noah Prince
11/06/2020, 4:33 PM
Though I’m still getting class not found issues, so unsure if that’s something else or this didn’t
really
fix the problem
Open in Slack
Previous
Next