1 Star 0 Fork 0

zx/hdfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hdfs.go 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
Colin Marc 提交于 2014-10-14 22:15 +08:00 . log doesn't make sense for examples
/*
Package hdfs provides a native, idiomatic interface to HDFS. Where possible,
it mimics the functionality and signatures of the standard `os` package.
Example:
client, _ := hdfs.New("namenode:8020")
file, _ := client.Open("/mobydick.txt")
buf := make([]byte, 59)
file.ReadAt(buf, 48847)
fmt.Println(string(buf))
// => Abominable are the tumblers into which he pours his poison.
*/
package hdfs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/z_matrix/hdfs.git
git@gitee.com:z_matrix/hdfs.git
z_matrix
hdfs
hdfs
v1.1.3

搜索帮助