.NET for Apache Spark - Write and Read data from Azure Blob Storage
August 6, 2020
In this article, we’ll look into how to create a DataFrame, write the DataFrame into Azure Blob Storage, and read the written data back into our application. Prerequisites # To get started: You’ll need Azure Storage account. Complete .NET for Apache Spark Tutorial - Get started in 10 minutes. This guide will show you how to download and install .NET Core 3.1 SDK, JDK 8 and Apache Spark 2. ...