While trying to connect the local hadoop with the AZURE BLOB storage (ie using the blob storage as HDFS)with Hadoop Version - 2.7.1, It throws exception
Here i have successfully formed the local cluster by setting the property
<property> <name>fs.default.name</name> <value>wasb://account@storage.blob.core.windows.net</value> </property>
and followed by its key value for blob storage in core-site.xml.
while listing the file or making HDFS operations to the blob storage,getting the follwing Exception as
ls: No FileSystem for scheme: wasb
Anyone please guide me to resolve the above issue.