.NET for Apache Spark - Write and Read data from Azure Data Lake Storage Gen1
August 22, 2020
For the second article in the .NET for Apache Spark series, we’ll be looking into how to interact with Azure Data Lake Storage Gen1. We’ll be creating a DataFrame, writing the DataFrame into a Data Lake and retrieving the written data back into our application. Prerequisites # To get started: You’ll need an Azure Data Lake Storage Gen 1 account. Download and install .NET Core 3. ...