Hive Data Connection

DRK 1 Reputation point
2022-10-17T20:01:50.817+00:00

We have a Hive datastore onprem which we are trying to connect via Java program hosted on Azure Batch. We have a self hosted integrated runtime to the onprem hive datastore. I would like to know how we can connect to this onprem site using java in Azure Batch program.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
302 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,544 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xin Xin 26 Reputation points Microsoft Employee
    2022-10-23T02:56:14.613+00:00

    I think this might be a Hybrid-network issue, the task running Batch can connect anywhere if Vnet and NSG have done corresponding configuration. Commonly, we don't tent to expose such data transfer in Internet, so we can setup ExpressRoute or VPN between on-prem and Azure Cloud, route table, DNS resolve, then Batch program (ConnectToHive.jar) can connect on-prem Hive datastore like internal network.

    0 comments No comments