thomasrebele commented on PR #6214: URL: https://github.com/apache/hive/pull/6214#issuecomment-3631412480
The context would be debugging in the IDE. There were two cases where I arrived at this exception. Once I got it fixed by adding the required jars to the "project structure" in Intellij. The second time I had to run a `mvn clean install`. I've seen a few debug options in HiveConf. How about adding a `hive.exec.ignore.noclassdeffounderror`? The current behavior would stay the same, but the error can be ignored in case of need. Wdyt, @zabetak, @aturoczy? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
