Skip to:
Steps to repro:-
Create a SQL Server replication pipeline or batch pipeline with Microsoft JDBC Driver 6.0 for SQL Serve driver available on hub.
Microsoft JDBC Driver 6.0 for SQL Serve
Run the pipeline and observe that it fails with below error.
The same pipeline works fine with JDBC driver version 9.4 or by changing compute profile to Dataproc 2.0 image.
Issue seems to be JDBC driver 6.0 is incompatible with JDK 11 in Dataproc 2.1 image.
Code changes are in. Open for release notes.
Steps to repro:-
Create a SQL Server replication pipeline or batch pipeline with
Microsoft JDBC Driver 6.0 for SQL Serve
driver available on hub.Run the pipeline and observe that it fails with below error.
The same pipeline works fine with JDBC driver version 9.4 or by changing compute profile to Dataproc 2.0 image.
Issue seems to be JDBC driver 6.0 is incompatible with JDK 11 in Dataproc 2.1 image.