Pranav Saxena
Pranav Saxena
JIRA: https://issues.apache.org/jira/browse/HADOOP-19102 The method `optimisedRead` creates a buffer array of size `readBufferSize`. If footerReadBufferSize is greater than readBufferSize, abfs will attempt to read more data than the buffer array can...
JIRA: https://issues.apache.org/jira/browse/HADOOP-19120 Apache HttpClient is more feature-rich and flexible and gives application more granular control over networking parameter. ABFS currently relies on the JDK-net library. This library is managed by...
jira: https://issues.apache.org/jira/browse/HADOOP-19139 Read API gives contentLen and etag of the path. This information would be used in future calls on that inputStream. Prior information of eTag is of not much...