ihudedi

Results 50 comments of ihudedi

Hi @ibrahimrabab When uploading using stageblock and commitblocklist the checksum is being verified per block uploading and not per all file.when I upload the file as one chunk and not...

Hi @Ndiritu I don't want partial download. SO what you tell me that by default you download only 8K each call? And how do I download range content via java?...

Hi @Ndiritu When using content we get InputStream object. Trying to read X bytes always return 8K bytes maximum. I will try the range header to see I I get...

Hi @Ndiritu The inputStream.read(buf)) always bring only max 8K bytes I used in parallel and fetch the stream in ranges. Still the read should fetch all the bytes in the...