0 votes
in Azure Data Factory by
What are the key differences between Azure HDInsight and Azure Data Lake Analytics?

1 Answer

0 votes
by

Following is the list of key differences between Azure HDInsight and Azure Data Lake Analytics:

Azure HDInsightAzure Data Lake Analytics
Azure HDInsight is a Platform as a serviceAzure Data Lake Analytics is Software as a service.
If you want to process the data in Azure HDInsight, you must configure the cluster with predefined nodes. You can also process the data by using languages like pig or hive.In Azure Data Lake Analytics, we have to pass the queries written for data processing. The Azure Data Lake Analytics further creates compute nodes to process the data set.
Since the clusters are configured with Azure HDInsight, so we create and control them as we want. It also facilitates users to use Spark and Kafka without restrictions.Azure Data Lake Analytics does not provide so much flexibility in configuration and customization, but Azure manages it automatically for its users. Additionally, it also facilitates users to use USQL taking advantage of dotnet for processing data.

Related questions

0 votes
asked Mar 27, 2023 in Azure by john ganales
0 votes
asked Mar 27, 2023 in Azure by john ganales
...