Rice-Comp413-2016 / RDFS

The Rice Comp413 class (2016-2017) implementation of HDFS. (This will eventually be put under an open source license, which one TBD).
4 stars 2 forks source link

Create a ZooKeeper C++ Client #16

Closed nichhk closed 7 years ago

nichhk commented 8 years ago

We can either model it off this https://github.com/apache/mesos/blob/master/src/zookeeper/zookeeper.cpp or statically link it in. In the case that we want to statically link it, we also need https://github.com/apache/mesos/tree/master/3rdparty/libprocess

nichhk commented 8 years ago

@prb2 @Joe--Chen @ap35 I think we're nearly done with this. Just need to add the tests.

@Vegetable26 @Swyrough We still need to add multioperations.

prb2 commented 8 years ago

I'll start writing some tests as soon as I finish the queue stuff