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. <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"> Now I know that this case involves two fully-qualified class names: - `org.apache.logging.log4j.util.ReflectionUtil` (the missing class) - `org.apache.logging.log4j.core.util.ReflectionUtil` (available in org.apache.logging.log4j:log4j-core:2.13.3`) ---------------------------------------------------------------- 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]
