I have a lot of data files that will be eventually be pushed and stored on the Azure Storage/Data Lake at a regular interval of time. I want to provide an ability to do Analytic on this data but then I see that on Azure there are two approach:
- U-SQL / Azure Data Lake query (Visualization ???)
- Spark SQL using Spark on Azure and Zeppelin
can some one suggest me when to use which of this approach? it looks to me that both can do the similar job.