in Education by
I have a data frame with two columns - filepath (wasbs file path for blobs), string and want to write each string to a seperate blob with that file name. How can i do this? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You can only write to one wasb container at a time - not sure if this is part of your question, but I want to clarify either way. In addition, spark writes files to directories, not single files. If you want to accomplish exactly what youre asking for, you'll have to repartition to 1 partition and partition by filepath. After that step you'll need to use the azure sdk to rename the files and move them up to the parent directory.

Related questions

0 votes
    I've try to do the following instruction of this document : LINK I used SAS authentication and added this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 22, 2022 in Education by JackTerrance
0 votes
    I need to upload files to azure blob container every day from local system. I use azcopy with sas ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    So the scenario is the following: I have multiple instances of a web service that writes a blob of data to ... other unknown issues? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I just want to know whether a blob exists in a particular container or not. Simple question right! I'll download ... it doesn't exist. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    How can I delete the associated account with the virtual machines On the preview portal on deleting the storage account ... as well. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    We have several projects running on Azure. As they need some separation from each other, we need to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    Which of the following are a worldwide content caching and delivery system for Windows Azure blob content? 1. CDN 2. CND 3. DNC 4. None of the options...
asked Sep 22, 2021 in Technology by JackTerrance
0 votes
    Which of the following are a worldwide content caching and delivery system for Windows Azure blob content? CDN CND DNC None of the options...
asked Aug 28, 2021 in Technology by JackTerrance
0 votes
    What do you mean by a BLOB and what are their types in Azure?...
asked Dec 27, 2020 in Technology by JackTerrance
0 votes
    I have an Azure table datastore and here's my model for one class: public class Product : ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 21, 2022 in Education by JackTerrance
0 votes
    When should I use SQL Azure and when should I use table Storage? I was thinking, use table storage for transaction ... do you think? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I'm trying to make a web-based .NET application from scratch. I'm considering using Microsoft Azure to host it ... advice for using it. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    Azure Storage plays the same role in Azure that ______ plays in Amazon Web Services. 1. EC3 2. S3 3. EC2...
asked Sep 22, 2021 in Technology by JackTerrance
0 votes
    Your Azure storage account is always replicated to ensure durability and high availability. By default, which of the following replications schemes is used? ZRS GRS RA-GRS LRS...
asked Aug 28, 2021 in Technology by JackTerrance
0 votes
    What is azure storage key?...
asked Jul 31, 2021 in Technology by JackTerrance
...