> On Jun 4, 2015, at 9:33 AM, James Peach <jor...@gmail.com> wrote: > > >> On Jun 4, 2015, at 8:31 AM, Benjamin Hindman <b...@eecs.berkeley.edu> wrote: >> >> Took care of MESOS-2666 as well James. There was a bug I had to fix. ;-) >> Please take a look at the reviews where I left some comments. > > Thanks Ben! > >> >> It looks like Cody still has some questions around semantics for >> https://reviews.apache.org/r/33752, please address that and then we can get >> it committed. > > Ok, I'll look at that today.
After reviewing the way the bundled packages selection works, I posted https://reviews.apache.org/r/35084/. This changes the behavior of the build somewhat, but allows consistent and fine-grained selection of which bundled packages to use. For example, you can now choose to disable all bundled packages except zookeeper, which might be a reasonable choice on CentOS 7, ./configure --disable-bundled --with-zookeeper=bundled. Currently, you would have to do something like ./configure --enable-bundled --with-glog=/ --with-gmock=/ --with-leveldb=/ --with-protobuf=/ etc ... J