You have structured data that resides in Microsoft Azure Blob storage.
You need to perform a rapid interactive analysis of the data and to generate visualizations of the data.
What is the best type of Azure HDInsight cluster to use to achieve the goal? More than one answer choice may
achieve the goal. Choose the BEST answer.
A.
Apache Storm
B.
Apache HBase
C.
Apache Hadoop
D.
Apache Spark
Explanation:
A Spark cluster provides in-memory processing, interactive queries, micro-batch stream processinghttps://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters
Hadoop
Batch query and analysis of stored data
HBase
Processing for large amounts of schemaless, NoSQL data
Storm
Real-time event processing
Spark
In-memory processing, interactive queries, micro-batch stream processing