Unable to connect with azure blob storage with local hadoop Unable to connect with azure blob storage with local hadoop hadoop hadoop

Unable to connect with azure blob storage with local hadoop


  1. You need to add hadoop-azure.jar in the hadoop classpath.
  2. Download azure-storage-java project and build it using maven then you will get azure-storage-3.0.0.jar. Add the built jar in hadoop classpath.

Now you can do all the operations. Refer Azure Blob Storage documentation for more information.