【发布时间】:2018-04-30 12:42:01
【问题描述】:
我们正在为 HDInsight 进行 POC。我对这项技术很陌生。我们正在做的是,尝试将一些数据发送到 Azure 并编写一些 Hive 查询。我们能够实现第一部分:我们可以使用 AzCopy 将一些测试数据推送到 Azure blob。 (我知道有 Azure 表和 Azure 队列)。但是对于 POC,Azure blob 就可以了。
我们可以使用 Visual Studio 与这个 blob 对话。但是,我们还想检查 HDinsight 及其 MapReduce 功能。
有了这个背景,这里有几个问题:
1. Do I need to copy data from Azure Blob to Anywhere else for writing
Hive queries in Ambari? Or Can Ambari directly talk to data stored
in Azure blob?
2. Is this the right way to process data? (Keep data in
Azure blob, and use HDInsight/Ambari to process the data)
3. If point 2 is correct, that means HDInsight is used only for
parallel processing with MapReducing feature. Is this correct?
非常感谢您提供任何见解。
【问题讨论】:
标签: azure hive azure-hdinsight ambari