Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to schedule a U-SQL Query in Azure Data Lake?

I want to execute a query in azure data lake daily. Can we schedule a U-SQL query in azure data lake?

like image 811
Jai Avatar asked Dec 15 '16 12:12

Jai


1 Answers

Currently, there is no built-in way inside Data Lake Analytics to schedule a U-SQL job. Instead, you can use other services or tools to perform the scheduling. A popular one for Azure customers is Azure Data Factory.

Simple scheduling of U-SQL jobs inside Data Lake Analytics is something we are considering adding as a native capability.

like image 148
saveenr Avatar answered Sep 23 '22 02:09

saveenr