bfs icon indicating copy to clipboard operation
bfs copied to clipboard

The Baidu File System.

Results 104 bfs issues
Sort by recently updated
recently updated
newest added

怎么才能实现以附加写(append write)的方式打开BFS file? eg. 第一次写入的内容为 "hello world! ",第二次写入的内容为 "hello apady". 文件最终的内容为"hello world! hello apady"

大家好, 我是spark新手,我想在BFS上层增加个大数据分析,这个可以做到吗? 谢谢!

(#897) 1. `deploy.sh`: extra x in `"$1"x == "master_slave"`. Also add `-h` option which is common in linux shell scripts. 2. `start_bfs.sh`: bfs can not work well with raft mode...

简单搭建了下, 有些接口如chmod没有实现,修改权限没法使用; 在leveldb里有些数据没有存,对应到fuse挂载时会出现文件的元数据变更; 类似 echo "12" > 1.txt 无法使用;

分支代码metaserver是编译不过的,makefile里面添加后发现很多成员变量不存在,目测是拷贝自nameserver,后来没有继续维护了吗?还是目前分支仅仅并不是最新代码,后续也没维护?谢谢。

执行 src/sdk/python 里的 sample.py,当运行到 chmod 时就会报错,提示bad parameter。将同样的参数传给 C interface bfs_chmod() 同样返回-1。 Bug?

机器权限还没下来,先把多用户这个治活了~

代码根目录没有build.sh这个脚本,怎么编译?