Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-15407

Support Windows Azure Storage - Blob file system in Hadoop

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 3.2.0
    • 3.2.0
    • fs/azure
    • None
    • Hide
      The abfs connector in the hadoop-azure module supports Microsoft Azure Datalake (Gen 2), which at the time of writing (September 2018) was in preview, soon to go GA. As with all cloud connectors, corner-cases will inevitably surface. If you encounter one, please file a bug report.
      Show
      The abfs connector in the hadoop-azure module supports Microsoft Azure Datalake (Gen 2), which at the time of writing (September 2018) was in preview, soon to go GA. As with all cloud connectors, corner-cases will inevitably surface. If you encounter one, please file a bug report.

    Description

      Description
      This JIRA adds a new file system implementation, ABFS, for running Big Data and Analytics workloads against Azure Storage. This is a complete rewrite of the previous WASB driver with a heavy focus on optimizing both performance and cost.
       
      High level design
      At a high level, the code here extends the FileSystem class to provide an implementation for accessing blobs in Azure Storage. The scheme abfs is used for accessing it over HTTP, and abfss for accessing over HTTPS. The following URI scheme is used to address individual paths:
       
      abfs[s]://<filesystem>@<account>.dfs.core.windows.net/<path>
       
      ABFS is intended as a replacement to WASB. WASB is not deprecated but is in pure maintenance mode and customers should upgrade to ABFS once it hits General Availability later in CY18.
      Benefits of ABFS include:
      ·         Higher scale (capacity, throughput, and IOPS) Big Data and Analytics workloads by allowing higher limits on storage accounts
      ·         Removing any ramp up time with Storage backend partitioning; blocks are now automatically sharded across partitions in the Storage backend
                .         This avoids the need for using temporary/intermediate files, increasing the cost (and framework complexity around committing jobs/tasks)
      ·         Enabling much higher read and write throughput on single files (tens of Gbps by default)
      ·         Still retaining all of the Azure Blob features customers are familiar with and expect, and gaining the benefits of future Blob features as well
      ABFS incorporates Hadoop Filesystem metrics to monitor the file system throughput and operations. Ambari metrics are not currently implemented for ABFS, but will be available soon.
       
      Credits and history
      Credit for this work goes to (hope I don't forget anyone): Shane Mainali, Thomas Marquardt, Zichen Sun, Georgi Chalakov, Esfandiar Manii, Amit Singh, Dana Kaban, Da Zhou, Junhua Gu, Saher Ahwal, Saurabh Pant, and James Baker. 
       
      Test
      ABFS has gone through many test procedures including Hadoop file system contract tests, unit testing, functional testing, and manual testing. All the Junit tests provided with the driver are capable of running in both sequential/parallel fashion in order to reduce the testing time.
      Besides unit tests, we have used ABFS as the default file system in Azure HDInsight. Azure HDInsight will very soon offer ABFS as a storage option. (HDFS is also used but not as default file system.) Various different customer and test workloads have been run against clusters with such configurations for quite some time. Benchmarks such as Tera*, TPC-DS, Spark Streaming and Spark SQL, and others have been run to do scenario, performance, and functional testing. Third parties and customers have also done various testing of ABFS.
      The current version reflects to the version of the code tested and used in our production environment.

      Attachments

        1. HADOOP-15407-HADOOP-15407-008.patch
          523 kB
          Steve Loughran
        2. HADOOP-15407-008.patch
          523 kB
          Steve Loughran
        3. HADOOP-15407-HADOOP-15407.008.patch
          522 kB
          Da Zhou
        4. HADOOP-15407-HADOOP-15407.007.patch
          547 kB
          Thomas Marqardt
        5. HADOOP-15407-HADOOP-15407.006.patch
          545 kB
          Thomas Marqardt
        6. HADOOP-15407-004.patch
          571 kB
          Esfandiar Manii
        7. HADOOP-15407-003.patch
          1.20 MB
          Esfandiar Manii
        8. HADOOP-15407-002.patch
          1.20 MB
          Esfandiar Manii
        9. HADOOP-15407-001.patch
          1.20 MB
          Esfandiar Manii

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              DanielZhou Da Zhou
              esmanii Esfandiar Manii
              Votes:
              1 Vote for this issue
              Watchers:
              30 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: