usbrandon commented on issue #2056: URL: https://github.com/apache/hop/issues/2056#issuecomment-1371528293
It turns out that the bulkloader works fine. There is a different bug in Hop related to classloading where if you use JDBC drivers in an external folder then something bad happens and these kinds of errors appear. The errors go away on the out of the box Hop as it doesn't try to use external JDBC driver folders. The safest place I found for JDBC jar files is hop/lib/core. This was what Bart and I discovered troubleshooting my environment. It caused errors to come up when I tried the Vertica bulkloader. There is, however, still a null pointer exception when clicking the SQL button on the Postgres Bulkloader transform, but at least the data transfer functionality works. -- 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]
