Answered by:
Moving on premise Hbase data to azure HDInsight

Question
-
Hi,
Suppose an organization need to migrate their application to azure. There is a java application that uses hbase database on premise. They want to migrate on premise hbase database to azure hdinsight. How to accomplish this requirement. What are the steps involved in this process. Is there a similar way like migrating on premise SQL database to SQL database on azure? Or the process is different for hbase database?
Tuesday, October 10, 2017 10:59 AM
Answers
-
HDInsight HBase is offered as a managed cluster that is integrated into the Azure environment. The clusters are configured to store data directly in Azure Storage or Azure Data Lake Store, which provides low latency and increased elasticity in performance and cost choices.
For more details, refer “What is HBase in HDInsight”.
The Data management gateway is a client agent that you must install in your on-premises environment to copy data between cloud and on-premises data stores. The on-premises data stores supported by Data Factory are listed in the Supported data sources section.
This article complements the walkthrough in the Move data between on-premises and cloud data stores article. In the walkthrough, you create a pipeline that uses the gateway to move data from an on-premises SQL Server database to an Azure blob.
Once you move the data from Azure Storage using Create linked services, then load data in HBase Tables on HDInsight using built-in ImportTsv utility.
For more details, refer “Loading data in HBase Tables on HDInsight using built-in ImportTsv utility”.
-----------------------------------------------------------------------------------------------
Do click on "Mark as Answer" and “Vote as Helpful” on the post that helps you, this can be beneficial to other community members.
- Proposed as answer by CHEEKATLAPRADEEP-MSFTMicrosoft employee Wednesday, October 11, 2017 3:22 AM
- Marked as answer by Aswathy Raveendran Thursday, October 12, 2017 5:03 AM
Wednesday, October 11, 2017 3:22 AM
All replies
-
HDInsight HBase is offered as a managed cluster that is integrated into the Azure environment. The clusters are configured to store data directly in Azure Storage or Azure Data Lake Store, which provides low latency and increased elasticity in performance and cost choices.
For more details, refer “What is HBase in HDInsight”.
The Data management gateway is a client agent that you must install in your on-premises environment to copy data between cloud and on-premises data stores. The on-premises data stores supported by Data Factory are listed in the Supported data sources section.
This article complements the walkthrough in the Move data between on-premises and cloud data stores article. In the walkthrough, you create a pipeline that uses the gateway to move data from an on-premises SQL Server database to an Azure blob.
Once you move the data from Azure Storage using Create linked services, then load data in HBase Tables on HDInsight using built-in ImportTsv utility.
For more details, refer “Loading data in HBase Tables on HDInsight using built-in ImportTsv utility”.
-----------------------------------------------------------------------------------------------
Do click on "Mark as Answer" and “Vote as Helpful” on the post that helps you, this can be beneficial to other community members.
- Proposed as answer by CHEEKATLAPRADEEP-MSFTMicrosoft employee Wednesday, October 11, 2017 3:22 AM
- Marked as answer by Aswathy Raveendran Thursday, October 12, 2017 5:03 AM
Wednesday, October 11, 2017 3:22 AM -
Hi Pradeep,
Thanks for the links :)
Thursday, October 12, 2017 5:04 AM