gowfs icon indicating copy to clipboard operation
gowfs copied to clipboard

A Go client binding for Hadoop HDFS using WebHDFS.

Results 5 gowfs issues
Sort by recently updated
recently updated
newest added

format: ``` sum: {Algorithm:MD5-of-0MD5-of-512CRC32C Bytes:000002000000000000000000ffe670b946f74e501834d51c3fd40b1b00000000 Length:28} ``` Is it really md5?

I read gowfs code. The main logic is built by http request. Just like webhdfs doc's example which is called by curl. According to go build-in lib http, it is...

cant distinguish path module and path name

From https://github.com/golang/go/blob/go1.6.3/src/net/http/transport.go#L28 Not sure why we were not sending them before.