3

I am trying to establish the connection between hadoop and Azure storage. I have added the property in core-site.xml mentioned here: Link, still getting the error

No FileSystem for scheme: wasb

Any help is appreciated!

ash25
  • 113
  • 1
  • 11

1 Answers1

0

Please try to add the required Java library hadoop-azure into your Hadoop lib path. You can download from here.

Hope it helps. Any concern, please feel free to let me know.

Peter Pan
  • 23,476
  • 4
  • 25
  • 43
  • Yes, I have added hadoop-azure-2.7.0.jar and azure-storage-2.0.0.jar files into my hadoop lib path. Also I have set the HADOOP_CLASSPATH variable to indicate the path to the jars in my hadoop-env.sh – ash25 Jun 12 '17 at 14:07