Description
In the catch block:
if(in != null){ inDataStream.close(); }
We check against in but try to close inDataStream which should have been closed by the if statement above.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-9629 Support Windows Azure Storage - Blob as a file system in Hadoop
- Closed