suztomo edited a comment on pull request #13073: URL: https://github.com/apache/beam/pull/13073#issuecomment-722621204
With some debug output, I see the Gradle supplies the ReflectionUtil class when the class runs. https://github.com/suztomo/beam/commit/81381393f0d19f7d67a7a692239d09b75c3a692c#r43916554 I'm now feeling that the EmbeddedMetastoreService runs with a special class path. Edit: My intelliJ is complaining it too. It's look for `org.apache.logging.log4j.util.ReflectionUtil` while `org.apache.logging.log4j:log4j-core:2.4.1` supplies `org.apache.logging.log4j.core.util.ReflectionUtil` (see it's a "core" package) <img width="1423" alt="Screen Shot 2020-11-05 at 16 28 13" src="https://user-images.githubusercontent.com/28604/98298458-05e57500-1f84-11eb-99ca-0f89dad0e76d.png"> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
