-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for wasb:// protocol on Azure HDInsight #35
Comments
[Renamed the issue] So this is due to the fact that Azure uses a separate Some background: https://blogs.msdn.microsoft.com/cindygross/2015/02/04/understanding-wasb-and-hadoop-storage-in-azure/ |
Similarly, HDInsight supports the |
Looks like this But what is not clear yet to me is whether the server will transparently wrap |
This looks like being entirely implemented as a client library - see org/apache/hadoop/fs/azure/NativeAzureFileSystem.html source. It seems to be reading the hdfs config, but it interacts with azure services directly. The hdfs namenode and datanodes do not seem to be aware of this at all. So, the implementation of |
I can see the files using
hadoop fs -ls
but not usingreaddir
. Trying to create a file reference for a file I know to exist usingHDSFFile
and thenstat
showsElly.HDFSException("Path not found")
The text was updated successfully, but these errors were encountered: