How do trigger Azure Databricks Jobs using Java Programming. Can you please give sample code to connect the Azure Databricks using Java

mani238
New Contributor III
 

Hubert-Dudek
Databricks MVP

Just use REST API call https://docs.databricks.com/dev-tools/api/latest/jobs.html


My blog: https://databrickster.medium.com/

View solution in original post

mani238
New Contributor III

Thanks @Hubert Dudek​  ,

I execute the Jobs list Api but i am unable to execute the "CREATE AND TRIGGER JOB RUN " API

<!doctype html>

<html>

<head>

<meta charset="utf-8" />

<meta http-equiv="Content-Language" content="en" />

<title>Databricks - Sign In</title>

<meta name="viewport" content="width=960" />

<link rel="icon" type="image/png" href="/favicon.ico" />

<meta http-equiv="content-type" content="text/html; charset=UTF8" />

<link rel="icon" href="/favicon.ico">

<script defer="defer" src="/login/login.47926ab1.js"></script>

</head>

<body class="light-mode">

<uses-legacy-bootstrap>

<div id="login-page"></div>

</uses-legacy-bootstrap>

</body>

</html>

I AM GETTING THE RESPONSE

mani238
New Contributor III

I got the solution ,

mani238
New Contributor III

Hi @Kaniz Fatma​  , I got the solution based on the @Hubert Dudek​  Answer .

Thanks @Hubert Dudek​  .

Another Doubt:

How do i Automate the Azure Synapse Concept . Please help me ..

Thanks