Need to execute the java jar from ADF

Banoth anil 0 Reputation points
2024-12-12T08:23:42.3066667+00:00

I have jar file which perform certain operation. I need to call that from ADF , Is there any solution or way to execute the jar file from ADF?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,151 Reputation points MVP Volunteer Moderator
    2024-12-12T09:28:22.1533333+00:00

    Unfortunately ADF doesnt directly support execution of jar file.

    But you can use other offerings like Azure function,Azure batch to do the same.

    https://stackoverflow.com/questions/71028315/how-to-run-jar-file-in-azure-data-factory-adf

    https://learn.microsoft.com/en-us/answers/questions/669251/invoking-custom-java-code-through-jar-application


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.