-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catching class loading connection (Hadoop Configuration) #113
Comments
Also noticed this when accidentally running the standard connector against IBM Data Engine. Again, only an internal server error with no other information logged. Enabling debug showed the issue was a missing thrift library, but crucially this error never surfaced to the audit log or user
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
When testing the HMS connector I an issue which did not result in any Audit log entries:
Class loading error
Due to a build error, I had a problem with the connector hitting a class loader exception when issuing
The error was in trying to load from javax.xml
Whilst the build error (during refactoring) is fixed, this exception results in an 'Internal server error' and no output on the audit log.
It's possible other similar circumstances could cause an issue
The text was updated successfully, but these errors were encountered: