不同地域的Azure VM和HDInsight Cluster连接有什么问题

What are the problems in connecting Azure VM and HDInsight Cluster in different regions

我正在美国东部地区创建 Azure VM 并在其上安装我的应用程序(比如 app1)。

我正在美国中部地区创建 HDInsight Spark 集群并在其上安装我的应用程序(比如 app2)。

现在我在 Azure VM 上使用 app1 配置 app2 IP。

如果我们在不同区域有 Azure VM 和 HDInsight 集群,会出现什么问题?

I will configure app2 Private IP in app1 properties

如果要在app1的属性中配置app2的私有IP,我们应该在不同区域之间部署VPN。

您可能需要阅读这些有关在 VNet 中配置 HDInsight 的文章:

https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-extend-hadoop-virtual-network#virtual-network-requirements

https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hbase-replication

中的 "Configure two virtual networks in two different regions" 部分