How to send zip file to webhdfs path using webactivity.

Lata, Kiran K (She/Her/Hers) 0 Reputation points
2023-06-13T17:12:44.6733333+00:00

I have csv.gz format files in blob storage. I have to copy the files and load it to webhdfs path. Right now I am reading files(csv.gz) from blob which generate .csv format ouput and create set variable to hold the content of dataset and then passing the content in body of webhdfs path.
Could you please help on this.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,582 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,170 Reputation points MVP
    2023-06-13T22:59:11.73+00:00

    Based on the references

    https://learn.microsoft.com/en-us/azure/data-factory/quickstart-hello-world-copy-data-tool

    https://learn.microsoft.com/en-us/azure/data-factory/connector-hdfs

    Sure, let's summarize what we've found so far.

    To copy gzipped CSV files from Azure Blob Storage to a webhdfs path, you can use the Azure Data Factory, which provides an interface for data transfer between different storage services.

    • Prepare Source Data in Azure Blob Storage
    • Create a Data Factory
    • Use the Copy Data Tool to Copy Data
    • Create a Linked Service to HDFS
    • Configure the Linked Service Properties
    • Specify Dataset Properties You can follow whole steps from the references

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.