- 3021 Views
- 3 replies
- 1 kudos
We are trying to connect to IBM MQ and post message to MQ, which eventually consumed by mainframe application.What are the IBM MQ clients .jars / libraries installed in cluster ? if you have any sample code for connectivity that would be helpful.
- 3021 Views
- 3 replies
- 1 kudos
Latest Reply
Were you able to do this connection other than rest API which have problem in reading Binary messages, Please suggest
2 More Replies
- 1904 Views
- 3 replies
- 3 kudos
i am reading data from IBM DB2 and saving into a MS SQL server (the first step is moving the code itself to databricks, and then we will move the databases to databricks itself). Problem I'm running into is doing something like the below will take > ...
- 1904 Views
- 3 replies
- 3 kudos
Latest Reply
Hi, it is related to partitioning optimization. By default, the JDBC driver queries the source database with only a single thread. So write was from one partition as one partition was created, so it was using a single core. When you used pandas, it d...
2 More Replies