Tatsuya Kawano
Tatsuya Kawano
The "broadcast writing (simple file copying)" example on the [README.md](https://github.com/a8m/pb/blob/1747edaf2fc839b9542a0476c070ee6fb3effa07/README.md) no longer compiles. This is because `Writer::broadcast()` was never stabilized and [removed from Nightly libstd on Mar 8, 2016](https://github.com/rust-lang/rust/commit/b53764c73bd722ea22142bace6249d5950066253#diff-668f8f358d4a93474b396dcb3727399eL1128). I...
[WIP] This pull request adds support for S3 *virtual-hosted* addressing style to rusoto_s3 crate. ~~Without this change, users of rusoto_s3 crate cannot access Amazon S3 buckets created after September 30,...
Erlang/OTP 20.0 was released today. Currently, Hibari supports Erlang/OTP R16B, 17.x, and 18.x, and I believe we can move to Erlang/OTP 19.3 and 20.0. By doing this, we can drop...
Create .deb package for Debian 7 wheezy [(Request)](https://github.com/hibari/hibari/issues/45#issuecomment-77682058) TBD - Need the init script? - Check how upgrade is handled - Decide how to configure multi-node cluster (Ansible?)
Split from https://github.com/hibari/hibari/issues/53 Create gdss_thrift_proto application to provide a full-featured Thrift client API using Apache Thrift's Erlang library.
It's been a while when we created Thrift client examples for the Application Developer's Guide. At the time, Thrift was version 0.4 but it's now 0.9. Thrift client API for...
Read The Docs (https://readthedocs.org) provides nice features, such as automated document building, as well as a prettier template. I began to convert current Hibari manuals from asciidoc to reStructuredText markup...
http://quickcheck-ci.com/ > Welcome to QuickCheck CI! > > QuickCheck CI is a continuous integration server that runs QuviQ QuickCheck on a project. QuickCheck is a tool for automatically generating test...
- **start** / **suspend** / **resume** / **stop** scavenger on a node - **monitor** scavenger progress on the cluster
``` sh Quviq QuickCheck version 1.26.2 (compiled at {{2012,6,20},{8,22,48}}) ``` ``` sh /home/tatsuya/workhub/dev/hibari/hibari/lib/lager% git branch -v * master e749242 Merge pull request #105 from basho/adt-fix-tracing ``` ``` erl /home/tatsuya/workhub/dev/hibari/hibari% make...