if your using the SHIR
you need jre 8 to read or write to parquet - this is a basic install for the functionality
if openjdk then there is some updating needed - follow -
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a pipeline that consist copy data activity like following;
I installed OpenJDK on all servers where we use our Integration Runtime. But still, I get error like the following;
{
"errorCode": "2200",
"message": "ErrorCode=JreNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Java Runtime Environment cannot be found on the Self-hosted Integration Runtime machine. It is required for parsing or writing to Parquet/ORC files. Make sure Java Runtime Environment has been installed on the Self-hosted Integration Runtime machine.,Source=Microsoft.DataTransfer.Richfile.ParquetTransferPlugin,''Type=System.DllNotFoundException,Message=Unable to load DLL 'jvm.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E),Source=Microsoft.DataTransfer.Richfile.HiveOrcBridge,'",
"failureType": "UserError",
"target": "Copy data1",
"details": []
}
It seems Integration Runtime can not detect OpenJDK files, I wonder, should I install Oracle JDK instead of OpenJDK?
if your using the SHIR
you need jre 8 to read or write to parquet - this is a basic install for the functionality
if openjdk then there is some updating needed - follow -
Hi @Melih Kavraz ,
Thank you for posting query in Microsoft Q&A Platform.
Similar issue was addressed in below link. Kindly recheck all the points mentioned there met in your case or not.
https://stackoverflow.com/questions/53424666/unable-to-load-dll-jvm-dll-the-specified-module-could-not-be-found-azure-data-fa
Hope this helps. Please let me know if any further queries.
--------------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.