All Questions
Tagged with scalaj-http httpfs
1 question
4
votes
0
answers
528
views
How to stream downloads using Scalaj-Http and Hadoop HttpFs
My question is how to use a Buffered stream when using Scalaj-Http.
I have written the following code which is a complete working example that will download a file from Hadoop HDFS using HttpFS. My ...