Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to sqoop data from HDFS to Azure Blob storage?

avatar
New Contributor

Hi all,

 

Anyone knows how to export data from HDFS (Hive) to Azure Blob storage by using sqoop please? 

I found a documentation but I need Blob storage not ADLS Importing Data into Microsoft Azure Data Lake Store (Gen1 and Gen2) Using Sqoop | 6.3.x | Cloudera D...

 

If possible, what configuration of authentification is needed ? 

 

Thanks a lot !

1 REPLY 1

avatar
Master Collaborator

Hi @Jaguare ,

 

What you likely want to use is not sqoop, but hdfs' native distcp command. There are guides on the internet on how to do this. A quick google found this: https://docs.microsoft.com/en-us/azure/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-pra...

 

 

Hope this helps.

 

 

Regards,

Alex