hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

go bindings for libhdfs

Results 3 hdfs issues
Sort by recently updated
recently updated
newest added

When a directory is empty, `C.hdfsListDirectory` returns nil, and the condition at L391 of hdfs.go would judge the call to `hdfs.ListDirectory` had failed. Could we have a more accurate judge...

When I build a tiny sample program (with source code below) using `go build`, everything works good. But when I use `go build -a -x -compiler=gccgo`, the call to `C.hdfsConnectAsUser`...

It would be great if we can have an HDFS file wrapped as a reader or a writer, like what's done in the standard io package. Do you have a...

enhancement