Missing files because gitignore was exclusing them.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/a48048fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/a48048fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/a48048fc Branch: refs/heads/0.2.0-newtypesystem Commit: a48048fc519b07fc95439ac5d422a27b590de793 Parents: c40ccb4 Author: Aaron McCurry <[email protected]> Authored: Sat Jul 13 18:25:02 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sat Jul 13 18:25:02 2013 -0400 ---------------------------------------------------------------------- distribution/src/main/scripts/conf/default_zoo.cfg | 14 ++++++++++++++ distribution/src/main/scripts/conf/zookeepers | 2 ++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/a48048fc/distribution/src/main/scripts/conf/default_zoo.cfg ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/conf/default_zoo.cfg b/distribution/src/main/scripts/conf/default_zoo.cfg new file mode 100644 index 0000000..3123287 --- /dev/null +++ b/distribution/src/main/scripts/conf/default_zoo.cfg @@ -0,0 +1,14 @@ +# The number of milliseconds of each tick +tickTime=2000 +# The number of ticks that the initial +# synchronization phase can take +initLimit=10 +# The number of ticks that can pass between +# sending a request and getting an acknowledgement +syncLimit=5 +# the directory where the snapshot is stored. +# do not use /tmp for storage, /tmp here is just +# example sakes. +dataDir=/tmp/zk_data +# the port at which the clients will connect +clientPort=2181 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/a48048fc/distribution/src/main/scripts/conf/zookeepers ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/conf/zookeepers b/distribution/src/main/scripts/conf/zookeepers new file mode 100644 index 0000000..47b0bee --- /dev/null +++ b/distribution/src/main/scripts/conf/zookeepers @@ -0,0 +1,2 @@ +#NOTE: There is additional setup in the default_zoo.cfg file needed for multiple instances of ZooKeeper. See ZooKeeper documentation. +localhost
