├── README.md ├── ips ├── kafka-cloud ├── README.md ├── kafka_2.11-0.9.0.0.tgz └── kafka_2.11-0.9.0.0 │ ├── bin │ ├── connect-distributed.sh │ ├── connect-standalone.sh │ ├── kafka-acls.sh │ ├── kafka-configs.sh │ ├── kafka-console-consumer.sh │ ├── kafka-console-producer.sh │ ├── kafka-consumer-groups.sh │ ├── kafka-consumer-offset-checker.sh │ ├── kafka-consumer-perf-test.sh │ ├── kafka-mirror-maker.sh │ ├── kafka-preferred-replica-election.sh │ ├── kafka-producer-perf-test.sh │ ├── kafka-reassign-partitions.sh │ ├── kafka-replay-log-producer.sh │ ├── kafka-replica-verification.sh │ ├── kafka-run-class.sh │ ├── kafka-server-start.sh │ ├── kafka-server-stop.sh │ ├── kafka-simple-consumer-shell.sh │ ├── kafka-topics.sh │ ├── kafka-verifiable-consumer.sh │ ├── kafka-verifiable-producer.sh │ ├── windows │ │ ├── kafka-acls.bat │ │ ├── kafka-console-consumer.bat │ │ ├── kafka-console-producer.bat │ │ ├── kafka-consumer-offset-checker.bat │ │ ├── kafka-consumer-perf-test.bat │ │ ├── kafka-mirror-maker.bat │ │ ├── kafka-preferred-replica-election.bat │ │ ├── kafka-producer-perf-test.bat │ │ ├── kafka-reassign-partitions.bat │ │ ├── kafka-replay-log-producer.bat │ │ ├── kafka-replica-verification.bat │ │ ├── kafka-run-class.bat │ │ ├── kafka-server-start.bat │ │ ├── kafka-server-stop.bat │ │ ├── kafka-simple-consumer-shell.bat │ │ ├── kafka-topics.bat │ │ ├── zookeeper-server-start.bat │ │ ├── zookeeper-server-stop.bat │ │ └── zookeeper-shell.bat │ ├── zookeeper-security-migration.sh │ ├── zookeeper-server-start.sh │ ├── zookeeper-server-stop.sh │ └── zookeeper-shell.sh │ ├── config │ ├── connect-console-sink.properties │ ├── connect-console-source.properties │ ├── connect-distributed.properties │ ├── connect-file-sink.properties │ ├── connect-file-source.properties │ ├── connect-log4j.properties │ ├── connect-standalone.properties │ ├── consumer.properties │ ├── log4j.properties │ ├── producer.properties │ ├── server.properties │ ├── test-log4j.properties │ ├── tools-log4j.properties │ └── zookeeper.properties │ └── libs │ ├── aopalliance-repackaged-2.4.0-b31.jar │ ├── argparse4j-0.5.0.jar │ ├── connect-api-0.9.0.0.jar │ ├── connect-file-0.9.0.0.jar │ ├── connect-json-0.9.0.0.jar │ ├── connect-runtime-0.9.0.0.jar │ ├── hk2-api-2.4.0-b31.jar │ ├── hk2-locator-2.4.0-b31.jar │ ├── hk2-utils-2.4.0-b31.jar │ ├── jackson-annotations-2.5.0.jar │ ├── jackson-core-2.5.4.jar │ ├── jackson-databind-2.5.4.jar │ ├── jackson-jaxrs-base-2.5.4.jar │ ├── jackson-jaxrs-json-provider-2.5.4.jar │ ├── jackson-module-jaxb-annotations-2.5.4.jar │ ├── javassist-3.18.1-GA.jar │ ├── javax.annotation-api-1.2.jar │ ├── javax.inject-1.jar │ ├── javax.inject-2.4.0-b31.jar │ ├── javax.servlet-api-3.1.0.jar │ ├── javax.ws.rs-api-2.0.1.jar │ ├── jersey-client-2.22.1.jar │ ├── jersey-common-2.22.1.jar │ ├── jersey-container-servlet-2.22.1.jar │ ├── jersey-container-servlet-core-2.22.1.jar │ ├── jersey-guava-2.22.1.jar │ ├── jersey-media-jaxb-2.22.1.jar │ ├── jersey-server-2.22.1.jar │ ├── jetty-http-9.2.12.v20150709.jar │ ├── jetty-io-9.2.12.v20150709.jar │ ├── jetty-security-9.2.12.v20150709.jar │ ├── jetty-server-9.2.12.v20150709.jar │ ├── jetty-servlet-9.2.12.v20150709.jar │ ├── jetty-util-9.2.12.v20150709.jar │ ├── jopt-simple-3.2.jar │ ├── kafka-clients-0.9.0.0.jar │ ├── kafka-log4j-appender-0.9.0.0.jar │ ├── kafka-tools-0.9.0.0.jar │ ├── kafka_2.11-0.9.0.0-javadoc.jar │ ├── kafka_2.11-0.9.0.0-javadoc.jar.asc │ ├── kafka_2.11-0.9.0.0-scaladoc.jar │ ├── kafka_2.11-0.9.0.0-scaladoc.jar.asc │ ├── kafka_2.11-0.9.0.0-sources.jar │ ├── kafka_2.11-0.9.0.0-sources.jar.asc │ ├── kafka_2.11-0.9.0.0-test.jar │ ├── kafka_2.11-0.9.0.0-test.jar.asc │ ├── kafka_2.11-0.9.0.0.jar │ ├── kafka_2.11-0.9.0.0.jar.asc │ ├── log4j-1.2.17.jar │ ├── lz4-1.2.0.jar │ ├── metrics-core-2.2.0.jar │ ├── osgi-resource-locator-1.0.1.jar │ ├── scala-library-2.11.7.jar │ ├── scala-parser-combinators_2.11-1.0.4.jar │ ├── scala-xml_2.11-1.0.4.jar │ ├── slf4j-api-1.7.6.jar │ ├── slf4j-log4j12-1.7.6.jar │ ├── snappy-java-1.1.1.7.jar │ ├── validation-api-1.1.0.Final.jar │ ├── zkclient-0.7.jar │ └── zookeeper-3.4.6.jar ├── kafka.sh ├── zookeeper-cloud ├── README.md ├── zookeeper-3.4.6.tar.gz └── zookeeper-3.4.6 │ ├── bin │ ├── README.txt │ ├── zkCleanup.sh │ ├── zkCli.cmd │ ├── zkCli.sh │ ├── zkEnv.cmd │ ├── zkEnv.sh │ ├── zkServer.cmd │ └── zkServer.sh │ ├── build.xml │ ├── conf │ ├── configuration.xsl │ ├── log4j.properties │ ├── zoo.cfg │ └── zoo_sample.cfg │ ├── contrib │ ├── ZooInspector │ │ ├── build.xml │ │ ├── config │ │ │ ├── defaultConnectionSettings.cfg │ │ │ └── defaultNodeVeiwers.cfg │ │ ├── icons │ │ │ ├── edtsrclkup_co.gif │ │ │ ├── file_obj.gif │ │ │ ├── fldr_obj.gif │ │ │ ├── info_obj.gif │ │ │ ├── jspdecl.gif │ │ │ ├── launch_run.gif │ │ │ ├── launch_stop.gif │ │ │ ├── new_con.gif │ │ │ ├── refresh.gif │ │ │ ├── save_edit.gif │ │ │ ├── search_next.gif │ │ │ ├── search_prev.gif │ │ │ └── trash.gif │ │ ├── lib │ │ │ └── jtoaster-1.0.4.jar │ │ ├── licences │ │ │ ├── Apache Software Licence v2.0.txt │ │ │ └── epl-v10.html │ │ ├── src │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ ├── inspector │ │ │ │ ├── ZooInspector.java │ │ │ │ ├── encryption │ │ │ │ │ ├── BasicDataEncryptionManager.java │ │ │ │ │ └── DataEncryptionManager.java │ │ │ │ ├── gui │ │ │ │ │ ├── NodeViewersChangeListener.java │ │ │ │ │ ├── ZooInspectorAboutDialog.java │ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java │ │ │ │ │ ├── ZooInspectorIconResources.java │ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java │ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java │ │ │ │ │ ├── ZooInspectorPanel.java │ │ │ │ │ ├── ZooInspectorTreeViewer.java │ │ │ │ │ ├── about.html │ │ │ │ │ └── nodeviewer │ │ │ │ │ │ ├── NodeViewerACL.java │ │ │ │ │ │ ├── NodeViewerData.java │ │ │ │ │ │ ├── NodeViewerMetaData.java │ │ │ │ │ │ └── ZooInspectorNodeViewer.java │ │ │ │ ├── logger │ │ │ │ │ └── LoggerFactory.java │ │ │ │ └── manager │ │ │ │ │ ├── NodeListener.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── ZooInspectorManager.java │ │ │ │ │ ├── ZooInspectorManagerImpl.java │ │ │ │ │ ├── ZooInspectorNodeManager.java │ │ │ │ │ ├── ZooInspectorNodeTreeManager.java │ │ │ │ │ └── ZooInspectorReadOnlyManager.java │ │ │ │ └── retry │ │ │ │ └── ZooKeeperRetry.java │ │ └── zookeeper-3.4.6-ZooInspector.jar │ ├── fatjar │ │ ├── build.xml │ │ ├── conf │ │ │ └── mainClasses │ │ ├── src │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── util │ │ │ │ └── FatJarMain.java │ │ └── zookeeper-3.4.6-fatjar.jar │ ├── loggraph │ │ ├── build.xml │ │ ├── src │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── graph │ │ │ │ ├── FilterException.java │ │ │ │ ├── FilterOp.java │ │ │ │ ├── FilterParser.java │ │ │ │ ├── JsonGenerator.java │ │ │ │ ├── Log4JEntry.java │ │ │ │ ├── Log4JSource.java │ │ │ │ ├── LogEntry.java │ │ │ │ ├── LogIterator.java │ │ │ │ ├── LogServer.java │ │ │ │ ├── LogSkipList.java │ │ │ │ ├── LogSource.java │ │ │ │ ├── MeasureThroughput.java │ │ │ │ ├── MergedLogSource.java │ │ │ │ ├── RandomAccessFileReader.java │ │ │ │ ├── TransactionEntry.java │ │ │ │ ├── TxnLogSource.java │ │ │ │ ├── filterops │ │ │ │ ├── AndOp.java │ │ │ │ ├── Arg.java │ │ │ │ ├── EqualsOp.java │ │ │ │ ├── GreaterThanOp.java │ │ │ │ ├── LessThanOp.java │ │ │ │ ├── NotOp.java │ │ │ │ ├── NumberArg.java │ │ │ │ ├── OrOp.java │ │ │ │ ├── StringArg.java │ │ │ │ ├── SymbolArg.java │ │ │ │ └── XorOp.java │ │ │ │ └── servlets │ │ │ │ ├── FileLoader.java │ │ │ │ ├── Fs.java │ │ │ │ ├── GraphData.java │ │ │ │ ├── JsonServlet.java │ │ │ │ ├── NumEvents.java │ │ │ │ ├── StaticContent.java │ │ │ │ └── Throughput.java │ │ └── zookeeper-3.4.6-loggraph.jar │ ├── rest │ │ └── zookeeper-3.4.6-rest.jar │ ├── zkfuse │ │ ├── Makefile.am │ │ ├── README.txt │ │ ├── VERSION │ │ ├── build.xml │ │ ├── configure.ac │ │ └── src │ │ │ ├── Makefile.am │ │ │ ├── blockingqueue.h │ │ │ ├── doxygen.cfg │ │ │ ├── event.cc │ │ │ ├── event.h │ │ │ ├── log.cc │ │ │ ├── log.h │ │ │ ├── log4cxx.properties │ │ │ ├── mutex.h │ │ │ ├── thread.cc │ │ │ ├── thread.h │ │ │ ├── zkadapter.cc │ │ │ ├── zkadapter.h │ │ │ └── zkfuse.cc │ ├── zkperl │ │ ├── Changes │ │ ├── LICENSE │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── NOTICE │ │ ├── README │ │ ├── VERSION │ │ ├── ZooKeeper.pm │ │ ├── ZooKeeper.xs │ │ ├── build.xml │ │ ├── build │ │ │ ├── check_zk_version.c │ │ │ └── check_zk_version.h │ │ ├── t │ │ │ ├── 10_invalid.t │ │ │ ├── 15_thread.t │ │ │ ├── 20_tie.t │ │ │ ├── 22_stat_tie.t │ │ │ ├── 24_watch_tie.t │ │ │ ├── 30_connect.t │ │ │ ├── 35_log.t │ │ │ ├── 40_basic.t │ │ │ ├── 45_class.t │ │ │ ├── 50_access.t │ │ │ ├── 60_watch.t │ │ │ └── util.pl │ │ └── typemap │ ├── zkpython │ │ ├── README │ │ ├── VERSION │ │ ├── build.xml │ │ ├── ivy.xml │ │ └── src │ │ │ ├── c │ │ │ ├── pyzk_docstrings.h │ │ │ └── zookeeper.c │ │ │ ├── examples │ │ │ ├── README │ │ │ └── watch_znode_for_changes.py │ │ │ ├── packages │ │ │ ├── deb │ │ │ │ └── zkpython.control │ │ │ │ │ └── control │ │ │ └── rpm │ │ │ │ └── spec │ │ │ │ └── zkpython.spec │ │ │ ├── python │ │ │ ├── setup.py │ │ │ └── zk.py │ │ │ └── test │ │ │ ├── acl_test.py │ │ │ ├── async_test.py │ │ │ ├── callback_test.py │ │ │ ├── clientid_test.py │ │ │ ├── close_deadlock_test.py │ │ │ ├── connection_test.py │ │ │ ├── create_test.py │ │ │ ├── delete_test.py │ │ │ ├── exists_test.py │ │ │ ├── get_set_test.py │ │ │ ├── run_tests.sh │ │ │ ├── zkServer.sh │ │ │ └── zktestbase.py │ └── zktreeutil │ │ ├── Makefile.am │ │ ├── README.txt │ │ ├── VERSION │ │ ├── build.xml │ │ ├── configure.ac │ │ ├── src │ │ ├── Makefile.am │ │ ├── SimpleTree.h │ │ ├── ZkAdaptor.cc │ │ ├── ZkAdaptor.h │ │ ├── ZkTreeUtil.cc │ │ ├── ZkTreeUtil.h │ │ └── ZkTreeUtilMain.cc │ │ └── tests │ │ └── zk_sample.xml │ ├── dist-maven │ ├── zookeeper-3.4.6-javadoc.jar │ ├── zookeeper-3.4.6-javadoc.jar.asc │ ├── zookeeper-3.4.6-javadoc.jar.md5 │ ├── zookeeper-3.4.6-javadoc.jar.sha1 │ ├── zookeeper-3.4.6-sources.jar │ ├── zookeeper-3.4.6-sources.jar.asc │ ├── zookeeper-3.4.6-sources.jar.md5 │ ├── zookeeper-3.4.6-sources.jar.sha1 │ ├── zookeeper-3.4.6-tests.jar │ ├── zookeeper-3.4.6-tests.jar.asc │ ├── zookeeper-3.4.6-tests.jar.md5 │ ├── zookeeper-3.4.6-tests.jar.sha1 │ ├── zookeeper-3.4.6.jar │ ├── zookeeper-3.4.6.jar.asc │ ├── zookeeper-3.4.6.jar.md5 │ ├── zookeeper-3.4.6.jar.sha1 │ ├── zookeeper-3.4.6.pom │ ├── zookeeper-3.4.6.pom.asc │ ├── zookeeper-3.4.6.pom.md5 │ └── zookeeper-3.4.6.pom.sha1 │ ├── docs │ ├── api │ │ ├── allclasses-frame.html │ │ ├── allclasses-noframe.html │ │ ├── constant-values.html │ │ ├── deprecated-list.html │ │ ├── help-doc.html │ │ ├── index-all.html │ │ ├── index.html │ │ ├── org │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ ├── AsyncCallback.ACLCallback.html │ │ │ │ ├── AsyncCallback.Children2Callback.html │ │ │ │ ├── AsyncCallback.ChildrenCallback.html │ │ │ │ ├── AsyncCallback.DataCallback.html │ │ │ │ ├── AsyncCallback.StatCallback.html │ │ │ │ ├── AsyncCallback.StringCallback.html │ │ │ │ ├── AsyncCallback.VoidCallback.html │ │ │ │ ├── AsyncCallback.html │ │ │ │ ├── CreateMode.html │ │ │ │ ├── KeeperException.APIErrorException.html │ │ │ │ ├── KeeperException.AuthFailedException.html │ │ │ │ ├── KeeperException.BadArgumentsException.html │ │ │ │ ├── KeeperException.BadVersionException.html │ │ │ │ ├── KeeperException.Code.html │ │ │ │ ├── KeeperException.CodeDeprecated.html │ │ │ │ ├── KeeperException.ConnectionLossException.html │ │ │ │ ├── KeeperException.DataInconsistencyException.html │ │ │ │ ├── KeeperException.InvalidACLException.html │ │ │ │ ├── KeeperException.InvalidCallbackException.html │ │ │ │ ├── KeeperException.MarshallingErrorException.html │ │ │ │ ├── KeeperException.NoAuthException.html │ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html │ │ │ │ ├── KeeperException.NoNodeException.html │ │ │ │ ├── KeeperException.NodeExistsException.html │ │ │ │ ├── KeeperException.NotEmptyException.html │ │ │ │ ├── KeeperException.NotReadOnlyException.html │ │ │ │ ├── KeeperException.OperationTimeoutException.html │ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html │ │ │ │ ├── KeeperException.SessionExpiredException.html │ │ │ │ ├── KeeperException.SessionMovedException.html │ │ │ │ ├── KeeperException.SystemErrorException.html │ │ │ │ ├── KeeperException.UnimplementedException.html │ │ │ │ ├── KeeperException.html │ │ │ │ ├── ServerAdminClient.html │ │ │ │ ├── WatchedEvent.html │ │ │ │ ├── Watcher.Event.EventType.html │ │ │ │ ├── Watcher.Event.KeeperState.html │ │ │ │ ├── Watcher.Event.html │ │ │ │ ├── Watcher.html │ │ │ │ ├── ZooDefs.Ids.html │ │ │ │ ├── ZooDefs.OpCode.html │ │ │ │ ├── ZooDefs.Perms.html │ │ │ │ ├── ZooDefs.html │ │ │ │ ├── ZooKeeper.States.html │ │ │ │ ├── ZooKeeper.html │ │ │ │ ├── ZooKeeperMain.html │ │ │ │ ├── class-use │ │ │ │ ├── AsyncCallback.ACLCallback.html │ │ │ │ ├── AsyncCallback.Children2Callback.html │ │ │ │ ├── AsyncCallback.ChildrenCallback.html │ │ │ │ ├── AsyncCallback.DataCallback.html │ │ │ │ ├── AsyncCallback.StatCallback.html │ │ │ │ ├── AsyncCallback.StringCallback.html │ │ │ │ ├── AsyncCallback.VoidCallback.html │ │ │ │ ├── AsyncCallback.html │ │ │ │ ├── CreateMode.html │ │ │ │ ├── KeeperException.APIErrorException.html │ │ │ │ ├── KeeperException.AuthFailedException.html │ │ │ │ ├── KeeperException.BadArgumentsException.html │ │ │ │ ├── KeeperException.BadVersionException.html │ │ │ │ ├── KeeperException.Code.html │ │ │ │ ├── KeeperException.CodeDeprecated.html │ │ │ │ ├── KeeperException.ConnectionLossException.html │ │ │ │ ├── KeeperException.DataInconsistencyException.html │ │ │ │ ├── KeeperException.InvalidACLException.html │ │ │ │ ├── KeeperException.InvalidCallbackException.html │ │ │ │ ├── KeeperException.MarshallingErrorException.html │ │ │ │ ├── KeeperException.NoAuthException.html │ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html │ │ │ │ ├── KeeperException.NoNodeException.html │ │ │ │ ├── KeeperException.NodeExistsException.html │ │ │ │ ├── KeeperException.NotEmptyException.html │ │ │ │ ├── KeeperException.NotReadOnlyException.html │ │ │ │ ├── KeeperException.OperationTimeoutException.html │ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html │ │ │ │ ├── KeeperException.SessionExpiredException.html │ │ │ │ ├── KeeperException.SessionMovedException.html │ │ │ │ ├── KeeperException.SystemErrorException.html │ │ │ │ ├── KeeperException.UnimplementedException.html │ │ │ │ ├── KeeperException.html │ │ │ │ ├── ServerAdminClient.html │ │ │ │ ├── WatchedEvent.html │ │ │ │ ├── Watcher.Event.EventType.html │ │ │ │ ├── Watcher.Event.KeeperState.html │ │ │ │ ├── Watcher.Event.html │ │ │ │ ├── Watcher.html │ │ │ │ ├── ZooDefs.Ids.html │ │ │ │ ├── ZooDefs.OpCode.html │ │ │ │ ├── ZooDefs.Perms.html │ │ │ │ ├── ZooDefs.html │ │ │ │ ├── ZooKeeper.States.html │ │ │ │ ├── ZooKeeper.html │ │ │ │ └── ZooKeeperMain.html │ │ │ │ ├── client │ │ │ │ ├── FourLetterWordMain.html │ │ │ │ ├── class-use │ │ │ │ │ └── FourLetterWordMain.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── data │ │ │ │ ├── ACL.html │ │ │ │ ├── Id.html │ │ │ │ ├── Stat.html │ │ │ │ ├── StatPersisted.html │ │ │ │ ├── StatPersistedV1.html │ │ │ │ ├── class-use │ │ │ │ │ ├── ACL.html │ │ │ │ │ ├── Id.html │ │ │ │ │ ├── Stat.html │ │ │ │ │ ├── StatPersisted.html │ │ │ │ │ └── StatPersistedV1.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ ├── package-use.html │ │ │ │ └── server │ │ │ │ ├── LogFormatter.html │ │ │ │ ├── PurgeTxnLog.html │ │ │ │ ├── SnapshotFormatter.html │ │ │ │ ├── ZooKeeperServerMain.html │ │ │ │ ├── class-use │ │ │ │ ├── LogFormatter.html │ │ │ │ ├── PurgeTxnLog.html │ │ │ │ ├── SnapshotFormatter.html │ │ │ │ └── ZooKeeperServerMain.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ ├── package-use.html │ │ │ │ ├── quorum │ │ │ │ ├── QuorumPeerMain.html │ │ │ │ ├── class-use │ │ │ │ │ └── QuorumPeerMain.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ └── upgrade │ │ │ │ ├── UpgradeMain.html │ │ │ │ ├── class-use │ │ │ │ └── UpgradeMain.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ ├── overview-frame.html │ │ ├── overview-summary.html │ │ ├── overview-tree.html │ │ ├── package-list │ │ ├── resources │ │ │ ├── background.gif │ │ │ ├── tab.gif │ │ │ ├── titlebar.gif │ │ │ └── titlebar_end.gif │ │ ├── serialized-form.html │ │ └── stylesheet.css │ ├── bookkeeperConfig.html │ ├── bookkeeperConfig.pdf │ ├── bookkeeperOverview.html │ ├── bookkeeperOverview.pdf │ ├── bookkeeperProgrammer.html │ ├── bookkeeperProgrammer.pdf │ ├── bookkeeperStarted.html │ ├── bookkeeperStarted.pdf │ ├── bookkeeperStream.html │ ├── bookkeeperStream.pdf │ ├── broken-links.xml │ ├── images │ │ ├── 2pc.jpg │ │ ├── bk-overview.jpg │ │ ├── built-with-forrest-button.png │ │ ├── favicon.ico │ │ ├── hadoop-logo.jpg │ │ ├── instruction_arrow.png │ │ ├── state_dia.jpg │ │ ├── zkcomponents.jpg │ │ ├── zknamespace.jpg │ │ ├── zkperfRW-3.2.jpg │ │ ├── zkperfRW.jpg │ │ ├── zkperfreliability.jpg │ │ ├── zkservice.jpg │ │ └── zookeeper_small.gif │ ├── index.html │ ├── index.pdf │ ├── javaExample.html │ ├── javaExample.pdf │ ├── jdiff │ │ ├── changes.html │ │ ├── changes │ │ │ ├── alldiffs_index_additions.html │ │ │ ├── alldiffs_index_all.html │ │ │ ├── alldiffs_index_changes.html │ │ │ ├── alldiffs_index_removals.html │ │ │ ├── changes-summary.html │ │ │ ├── classes_index_additions.html │ │ │ ├── classes_index_all.html │ │ │ ├── classes_index_changes.html │ │ │ ├── classes_index_removals.html │ │ │ ├── constructors_index_additions.html │ │ │ ├── constructors_index_all.html │ │ │ ├── constructors_index_changes.html │ │ │ ├── constructors_index_removals.html │ │ │ ├── fields_index_additions.html │ │ │ ├── fields_index_all.html │ │ │ ├── fields_index_changes.html │ │ │ ├── fields_index_removals.html │ │ │ ├── jdiff_help.html │ │ │ ├── jdiff_statistics.html │ │ │ ├── jdiff_topleftframe.html │ │ │ ├── methods_index_additions.html │ │ │ ├── methods_index_all.html │ │ │ ├── methods_index_changes.html │ │ │ ├── methods_index_removals.html │ │ │ ├── org.apache.zookeeper.ClientCnxn.html │ │ │ ├── org.apache.zookeeper.Environment.html │ │ │ ├── org.apache.zookeeper.KeeperException.BadArgumentsException.html │ │ │ ├── org.apache.zookeeper.KeeperException.BadVersionException.html │ │ │ ├── org.apache.zookeeper.KeeperException.Code.html │ │ │ ├── org.apache.zookeeper.KeeperException.InvalidACLException.html │ │ │ ├── org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException.html │ │ │ ├── org.apache.zookeeper.KeeperException.NoNodeException.html │ │ │ ├── org.apache.zookeeper.KeeperException.NodeExistsException.html │ │ │ ├── org.apache.zookeeper.KeeperException.NotEmptyException.html │ │ │ ├── org.apache.zookeeper.KeeperException.html │ │ │ ├── org.apache.zookeeper.Watcher.Event.KeeperState.html │ │ │ ├── org.apache.zookeeper.ZooDefs.OpCode.html │ │ │ ├── org.apache.zookeeper.ZooKeeper.States.html │ │ │ ├── org.apache.zookeeper.ZooKeeper.html │ │ │ ├── org.apache.zookeeper.ZooKeeperMain.html │ │ │ ├── packages_index_additions.html │ │ │ ├── packages_index_all.html │ │ │ ├── packages_index_changes.html │ │ │ ├── packages_index_removals.html │ │ │ └── pkg_org.apache.zookeeper.html │ │ ├── missingSinces.txt │ │ ├── stylesheet-jdiff.css │ │ └── user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.6.xml │ ├── linkmap.html │ ├── linkmap.pdf │ ├── recipes.html │ ├── recipes.pdf │ ├── releasenotes.html │ ├── releasenotes.pdf │ ├── skin │ │ ├── CommonMessages_de.xml │ │ ├── CommonMessages_en_US.xml │ │ ├── CommonMessages_es.xml │ │ ├── CommonMessages_fr.xml │ │ ├── basic.css │ │ ├── breadcrumbs-optimized.js │ │ ├── breadcrumbs.js │ │ ├── fontsize.js │ │ ├── getBlank.js │ │ ├── getMenu.js │ │ ├── images │ │ │ ├── README.txt │ │ │ ├── add.jpg │ │ │ ├── apache-thanks.png │ │ │ ├── built-with-cocoon.gif │ │ │ ├── built-with-forrest-button.png │ │ │ ├── chapter.gif │ │ │ ├── chapter_open.gif │ │ │ ├── current.gif │ │ │ ├── error.png │ │ │ ├── external-link.gif │ │ │ ├── fix.jpg │ │ │ ├── forrest-credit-logo.png │ │ │ ├── hack.jpg │ │ │ ├── header_white_line.gif │ │ │ ├── info.png │ │ │ ├── instruction_arrow.png │ │ │ ├── label.gif │ │ │ ├── page.gif │ │ │ ├── pdfdoc.gif │ │ │ ├── poddoc.png │ │ │ ├── printer.gif │ │ │ ├── rc-b-l-15-1body-2menu-3menu.png │ │ │ ├── rc-b-r-15-1body-2menu-3menu.png │ │ │ ├── rc-b-r-5-1header-2tab-selected-3tab-selected.png │ │ │ ├── rc-t-l-5-1header-2searchbox-3searchbox.png │ │ │ ├── rc-t-l-5-1header-2tab-selected-3tab-selected.png │ │ │ ├── rc-t-l-5-1header-2tab-unselected-3tab-unselected.png │ │ │ ├── rc-t-r-15-1body-2menu-3menu.png │ │ │ ├── rc-t-r-5-1header-2searchbox-3searchbox.png │ │ │ ├── rc-t-r-5-1header-2tab-selected-3tab-selected.png │ │ │ ├── rc-t-r-5-1header-2tab-unselected-3tab-unselected.png │ │ │ ├── remove.jpg │ │ │ ├── rss.png │ │ │ ├── spacer.gif │ │ │ ├── success.png │ │ │ ├── txtdoc.png │ │ │ ├── update.jpg │ │ │ ├── valid-html401.png │ │ │ ├── vcss.png │ │ │ ├── warning.png │ │ │ └── xmldoc.gif │ │ ├── menu.js │ │ ├── note.txt │ │ ├── print.css │ │ ├── profile.css │ │ ├── prototype.js │ │ └── screen.css │ ├── zookeeperAdmin.html │ ├── zookeeperAdmin.pdf │ ├── zookeeperHierarchicalQuorums.html │ ├── zookeeperHierarchicalQuorums.pdf │ ├── zookeeperInternals.html │ ├── zookeeperInternals.pdf │ ├── zookeeperJMX.html │ ├── zookeeperJMX.pdf │ ├── zookeeperObservers.html │ ├── zookeeperObservers.pdf │ ├── zookeeperOtherInfo.html │ ├── zookeeperOtherInfo.pdf │ ├── zookeeperOver.html │ ├── zookeeperOver.pdf │ ├── zookeeperProgrammers.html │ ├── zookeeperProgrammers.pdf │ ├── zookeeperQuotas.html │ ├── zookeeperQuotas.pdf │ ├── zookeeperStarted.html │ ├── zookeeperStarted.pdf │ ├── zookeeperTutorial.html │ └── zookeeperTutorial.pdf │ ├── ivy.xml │ ├── ivysettings.xml │ ├── lib │ ├── cobertura │ │ └── README.txt │ ├── jdiff │ │ ├── zookeeper_3.1.1.xml │ │ ├── zookeeper_3.4.6-SNAPSHOT.xml │ │ └── zookeeper_3.4.6.xml │ ├── jline-0.9.94.LICENSE.txt │ ├── jline-0.9.94.jar │ ├── log4j-1.2.16.LICENSE.txt │ ├── log4j-1.2.16.jar │ ├── netty-3.7.0.Final.jar │ ├── slf4j-api-1.6.1.jar │ └── slf4j-log4j12-1.6.1.jar │ ├── recipes │ ├── election │ │ ├── build.xml │ │ ├── src │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── recipes │ │ │ │ └── leader │ │ │ │ ├── LeaderElectionAware.java │ │ │ │ ├── LeaderElectionSupport.java │ │ │ │ └── LeaderOffer.java │ │ └── test │ │ │ └── org │ │ │ └── apache │ │ │ └── zookeeper │ │ │ └── recipes │ │ │ └── leader │ │ │ └── LeaderElectionSupportTest.java │ ├── lock │ │ ├── build.xml │ │ ├── src │ │ │ ├── c │ │ │ │ ├── INSTALL │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile.am │ │ │ │ ├── README.txt │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aminclude.am │ │ │ │ ├── c-doc.Doxyfile │ │ │ │ ├── configure.ac │ │ │ │ ├── include │ │ │ │ │ └── zoo_lock.h │ │ │ │ ├── src │ │ │ │ │ └── zoo_lock.c │ │ │ │ └── tests │ │ │ │ │ ├── TestClient.cc │ │ │ │ │ ├── TestDriver.cc │ │ │ │ │ ├── Util.cc │ │ │ │ │ ├── Util.h │ │ │ │ │ └── zkServer.sh │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── recipes │ │ │ │ └── lock │ │ │ │ ├── LockListener.java │ │ │ │ ├── ProtocolSupport.java │ │ │ │ ├── WriteLock.java │ │ │ │ ├── ZNodeName.java │ │ │ │ └── ZooKeeperOperation.java │ │ └── test │ │ │ └── org │ │ │ └── apache │ │ │ └── zookeeper │ │ │ └── recipes │ │ │ └── lock │ │ │ ├── WriteLockTest.java │ │ │ └── ZNodeNameTest.java │ └── queue │ │ ├── build.xml │ │ ├── src │ │ ├── c │ │ │ ├── INSTALL │ │ │ ├── LICENSE │ │ │ ├── Makefile.am │ │ │ ├── README.txt │ │ │ ├── acinclude.m4 │ │ │ ├── aminclude.am │ │ │ ├── c-doc.Doxyfile │ │ │ ├── configure.ac │ │ │ ├── include │ │ │ │ └── zoo_queue.h │ │ │ ├── src │ │ │ │ └── zoo_queue.c │ │ │ └── tests │ │ │ │ ├── TestClient.cc │ │ │ │ ├── TestDriver.cc │ │ │ │ ├── Util.cc │ │ │ │ ├── Util.h │ │ │ │ └── zkServer.sh │ │ └── java │ │ │ └── org │ │ │ └── apache │ │ │ └── zookeeper │ │ │ └── recipes │ │ │ └── queue │ │ │ └── DistributedQueue.java │ │ └── test │ │ └── org │ │ └── apache │ │ └── zookeeper │ │ └── recipes │ │ └── queue │ │ └── DistributedQueueTest.java │ ├── src │ ├── c │ │ ├── ChangeLog │ │ ├── Cli.vcproj │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NOTICE.txt │ │ ├── README │ │ ├── acinclude.m4 │ │ ├── aclocal.m4 │ │ ├── aminclude.am │ │ ├── autom4te.cache │ │ │ ├── output.0 │ │ │ ├── output.1 │ │ │ ├── output.2 │ │ │ ├── output.3 │ │ │ ├── requests │ │ │ ├── traces.0 │ │ │ ├── traces.1 │ │ │ ├── traces.2 │ │ │ └── traces.3 │ │ ├── c-doc.Doxyfile │ │ ├── compile │ │ ├── config.guess │ │ ├── config.h.in │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── depcomp │ │ ├── generated │ │ │ ├── zookeeper.jute.c │ │ │ └── zookeeper.jute.h │ │ ├── include │ │ │ ├── proto.h │ │ │ ├── recordio.h │ │ │ ├── winconfig.h │ │ │ ├── winstdint.h │ │ │ ├── zookeeper.h │ │ │ ├── zookeeper_log.h │ │ │ └── zookeeper_version.h │ │ ├── install-sh │ │ ├── ltmain.sh │ │ ├── missing │ │ ├── src │ │ │ ├── cli.c │ │ │ ├── hashtable │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── hashtable.c │ │ │ │ ├── hashtable.h │ │ │ │ ├── hashtable_itr.c │ │ │ │ ├── hashtable_itr.h │ │ │ │ └── hashtable_private.h │ │ │ ├── load_gen.c │ │ │ ├── mt_adaptor.c │ │ │ ├── recordio.c │ │ │ ├── st_adaptor.c │ │ │ ├── winport.c │ │ │ ├── winport.h │ │ │ ├── zk_adaptor.h │ │ │ ├── zk_hashtable.c │ │ │ ├── zk_hashtable.h │ │ │ ├── zk_log.c │ │ │ └── zookeeper.c │ │ ├── tests │ │ │ ├── CollectionUtil.h │ │ │ ├── CppAssertHelper.h │ │ │ ├── LibCMocks.cc │ │ │ ├── LibCMocks.h │ │ │ ├── LibCSymTable.cc │ │ │ ├── LibCSymTable.h │ │ │ ├── MocksBase.cc │ │ │ ├── MocksBase.h │ │ │ ├── PthreadMocks.cc │ │ │ ├── PthreadMocks.h │ │ │ ├── TestClient.cc │ │ │ ├── TestClientRetry.cc │ │ │ ├── TestDriver.cc │ │ │ ├── TestMulti.cc │ │ │ ├── TestOperations.cc │ │ │ ├── TestWatchers.cc │ │ │ ├── TestZookeeperClose.cc │ │ │ ├── TestZookeeperInit.cc │ │ │ ├── ThreadingUtil.cc │ │ │ ├── ThreadingUtil.h │ │ │ ├── Util.cc │ │ │ ├── Util.h │ │ │ ├── Vector.h │ │ │ ├── ZKMocks.cc │ │ │ ├── ZKMocks.h │ │ │ ├── wrappers-mt.opt │ │ │ ├── wrappers.opt │ │ │ └── zkServer.sh │ │ ├── zookeeper.sln │ │ └── zookeeper.vcproj │ ├── contrib │ │ ├── build-contrib.xml │ │ ├── build.xml │ │ ├── fatjar │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── conf │ │ │ │ └── mainClasses │ │ │ └── src │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── util │ │ │ │ └── FatJarMain.java │ │ ├── huebrowser │ │ │ ├── README │ │ │ └── zkui │ │ │ │ ├── Makefile │ │ │ │ ├── setup.py │ │ │ │ └── src │ │ │ │ └── zkui │ │ │ │ ├── __init__.py │ │ │ │ ├── forms.py │ │ │ │ ├── models.py │ │ │ │ ├── rest.py │ │ │ │ ├── settings.py │ │ │ │ ├── static │ │ │ │ ├── art │ │ │ │ │ ├── line_icons.png │ │ │ │ │ └── zkui.png │ │ │ │ ├── bootstrap.js │ │ │ │ ├── css │ │ │ │ │ └── zkui.css │ │ │ │ ├── help │ │ │ │ │ └── index.html │ │ │ │ └── js │ │ │ │ │ ├── Source │ │ │ │ │ └── Zkui │ │ │ │ │ │ └── Zkui.js │ │ │ │ │ └── package.yml │ │ │ │ ├── stats.py │ │ │ │ ├── templates │ │ │ │ ├── clients.mako │ │ │ │ ├── create.mako │ │ │ │ ├── edit.mako │ │ │ │ ├── index.mako │ │ │ │ ├── shared_components.mako │ │ │ │ ├── tree.mako │ │ │ │ └── view.mako │ │ │ │ ├── urls.py │ │ │ │ ├── utils.py │ │ │ │ ├── views.py │ │ │ │ └── windmilltests.py │ │ ├── loggraph │ │ │ ├── README.txt │ │ │ ├── bin │ │ │ │ ├── loggraph-dev.sh │ │ │ │ └── loggraph.sh │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ ├── src │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── apache │ │ │ │ │ └── zookeeper │ │ │ │ │ └── graph │ │ │ │ │ ├── FilterException.java │ │ │ │ │ ├── FilterOp.java │ │ │ │ │ ├── FilterParser.java │ │ │ │ │ ├── JsonGenerator.java │ │ │ │ │ ├── Log4JEntry.java │ │ │ │ │ ├── Log4JSource.java │ │ │ │ │ ├── LogEntry.java │ │ │ │ │ ├── LogIterator.java │ │ │ │ │ ├── LogServer.java │ │ │ │ │ ├── LogSkipList.java │ │ │ │ │ ├── LogSource.java │ │ │ │ │ ├── MeasureThroughput.java │ │ │ │ │ ├── MergedLogSource.java │ │ │ │ │ ├── RandomAccessFileReader.java │ │ │ │ │ ├── TransactionEntry.java │ │ │ │ │ ├── TxnLogSource.java │ │ │ │ │ ├── filterops │ │ │ │ │ ├── AndOp.java │ │ │ │ │ ├── Arg.java │ │ │ │ │ ├── EqualsOp.java │ │ │ │ │ ├── GreaterThanOp.java │ │ │ │ │ ├── LessThanOp.java │ │ │ │ │ ├── NotOp.java │ │ │ │ │ ├── NumberArg.java │ │ │ │ │ ├── OrOp.java │ │ │ │ │ ├── StringArg.java │ │ │ │ │ ├── SymbolArg.java │ │ │ │ │ └── XorOp.java │ │ │ │ │ └── servlets │ │ │ │ │ ├── FileLoader.java │ │ │ │ │ ├── Fs.java │ │ │ │ │ ├── GraphData.java │ │ │ │ │ ├── JsonServlet.java │ │ │ │ │ ├── NumEvents.java │ │ │ │ │ ├── StaticContent.java │ │ │ │ │ └── Throughput.java │ │ │ └── web │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── graph │ │ │ │ ├── log4j.properties │ │ │ │ └── resources │ │ │ │ ├── date.format.js │ │ │ │ ├── g.bar.js │ │ │ │ ├── g.dot.js │ │ │ │ ├── g.line.js │ │ │ │ ├── g.pie.js │ │ │ │ ├── g.raphael.js │ │ │ │ ├── load-big.gif │ │ │ │ ├── load.gif │ │ │ │ ├── loggraph.css │ │ │ │ ├── loggraph.js │ │ │ │ ├── loggraph.log.js │ │ │ │ ├── loggraph.server.js │ │ │ │ ├── loggraph.session.js │ │ │ │ ├── loggraph.stats.js │ │ │ │ ├── loggraph.ui.js │ │ │ │ ├── main.html │ │ │ │ ├── raphael.js │ │ │ │ └── yui-min.js │ │ ├── monitoring │ │ │ ├── JMX-RESOURCES │ │ │ ├── README │ │ │ ├── cacti │ │ │ │ └── README │ │ │ ├── check_zookeeper.py │ │ │ ├── ganglia │ │ │ │ ├── README │ │ │ │ ├── Screenshot.png │ │ │ │ ├── modpython.conf │ │ │ │ ├── zookeeper.pyconf │ │ │ │ └── zookeeper_ganglia.py │ │ │ ├── nagios │ │ │ │ ├── README.txt │ │ │ │ ├── Screenshot-1.png │ │ │ │ ├── Screenshot.png │ │ │ │ ├── hostgroups.cfg │ │ │ │ ├── services.cfg │ │ │ │ └── zookeeper.cfg │ │ │ └── test.py │ │ ├── rest │ │ │ ├── NOTICE.txt │ │ │ ├── README.txt │ │ │ ├── SPEC.txt │ │ │ ├── build.xml │ │ │ ├── conf │ │ │ │ ├── keys │ │ │ │ │ ├── README │ │ │ │ │ ├── rest.cer │ │ │ │ │ └── rest.jks │ │ │ │ ├── log4j.properties │ │ │ │ └── rest.properties │ │ │ ├── ivy.xml │ │ │ ├── rest.sh │ │ │ └── src │ │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── apache │ │ │ │ │ └── zookeeper │ │ │ │ │ └── server │ │ │ │ │ └── jersey │ │ │ │ │ ├── RestMain.java │ │ │ │ │ ├── ZooKeeperService.java │ │ │ │ │ ├── cfg │ │ │ │ │ ├── Credentials.java │ │ │ │ │ ├── Endpoint.java │ │ │ │ │ ├── HostPort.java │ │ │ │ │ ├── HostPortSet.java │ │ │ │ │ └── RestCfg.java │ │ │ │ │ ├── filters │ │ │ │ │ └── HTTPBasicAuth.java │ │ │ │ │ ├── jaxb │ │ │ │ │ ├── ZChildren.java │ │ │ │ │ ├── ZChildrenJSON.java │ │ │ │ │ ├── ZError.java │ │ │ │ │ ├── ZPath.java │ │ │ │ │ ├── ZSession.java │ │ │ │ │ └── ZStat.java │ │ │ │ │ └── resources │ │ │ │ │ ├── JAXBContextResolver.java │ │ │ │ │ ├── KeeperExceptionMapper.java │ │ │ │ │ ├── RuntimeExceptionMapper.java │ │ │ │ │ ├── SessionsResource.java │ │ │ │ │ ├── ZErrorWriter.java │ │ │ │ │ └── ZNodeResource.java │ │ │ │ ├── python │ │ │ │ ├── README.txt │ │ │ │ ├── demo_master_election.py │ │ │ │ ├── demo_queue.py │ │ │ │ ├── test.py │ │ │ │ ├── zk_dump_tree.py │ │ │ │ └── zkrest.py │ │ │ │ └── test │ │ │ │ ├── org │ │ │ │ └── apache │ │ │ │ │ └── zookeeper │ │ │ │ │ └── server │ │ │ │ │ └── jersey │ │ │ │ │ ├── Base.java │ │ │ │ │ ├── CreateTest.java │ │ │ │ │ ├── DeleteTest.java │ │ │ │ │ ├── ExistsTest.java │ │ │ │ │ ├── GetChildrenTest.java │ │ │ │ │ ├── GetTest.java │ │ │ │ │ ├── RestTestSuite.java │ │ │ │ │ ├── RootTest.java │ │ │ │ │ ├── SessionTest.java │ │ │ │ │ ├── SetTest.java │ │ │ │ │ └── WadlTest.java │ │ │ │ └── zkServer.sh │ │ ├── zkfuse │ │ │ ├── Makefile.am │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── configure.ac │ │ │ └── src │ │ │ │ ├── Makefile.am │ │ │ │ ├── blockingqueue.h │ │ │ │ ├── doxygen.cfg │ │ │ │ ├── event.cc │ │ │ │ ├── event.h │ │ │ │ ├── log.cc │ │ │ │ ├── log.h │ │ │ │ ├── log4cxx.properties │ │ │ │ ├── mutex.h │ │ │ │ ├── thread.cc │ │ │ │ ├── thread.h │ │ │ │ ├── zkadapter.cc │ │ │ │ ├── zkadapter.h │ │ │ │ └── zkfuse.cc │ │ ├── zkperl │ │ │ ├── Changes │ │ │ ├── LICENSE │ │ │ ├── MANIFEST │ │ │ ├── Makefile.PL │ │ │ ├── NOTICE │ │ │ ├── README │ │ │ ├── ZooKeeper.pm │ │ │ ├── ZooKeeper.xs │ │ │ ├── build.xml │ │ │ ├── build │ │ │ │ ├── check_zk_version.c │ │ │ │ └── check_zk_version.h │ │ │ ├── t │ │ │ │ ├── 10_invalid.t │ │ │ │ ├── 15_thread.t │ │ │ │ ├── 20_tie.t │ │ │ │ ├── 22_stat_tie.t │ │ │ │ ├── 24_watch_tie.t │ │ │ │ ├── 30_connect.t │ │ │ │ ├── 35_log.t │ │ │ │ ├── 40_basic.t │ │ │ │ ├── 45_class.t │ │ │ │ ├── 50_access.t │ │ │ │ ├── 60_watch.t │ │ │ │ └── util.pl │ │ │ └── typemap │ │ ├── zkpython │ │ │ ├── README │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ ├── c │ │ │ │ ├── pyzk_docstrings.h │ │ │ │ └── zookeeper.c │ │ │ │ ├── examples │ │ │ │ ├── README │ │ │ │ └── watch_znode_for_changes.py │ │ │ │ ├── packages │ │ │ │ ├── deb │ │ │ │ │ └── zkpython.control │ │ │ │ │ │ └── control │ │ │ │ └── rpm │ │ │ │ │ └── spec │ │ │ │ │ └── zkpython.spec │ │ │ │ ├── python │ │ │ │ ├── setup.py │ │ │ │ └── zk.py │ │ │ │ └── test │ │ │ │ ├── acl_test.py │ │ │ │ ├── async_test.py │ │ │ │ ├── callback_test.py │ │ │ │ ├── clientid_test.py │ │ │ │ ├── close_deadlock_test.py │ │ │ │ ├── connection_test.py │ │ │ │ ├── create_test.py │ │ │ │ ├── delete_test.py │ │ │ │ ├── exists_test.py │ │ │ │ ├── get_set_test.py │ │ │ │ ├── run_tests.sh │ │ │ │ ├── zkServer.sh │ │ │ │ └── zktestbase.py │ │ ├── zktreeutil │ │ │ ├── Makefile.am │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── configure.ac │ │ │ ├── src │ │ │ │ ├── Makefile.am │ │ │ │ ├── SimpleTree.h │ │ │ │ ├── ZkAdaptor.cc │ │ │ │ ├── ZkAdaptor.h │ │ │ │ ├── ZkTreeUtil.cc │ │ │ │ ├── ZkTreeUtil.h │ │ │ │ └── ZkTreeUtilMain.cc │ │ │ └── tests │ │ │ │ └── zk_sample.xml │ │ └── zooinspector │ │ │ ├── NOTICE.txt │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── config │ │ │ ├── defaultConnectionSettings.cfg │ │ │ └── defaultNodeVeiwers.cfg │ │ │ ├── icons │ │ │ ├── edtsrclkup_co.gif │ │ │ ├── file_obj.gif │ │ │ ├── fldr_obj.gif │ │ │ ├── info_obj.gif │ │ │ ├── jspdecl.gif │ │ │ ├── launch_run.gif │ │ │ ├── launch_stop.gif │ │ │ ├── new_con.gif │ │ │ ├── refresh.gif │ │ │ ├── save_edit.gif │ │ │ ├── search_next.gif │ │ │ ├── search_prev.gif │ │ │ └── trash.gif │ │ │ ├── ivy.xml │ │ │ ├── lib │ │ │ ├── jtoaster-1.0.4.jar │ │ │ └── log4j.properties │ │ │ ├── licences │ │ │ ├── Apache Software Licence v2.0.txt │ │ │ └── epl-v10.html │ │ │ ├── src │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ ├── inspector │ │ │ │ ├── ZooInspector.java │ │ │ │ ├── encryption │ │ │ │ │ ├── BasicDataEncryptionManager.java │ │ │ │ │ └── DataEncryptionManager.java │ │ │ │ ├── gui │ │ │ │ │ ├── NodeViewersChangeListener.java │ │ │ │ │ ├── ZooInspectorAboutDialog.java │ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java │ │ │ │ │ ├── ZooInspectorIconResources.java │ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java │ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java │ │ │ │ │ ├── ZooInspectorPanel.java │ │ │ │ │ ├── ZooInspectorTreeViewer.java │ │ │ │ │ ├── about.html │ │ │ │ │ └── nodeviewer │ │ │ │ │ │ ├── NodeViewerACL.java │ │ │ │ │ │ ├── NodeViewerData.java │ │ │ │ │ │ ├── NodeViewerMetaData.java │ │ │ │ │ │ └── ZooInspectorNodeViewer.java │ │ │ │ ├── logger │ │ │ │ │ └── LoggerFactory.java │ │ │ │ └── manager │ │ │ │ │ ├── NodeListener.java │ │ │ │ │ ├── Pair.java │ │ │ │ │ ├── ZooInspectorManager.java │ │ │ │ │ ├── ZooInspectorManagerImpl.java │ │ │ │ │ ├── ZooInspectorNodeManager.java │ │ │ │ │ ├── ZooInspectorNodeTreeManager.java │ │ │ │ │ └── ZooInspectorReadOnlyManager.java │ │ │ │ └── retry │ │ │ │ └── ZooKeeperRetry.java │ │ │ ├── zooInspector-dev.sh │ │ │ ├── zooInspector.cmd │ │ │ └── zooInspector.sh │ ├── docs │ │ ├── forrest.properties │ │ ├── src │ │ │ └── documentation │ │ │ │ ├── README.txt │ │ │ │ ├── TODO.txt │ │ │ │ ├── classes │ │ │ │ └── CatalogManager.properties │ │ │ │ ├── content │ │ │ │ └── xdocs │ │ │ │ │ ├── bookkeeperConfig.xml │ │ │ │ │ ├── bookkeeperOverview.xml │ │ │ │ │ ├── bookkeeperProgrammer.xml │ │ │ │ │ ├── bookkeeperStarted.xml │ │ │ │ │ ├── bookkeeperStream.xml │ │ │ │ │ ├── index.xml │ │ │ │ │ ├── javaExample.xml │ │ │ │ │ ├── recipes.xml │ │ │ │ │ ├── releasenotes.xml │ │ │ │ │ ├── site.xml │ │ │ │ │ ├── tabs.xml │ │ │ │ │ ├── zookeeperAdmin.xml │ │ │ │ │ ├── zookeeperHierarchicalQuorums.xml │ │ │ │ │ ├── zookeeperInternals.xml │ │ │ │ │ ├── zookeeperJMX.xml │ │ │ │ │ ├── zookeeperObservers.xml │ │ │ │ │ ├── zookeeperOtherInfo.xml │ │ │ │ │ ├── zookeeperOver.xml │ │ │ │ │ ├── zookeeperProgrammers.xml │ │ │ │ │ ├── zookeeperQuotas.xml │ │ │ │ │ ├── zookeeperStarted.xml │ │ │ │ │ └── zookeeperTutorial.xml │ │ │ │ ├── resources │ │ │ │ └── images │ │ │ │ │ ├── 2pc.jpg │ │ │ │ │ ├── bk-overview.jpg │ │ │ │ │ ├── favicon.ico │ │ │ │ │ ├── hadoop-logo.jpg │ │ │ │ │ ├── state_dia.dia │ │ │ │ │ ├── state_dia.jpg │ │ │ │ │ ├── zkarch.jpg │ │ │ │ │ ├── zkcomponents.jpg │ │ │ │ │ ├── zknamespace.jpg │ │ │ │ │ ├── zkperfRW-3.2.jpg │ │ │ │ │ ├── zkperfRW.jpg │ │ │ │ │ ├── zkperfreliability.jpg │ │ │ │ │ ├── zkservice.jpg │ │ │ │ │ └── zookeeper_small.gif │ │ │ │ └── skinconf.xml │ │ └── status.xml │ ├── java │ │ ├── OldChangeLog │ │ ├── generated │ │ │ ├── .generated │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ ├── data │ │ │ │ ├── ACL.java │ │ │ │ ├── Id.java │ │ │ │ ├── Stat.java │ │ │ │ ├── StatPersisted.java │ │ │ │ └── StatPersistedV1.java │ │ │ │ ├── proto │ │ │ │ ├── AuthPacket.java │ │ │ │ ├── CheckVersionRequest.java │ │ │ │ ├── ConnectRequest.java │ │ │ │ ├── ConnectResponse.java │ │ │ │ ├── CreateRequest.java │ │ │ │ ├── CreateResponse.java │ │ │ │ ├── DeleteRequest.java │ │ │ │ ├── ErrorResponse.java │ │ │ │ ├── ExistsRequest.java │ │ │ │ ├── ExistsResponse.java │ │ │ │ ├── GetACLRequest.java │ │ │ │ ├── GetACLResponse.java │ │ │ │ ├── GetChildren2Request.java │ │ │ │ ├── GetChildren2Response.java │ │ │ │ ├── GetChildrenRequest.java │ │ │ │ ├── GetChildrenResponse.java │ │ │ │ ├── GetDataRequest.java │ │ │ │ ├── GetDataResponse.java │ │ │ │ ├── GetMaxChildrenRequest.java │ │ │ │ ├── GetMaxChildrenResponse.java │ │ │ │ ├── GetSASLRequest.java │ │ │ │ ├── MultiHeader.java │ │ │ │ ├── ReplyHeader.java │ │ │ │ ├── RequestHeader.java │ │ │ │ ├── SetACLRequest.java │ │ │ │ ├── SetACLResponse.java │ │ │ │ ├── SetDataRequest.java │ │ │ │ ├── SetDataResponse.java │ │ │ │ ├── SetMaxChildrenRequest.java │ │ │ │ ├── SetSASLRequest.java │ │ │ │ ├── SetSASLResponse.java │ │ │ │ ├── SetWatches.java │ │ │ │ ├── SyncRequest.java │ │ │ │ ├── SyncResponse.java │ │ │ │ └── WatcherEvent.java │ │ │ │ ├── server │ │ │ │ ├── persistence │ │ │ │ │ └── FileHeader.java │ │ │ │ └── quorum │ │ │ │ │ ├── LearnerInfo.java │ │ │ │ │ └── QuorumPacket.java │ │ │ │ ├── txn │ │ │ │ ├── CheckVersionTxn.java │ │ │ │ ├── CreateSessionTxn.java │ │ │ │ ├── CreateTxn.java │ │ │ │ ├── CreateTxnV0.java │ │ │ │ ├── DeleteTxn.java │ │ │ │ ├── ErrorTxn.java │ │ │ │ ├── MultiTxn.java │ │ │ │ ├── SetACLTxn.java │ │ │ │ ├── SetDataTxn.java │ │ │ │ ├── SetMaxChildrenTxn.java │ │ │ │ ├── Txn.java │ │ │ │ └── TxnHeader.java │ │ │ │ └── version │ │ │ │ └── Info.java │ │ ├── lib │ │ │ ├── cobertura │ │ │ │ └── README.txt │ │ │ ├── jdiff │ │ │ │ ├── zookeeper_3.1.1.xml │ │ │ │ ├── zookeeper_3.4.6-SNAPSHOT.xml │ │ │ │ └── zookeeper_3.4.6.xml │ │ │ ├── jline-0.9.94.LICENSE.txt │ │ │ └── log4j-1.2.16.LICENSE.txt │ │ ├── main │ │ │ ├── org │ │ │ │ └── apache │ │ │ │ │ ├── jute │ │ │ │ │ ├── BinaryInputArchive.java │ │ │ │ │ ├── BinaryOutputArchive.java │ │ │ │ │ ├── CsvInputArchive.java │ │ │ │ │ ├── CsvOutputArchive.java │ │ │ │ │ ├── Index.java │ │ │ │ │ ├── InputArchive.java │ │ │ │ │ ├── OutputArchive.java │ │ │ │ │ ├── Record.java │ │ │ │ │ ├── RecordReader.java │ │ │ │ │ ├── RecordWriter.java │ │ │ │ │ ├── Utils.java │ │ │ │ │ ├── XmlInputArchive.java │ │ │ │ │ ├── XmlOutputArchive.java │ │ │ │ │ ├── compiler │ │ │ │ │ │ ├── CGenerator.java │ │ │ │ │ │ ├── CSharpGenerator.java │ │ │ │ │ │ ├── CppGenerator.java │ │ │ │ │ │ ├── JBoolean.java │ │ │ │ │ │ ├── JBuffer.java │ │ │ │ │ │ ├── JByte.java │ │ │ │ │ │ ├── JCompType.java │ │ │ │ │ │ ├── JDouble.java │ │ │ │ │ │ ├── JField.java │ │ │ │ │ │ ├── JFile.java │ │ │ │ │ │ ├── JFloat.java │ │ │ │ │ │ ├── JInt.java │ │ │ │ │ │ ├── JLong.java │ │ │ │ │ │ ├── JMap.java │ │ │ │ │ │ ├── JRecord.java │ │ │ │ │ │ ├── JString.java │ │ │ │ │ │ ├── JType.java │ │ │ │ │ │ ├── JVector.java │ │ │ │ │ │ ├── JavaGenerator.java │ │ │ │ │ │ ├── generated │ │ │ │ │ │ │ ├── ParseException.java │ │ │ │ │ │ │ ├── Rcc.java │ │ │ │ │ │ │ ├── RccConstants.java │ │ │ │ │ │ │ ├── RccTokenManager.java │ │ │ │ │ │ │ ├── SimpleCharStream.java │ │ │ │ │ │ │ ├── Token.java │ │ │ │ │ │ │ ├── TokenMgrError.java │ │ │ │ │ │ │ ├── package.html │ │ │ │ │ │ │ └── rcc.jj │ │ │ │ │ │ └── package.html │ │ │ │ │ └── package.html │ │ │ │ │ └── zookeeper │ │ │ │ │ ├── AsyncCallback.java │ │ │ │ │ ├── ClientCnxn.java │ │ │ │ │ ├── ClientCnxnSocket.java │ │ │ │ │ ├── ClientCnxnSocketNIO.java │ │ │ │ │ ├── ClientWatchManager.java │ │ │ │ │ ├── CreateMode.java │ │ │ │ │ ├── Environment.java │ │ │ │ │ ├── JLineZNodeCompletor.java │ │ │ │ │ ├── KeeperException.java │ │ │ │ │ ├── Login.java │ │ │ │ │ ├── MultiResponse.java │ │ │ │ │ ├── MultiTransactionRecord.java │ │ │ │ │ ├── Op.java │ │ │ │ │ ├── OpResult.java │ │ │ │ │ ├── Quotas.java │ │ │ │ │ ├── ServerAdminClient.java │ │ │ │ │ ├── Shell.java │ │ │ │ │ ├── StatsTrack.java │ │ │ │ │ ├── Transaction.java │ │ │ │ │ ├── Version.java │ │ │ │ │ ├── WatchedEvent.java │ │ │ │ │ ├── Watcher.java │ │ │ │ │ ├── ZKUtil.java │ │ │ │ │ ├── ZooDefs.java │ │ │ │ │ ├── ZooKeeper.java │ │ │ │ │ ├── ZooKeeperMain.java │ │ │ │ │ ├── client │ │ │ │ │ ├── ConnectStringParser.java │ │ │ │ │ ├── FourLetterWordMain.java │ │ │ │ │ ├── HostProvider.java │ │ │ │ │ ├── StaticHostProvider.java │ │ │ │ │ └── ZooKeeperSaslClient.java │ │ │ │ │ ├── common │ │ │ │ │ ├── AtomicFileOutputStream.java │ │ │ │ │ ├── IOUtils.java │ │ │ │ │ ├── PathTrie.java │ │ │ │ │ └── PathUtils.java │ │ │ │ │ ├── jmx │ │ │ │ │ ├── CommonNames.java │ │ │ │ │ ├── MBeanRegistry.java │ │ │ │ │ ├── ManagedUtil.java │ │ │ │ │ └── ZKMBeanInfo.java │ │ │ │ │ ├── server │ │ │ │ │ ├── ByteBufferInputStream.java │ │ │ │ │ ├── ByteBufferOutputStream.java │ │ │ │ │ ├── ConnectionBean.java │ │ │ │ │ ├── ConnectionMXBean.java │ │ │ │ │ ├── DataNode.java │ │ │ │ │ ├── DataTree.java │ │ │ │ │ ├── DataTreeBean.java │ │ │ │ │ ├── DataTreeMXBean.java │ │ │ │ │ ├── DatadirCleanupManager.java │ │ │ │ │ ├── FinalRequestProcessor.java │ │ │ │ │ ├── LogFormatter.java │ │ │ │ │ ├── NIOServerCnxn.java │ │ │ │ │ ├── NIOServerCnxnFactory.java │ │ │ │ │ ├── NettyServerCnxn.java │ │ │ │ │ ├── NettyServerCnxnFactory.java │ │ │ │ │ ├── ObserverBean.java │ │ │ │ │ ├── PrepRequestProcessor.java │ │ │ │ │ ├── PurgeTxnLog.java │ │ │ │ │ ├── Request.java │ │ │ │ │ ├── RequestProcessor.java │ │ │ │ │ ├── ServerCnxn.java │ │ │ │ │ ├── ServerCnxnFactory.java │ │ │ │ │ ├── ServerConfig.java │ │ │ │ │ ├── ServerStats.java │ │ │ │ │ ├── SessionTracker.java │ │ │ │ │ ├── SessionTrackerImpl.java │ │ │ │ │ ├── SnapshotFormatter.java │ │ │ │ │ ├── Stats.java │ │ │ │ │ ├── SyncRequestProcessor.java │ │ │ │ │ ├── TraceFormatter.java │ │ │ │ │ ├── UnimplementedRequestProcessor.java │ │ │ │ │ ├── WatchManager.java │ │ │ │ │ ├── ZKDatabase.java │ │ │ │ │ ├── ZooKeeperSaslServer.java │ │ │ │ │ ├── ZooKeeperServer.java │ │ │ │ │ ├── ZooKeeperServerBean.java │ │ │ │ │ ├── ZooKeeperServerMXBean.java │ │ │ │ │ ├── ZooKeeperServerMain.java │ │ │ │ │ ├── ZooTrace.java │ │ │ │ │ ├── auth │ │ │ │ │ │ ├── AuthenticationProvider.java │ │ │ │ │ │ ├── DigestAuthenticationProvider.java │ │ │ │ │ │ ├── DigestLoginModule.java │ │ │ │ │ │ ├── IPAuthenticationProvider.java │ │ │ │ │ │ ├── KerberosName.java │ │ │ │ │ │ ├── ProviderRegistry.java │ │ │ │ │ │ ├── SASLAuthenticationProvider.java │ │ │ │ │ │ └── SaslServerCallbackHandler.java │ │ │ │ │ ├── package.html │ │ │ │ │ ├── persistence │ │ │ │ │ │ ├── FileSnap.java │ │ │ │ │ │ ├── FileTxnLog.java │ │ │ │ │ │ ├── FileTxnSnapLog.java │ │ │ │ │ │ ├── SnapShot.java │ │ │ │ │ │ ├── TxnLog.java │ │ │ │ │ │ └── Util.java │ │ │ │ │ ├── quorum │ │ │ │ │ │ ├── AckRequestProcessor.java │ │ │ │ │ │ ├── AuthFastLeaderElection.java │ │ │ │ │ │ ├── CommitProcessor.java │ │ │ │ │ │ ├── Election.java │ │ │ │ │ │ ├── FastLeaderElection.java │ │ │ │ │ │ ├── Follower.java │ │ │ │ │ │ ├── FollowerBean.java │ │ │ │ │ │ ├── FollowerMXBean.java │ │ │ │ │ │ ├── FollowerRequestProcessor.java │ │ │ │ │ │ ├── FollowerZooKeeperServer.java │ │ │ │ │ │ ├── Leader.java │ │ │ │ │ │ ├── LeaderBean.java │ │ │ │ │ │ ├── LeaderElection.java │ │ │ │ │ │ ├── LeaderElectionBean.java │ │ │ │ │ │ ├── LeaderElectionMXBean.java │ │ │ │ │ │ ├── LeaderMXBean.java │ │ │ │ │ │ ├── LeaderZooKeeperServer.java │ │ │ │ │ │ ├── Learner.java │ │ │ │ │ │ ├── LearnerHandler.java │ │ │ │ │ │ ├── LearnerSessionTracker.java │ │ │ │ │ │ ├── LearnerSyncRequest.java │ │ │ │ │ │ ├── LearnerZooKeeperServer.java │ │ │ │ │ │ ├── LocalPeerBean.java │ │ │ │ │ │ ├── LocalPeerMXBean.java │ │ │ │ │ │ ├── Observer.java │ │ │ │ │ │ ├── ObserverMXBean.java │ │ │ │ │ │ ├── ObserverRequestProcessor.java │ │ │ │ │ │ ├── ObserverZooKeeperServer.java │ │ │ │ │ │ ├── ProposalRequestProcessor.java │ │ │ │ │ │ ├── QuorumBean.java │ │ │ │ │ │ ├── QuorumCnxManager.java │ │ │ │ │ │ ├── QuorumMXBean.java │ │ │ │ │ │ ├── QuorumPeer.java │ │ │ │ │ │ ├── QuorumPeerConfig.java │ │ │ │ │ │ ├── QuorumPeerMain.java │ │ │ │ │ │ ├── QuorumStats.java │ │ │ │ │ │ ├── QuorumZooKeeperServer.java │ │ │ │ │ │ ├── ReadOnlyBean.java │ │ │ │ │ │ ├── ReadOnlyRequestProcessor.java │ │ │ │ │ │ ├── ReadOnlyZooKeeperServer.java │ │ │ │ │ │ ├── RemotePeerBean.java │ │ │ │ │ │ ├── RemotePeerMXBean.java │ │ │ │ │ │ ├── SendAckRequestProcessor.java │ │ │ │ │ │ ├── ServerBean.java │ │ │ │ │ │ ├── ServerMXBean.java │ │ │ │ │ │ ├── StateSummary.java │ │ │ │ │ │ ├── Vote.java │ │ │ │ │ │ └── flexible │ │ │ │ │ │ │ ├── QuorumHierarchical.java │ │ │ │ │ │ │ ├── QuorumMaj.java │ │ │ │ │ │ │ └── QuorumVerifier.java │ │ │ │ │ ├── upgrade │ │ │ │ │ │ ├── DataNodeV1.java │ │ │ │ │ │ ├── DataTreeV1.java │ │ │ │ │ │ ├── UpgradeMain.java │ │ │ │ │ │ ├── UpgradeSnapShot.java │ │ │ │ │ │ └── UpgradeSnapShotV1.java │ │ │ │ │ └── util │ │ │ │ │ │ ├── KerberosUtil.java │ │ │ │ │ │ ├── OSMXBean.java │ │ │ │ │ │ ├── Profiler.java │ │ │ │ │ │ ├── SerializeUtils.java │ │ │ │ │ │ └── ZxidUtils.java │ │ │ │ │ └── version │ │ │ │ │ └── util │ │ │ │ │ └── VerGen.java │ │ │ └── overview.html │ │ ├── systest │ │ │ ├── README.txt │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── test │ │ │ │ └── system │ │ │ │ ├── BaseSysTest.java │ │ │ │ ├── DuplicateNameException.java │ │ │ │ ├── GenerateLoad.java │ │ │ │ ├── Instance.java │ │ │ │ ├── InstanceContainer.java │ │ │ │ ├── InstanceManager.java │ │ │ │ ├── NoAssignmentException.java │ │ │ │ ├── NoAvailableContainers.java │ │ │ │ ├── QuorumPeerInstance.java │ │ │ │ ├── SimpleClient.java │ │ │ │ └── SimpleSysTest.java │ │ └── test │ │ │ ├── bin │ │ │ ├── test-patch.properties │ │ │ └── test-patch.sh │ │ │ ├── checkstyle-noframes-sorted.xsl │ │ │ ├── checkstyle.xml │ │ │ ├── config │ │ │ └── findbugsExcludeFile.xml │ │ │ ├── data │ │ │ ├── buffersize │ │ │ │ ├── create │ │ │ │ │ └── version-2 │ │ │ │ │ │ ├── log.1 │ │ │ │ │ │ └── snapshot.0 │ │ │ │ ├── set │ │ │ │ │ └── version-2 │ │ │ │ │ │ ├── log.1 │ │ │ │ │ │ └── snapshot.0 │ │ │ │ └── snapshot │ │ │ │ │ └── version-2 │ │ │ │ │ ├── log.1 │ │ │ │ │ ├── snapshot.0 │ │ │ │ │ └── snapshot.2 │ │ │ ├── invalidsnap │ │ │ │ └── version-2 │ │ │ │ │ ├── log.1 │ │ │ │ │ ├── log.274 │ │ │ │ │ ├── log.63b │ │ │ │ │ ├── snapshot.0 │ │ │ │ │ ├── snapshot.272 │ │ │ │ │ ├── snapshot.273 │ │ │ │ │ ├── snapshot.639 │ │ │ │ │ └── snapshot.83f │ │ │ └── upgrade │ │ │ │ ├── log.100000001 │ │ │ │ ├── log.100001bf0 │ │ │ │ ├── snapshot.100000000 │ │ │ │ └── snapshot.100001bec │ │ │ └── org │ │ │ └── apache │ │ │ └── zookeeper │ │ │ ├── ClientReconnectTest.java │ │ │ ├── JUnit4ZKTestRunner.java │ │ │ ├── JaasConfiguration.java │ │ │ ├── MockPacket.java │ │ │ ├── MultiResponseTest.java │ │ │ ├── MultiTransactionRecordTest.java │ │ │ ├── PortAssignment.java │ │ │ ├── TestableZooKeeper.java │ │ │ ├── VerGenTest.java │ │ │ ├── ZKTestCase.java │ │ │ ├── ZooKeeperTest.java │ │ │ ├── server │ │ │ ├── CRCTest.java │ │ │ ├── DataTreeTest.java │ │ │ ├── DataTreeUnitTest.java │ │ │ ├── DatadirCleanupManagerTest.java │ │ │ ├── DeserializationPerfTest.java │ │ │ ├── InvalidSnapCountTest.java │ │ │ ├── InvalidSnapshotTest.java │ │ │ ├── MockNIOServerCnxn.java │ │ │ ├── NIOServerCnxnTest.java │ │ │ ├── NettyServerCnxnTest.java │ │ │ ├── PrepRequestProcessorTest.java │ │ │ ├── SerializationPerfTest.java │ │ │ ├── ServerCnxnFactoryAccessor.java │ │ │ ├── SessionTrackerTest.java │ │ │ ├── ToStringTest.java │ │ │ ├── ZooKeeperServerMainTest.java │ │ │ ├── ZooKeeperServerTest.java │ │ │ ├── ZxidRolloverTest.java │ │ │ ├── quorum │ │ │ │ ├── CnxManagerTest.java │ │ │ │ ├── FLEBackwardElectionRoundTest.java │ │ │ │ ├── FLECompatibilityTest.java │ │ │ │ ├── FLEDontCareTest.java │ │ │ │ ├── FLELostMessageTest.java │ │ │ │ ├── FLETestUtils.java │ │ │ │ ├── LearnerTest.java │ │ │ │ ├── QuorumPeerMainTest.java │ │ │ │ ├── QuorumPeerTestBase.java │ │ │ │ ├── WatchLeakTest.java │ │ │ │ └── Zab1_0Test.java │ │ │ └── util │ │ │ │ └── PortForwarder.java │ │ │ └── test │ │ │ ├── ACLCountTest.java │ │ │ ├── ACLRootTest.java │ │ │ ├── ACLTest.java │ │ │ ├── AsyncHammerTest.java │ │ │ ├── AsyncOps.java │ │ │ ├── AsyncOpsTest.java │ │ │ ├── AsyncTest.java │ │ │ ├── AtomicFileOutputStreamTest.java │ │ │ ├── AuthTest.java │ │ │ ├── BufferSizeTest.java │ │ │ ├── ChrootAsyncTest.java │ │ │ ├── ChrootClientTest.java │ │ │ ├── ChrootTest.java │ │ │ ├── ClientBase.java │ │ │ ├── ClientHammerTest.java │ │ │ ├── ClientPortBindTest.java │ │ │ ├── ClientRetry.java │ │ │ ├── ClientTest.java │ │ │ ├── ConnectStringParserTest.java │ │ │ ├── CreateModeTest.java │ │ │ ├── DisconnectableZooKeeper.java │ │ │ ├── DisconnectedWatcherTest.java │ │ │ ├── EventTypeTest.java │ │ │ ├── FLENewEpochTest.java │ │ │ ├── FLEPredicateTest.java │ │ │ ├── FLERestartTest.java │ │ │ ├── FLETest.java │ │ │ ├── FLEZeroWeightTest.java │ │ │ ├── FollowerResyncConcurrencyTest.java │ │ │ ├── FollowerTest.java │ │ │ ├── FourLetterWordsQuorumTest.java │ │ │ ├── FourLetterWordsTest.java │ │ │ ├── GetChildren2Test.java │ │ │ ├── HierarchicalQuorumTest.java │ │ │ ├── IntegrityCheck.java │ │ │ ├── InvalidSnapshotTest.java │ │ │ ├── JMXEnv.java │ │ │ ├── KeeperStateTest.java │ │ │ ├── LENonTerminateTest.java │ │ │ ├── LETest.java │ │ │ ├── LoadFromLogTest.java │ │ │ ├── MaxCnxnsTest.java │ │ │ ├── MultiTransactionTest.java │ │ │ ├── NioNettySuiteBase.java │ │ │ ├── NioNettySuiteHammerTest.java │ │ │ ├── NioNettySuiteTest.java │ │ │ ├── NullDataTest.java │ │ │ ├── OOMTest.java │ │ │ ├── OSMXBeanTest.java │ │ │ ├── ObserverHierarchicalQuorumTest.java │ │ │ ├── ObserverLETest.java │ │ │ ├── ObserverQuorumHammerTest.java │ │ │ ├── ObserverTest.java │ │ │ ├── PurgeTxnTest.java │ │ │ ├── QuorumBase.java │ │ │ ├── QuorumHammerTest.java │ │ │ ├── QuorumQuotaTest.java │ │ │ ├── QuorumTest.java │ │ │ ├── QuorumUtil.java │ │ │ ├── QuorumZxidSyncTest.java │ │ │ ├── ReadOnlyModeTest.java │ │ │ ├── RecoveryTest.java │ │ │ ├── RepeatStartupTest.java │ │ │ ├── RestoreCommittedLogTest.java │ │ │ ├── SaslAuthDesignatedClientTest.java │ │ │ ├── SaslAuthDesignatedServerTest.java │ │ │ ├── SaslAuthFailDesignatedClientTest.java │ │ │ ├── SaslAuthFailNotifyTest.java │ │ │ ├── SaslAuthFailTest.java │ │ │ ├── SaslAuthMissingClientConfigTest.java │ │ │ ├── SaslAuthTest.java │ │ │ ├── SaslClientTest.java │ │ │ ├── SessionInvalidationTest.java │ │ │ ├── SessionTest.java │ │ │ ├── SledgeHammer.java │ │ │ ├── StandaloneTest.java │ │ │ ├── StatTest.java │ │ │ ├── StaticHostProviderTest.java │ │ │ ├── SyncCallTest.java │ │ │ ├── TestHammer.java │ │ │ ├── TruncateTest.java │ │ │ ├── UpgradeTest.java │ │ │ ├── WatchEventWhenAutoReset.java │ │ │ ├── WatchedEventTest.java │ │ │ ├── WatcherFuncTest.java │ │ │ ├── WatcherTest.java │ │ │ ├── ZkDatabaseCorruptionTest.java │ │ │ ├── ZooKeeperQuotaTest.java │ │ │ └── ZooKeeperTestClient.java │ ├── lastRevision.bat │ ├── lastRevision.sh │ ├── packages │ │ ├── deb │ │ │ ├── init.d │ │ │ │ └── zookeeper │ │ │ └── zookeeper.control │ │ │ │ ├── conffile │ │ │ │ ├── control │ │ │ │ ├── postinst │ │ │ │ ├── postrm │ │ │ │ ├── preinst │ │ │ │ └── prerm │ │ ├── rpm │ │ │ ├── init.d │ │ │ │ └── zookeeper │ │ │ └── spec │ │ │ │ └── zookeeper.spec │ │ ├── templates │ │ │ └── conf │ │ │ │ └── zookeeper-env.sh │ │ └── update-zookeeper-env.sh │ ├── recipes │ │ ├── README.txt │ │ ├── build-recipes.xml │ │ ├── build.xml │ │ ├── election │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── src │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── apache │ │ │ │ │ └── zookeeper │ │ │ │ │ └── recipes │ │ │ │ │ └── leader │ │ │ │ │ ├── LeaderElectionAware.java │ │ │ │ │ ├── LeaderElectionSupport.java │ │ │ │ │ └── LeaderOffer.java │ │ │ └── test │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── recipes │ │ │ │ └── leader │ │ │ │ └── LeaderElectionSupportTest.java │ │ ├── lock │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── src │ │ │ │ ├── c │ │ │ │ │ ├── INSTALL │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── README.txt │ │ │ │ │ ├── acinclude.m4 │ │ │ │ │ ├── aminclude.am │ │ │ │ │ ├── c-doc.Doxyfile │ │ │ │ │ ├── configure.ac │ │ │ │ │ ├── include │ │ │ │ │ │ └── zoo_lock.h │ │ │ │ │ ├── src │ │ │ │ │ │ └── zoo_lock.c │ │ │ │ │ └── tests │ │ │ │ │ │ ├── TestClient.cc │ │ │ │ │ │ ├── TestDriver.cc │ │ │ │ │ │ ├── Util.cc │ │ │ │ │ │ ├── Util.h │ │ │ │ │ │ └── zkServer.sh │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── apache │ │ │ │ │ └── zookeeper │ │ │ │ │ └── recipes │ │ │ │ │ └── lock │ │ │ │ │ ├── LockListener.java │ │ │ │ │ ├── ProtocolSupport.java │ │ │ │ │ ├── WriteLock.java │ │ │ │ │ ├── ZNodeName.java │ │ │ │ │ └── ZooKeeperOperation.java │ │ │ └── test │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── recipes │ │ │ │ └── lock │ │ │ │ ├── WriteLockTest.java │ │ │ │ └── ZNodeNameTest.java │ │ └── queue │ │ │ ├── README.txt │ │ │ ├── build.xml │ │ │ ├── src │ │ │ ├── c │ │ │ │ ├── INSTALL │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile.am │ │ │ │ ├── README.txt │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aminclude.am │ │ │ │ ├── c-doc.Doxyfile │ │ │ │ ├── configure.ac │ │ │ │ ├── include │ │ │ │ │ └── zoo_queue.h │ │ │ │ ├── src │ │ │ │ │ └── zoo_queue.c │ │ │ │ └── tests │ │ │ │ │ ├── TestClient.cc │ │ │ │ │ ├── TestDriver.cc │ │ │ │ │ ├── Util.cc │ │ │ │ │ ├── Util.h │ │ │ │ │ └── zkServer.sh │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── apache │ │ │ │ └── zookeeper │ │ │ │ └── recipes │ │ │ │ └── queue │ │ │ │ └── DistributedQueue.java │ │ │ └── test │ │ │ └── org │ │ │ └── apache │ │ │ └── zookeeper │ │ │ └── recipes │ │ │ └── queue │ │ │ └── DistributedQueueTest.java │ └── zookeeper.jute │ └── zookeeper-3.4.6.jar └── zookeeper.sh /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Kafka集群部署 3 | 4 | > Kafka版本为2.11-0.9.0.0,Zookeeper版本为3.4.6。 5 | 6 | ## 一、ZookeeperCloud 7 | 8 | **1、安装** 9 | 10 | ./zookeeper.sh install 11 | 12 | **2、启动** 13 | 14 | ./zookeeper.sh start 15 | 16 | **3、查看状态** 17 | 18 | ./zookeeper.sh status 19 | 20 | `注意`:有些服务器会出现“Error contacting service. It is probably not running.”错误,但是zookeeper已经正确运行。 21 | 22 | **4、重启** 23 | 24 | ./zookeeper.sh restart 25 | 26 | **5、停止** 27 | 28 | ./zookeeper.sh stop 29 | 30 | **6、删除索引以及日志文件** 31 | 32 | ./zookeeper.sh deldata 33 | 34 | **7、删除全部文件** 35 | 36 | ./zookeeper.sh delall 37 | 38 | 39 | ## 二、KafkaCloud 40 | 41 | **1、安装** 42 | 43 | ./kafka.sh install 44 | 45 | > 需要在每个节点的kafka-cluster-deploy/kafka-cloud/kafka_2.11-0.9.0.0/config/server.properties配置文件中将broker.id配置不同。 46 | 47 | **2、启动** 48 | 49 | `1)显示日志信息` 50 | ./kafka.sh start 51 | 52 | `2)不显示日志信息` 53 | ./kafka.sh start &> /dev/null 54 | 55 | **3、查看状态** 56 | 57 | ./kafka.sh status 58 | 59 | **4、停止** 60 | 61 | ./kafka.sh stop 62 | 63 | **5、删除索引以及日志文件** 64 | 65 | ./kafka.sh deldata 66 | 67 | **6、删除全部文件** 68 | 69 | ./kafka.sh delall 70 | 71 | 注意事项:部署时,最好关闭防火墙。 72 | -------------------------------------------------------------------------------- /ips: -------------------------------------------------------------------------------- 1 | kafka@ssd1 2 | kafka@ssd2 3 | -------------------------------------------------------------------------------- /kafka-cloud/README.md: -------------------------------------------------------------------------------- 1 | 2 | # 注意事项 3 | 4 | 1. 启动时,会自动在该目录下创建kafka-logs文件夹,默认主目录是相对于启动目录的。 5 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0.tgz -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/connect-distributed.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | base_dir=$(dirname $0) 18 | 19 | if [ "x$KAFKA_LOG4J_OPTS" = "x" ]; then 20 | export KAFKA_LOG4J_OPTS="-Dlog4j.configuration=file:$base_dir/../config/connect-log4j.properties" 21 | fi 22 | 23 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.connect.cli.ConnectDistributed "$@" 24 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/connect-standalone.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | base_dir=$(dirname $0) 18 | 19 | if [ "x$KAFKA_LOG4J_OPTS" = "x" ]; then 20 | export KAFKA_LOG4J_OPTS="-Dlog4j.configuration=file:$base_dir/../config/connect-log4j.properties" 21 | fi 22 | 23 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.connect.cli.ConnectStandalone "$@" 24 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-acls.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.AclCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-configs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ConfigCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-console-consumer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | 21 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsoleConsumer $@ 22 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-console-producer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsoleProducer $@ 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-groups.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ConsumerGroupCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-offset-checker.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-perf-test.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsumerPerformance $@ 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-mirror-maker.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.MirrorMaker $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-preferred-replica-election.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.PreferredReplicaLeaderElectionCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-producer-perf-test.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.ProducerPerformance $@ 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-reassign-partitions.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ReassignPartitionsCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-replay-log-producer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ReplayLogProducer $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-replica-verification.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ReplicaVerificationTool $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-server-stop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | ps ax | grep -i 'kafka\.Kafka' | grep java | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM 17 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-simple-consumer-shell.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.SimpleConsumerShell $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-topics.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.TopicCommand $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-verifiable-consumer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.VerifiableConsumer $@ 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-verifiable-producer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then 18 | export KAFKA_HEAP_OPTS="-Xmx512M" 19 | fi 20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.VerifiableProducer $@ 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-acls.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.admin.AclCommand %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-console-consumer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | SetLocal 18 | set KAFKA_HEAP_OPTS=-Xmx512M 19 | %~dp0kafka-run-class.bat kafka.tools.ConsoleConsumer %* 20 | EndLocal 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-console-producer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | SetLocal 18 | set KAFKA_HEAP_OPTS=-Xmx512M 19 | %~dp0kafka-run-class.bat kafka.tools.ConsoleProducer %* 20 | EndLocal 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-consumer-offset-checker.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.tools.ConsumerOffsetChecker %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-consumer-perf-test.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | SetLocal 18 | set KAFKA_HEAP_OPTS=-Xmx512M -Xms512M 19 | %~dp0kafka-run-class.bat kafka.tools.ConsumerPerformance %* 20 | EndLocal 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-mirror-maker.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.tools.MirrorMaker %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-preferred-replica-election.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.admin.PreferredReplicaLeaderElectionCommand %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-producer-perf-test.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | SetLocal 18 | set KAFKA_HEAP_OPTS=-Xmx512M 19 | %~dp0kafka-run-class.bat org.apache.kafka.tools.ProducerPerformance %* 20 | EndLocal 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-reassign-partitions.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.admin.ReassignPartitionsCommand %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-replay-log-producer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.tools.ReplayLogProducer %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-replica-verification.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.tools.ReplicaVerificationTool %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-server-start.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | IF [%1] EQU [] ( 18 | echo USAGE: %0 server.properties 19 | EXIT /B 1 20 | ) 21 | 22 | SetLocal 23 | set KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:%~dp0../../config/log4j.properties 24 | set KAFKA_HEAP_OPTS=-Xmx1G -Xms1G 25 | %~dp0kafka-run-class.bat kafka.Kafka %* 26 | EndLocal 27 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-server-stop.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | wmic process where (commandline like "%%kafka.Kafka%%" and not name="wmic.exe") delete 18 | rem ps ax | grep -i 'kafka.Kafka' | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM 19 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-simple-consumer-shell.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.tools.SimpleConsumerShell %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-topics.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | %~dp0kafka-run-class.bat kafka.admin.TopicCommand %* 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/zookeeper-server-stop.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | wmic process where (commandline like "%%zookeeper%%" and not name="wmic.exe") delete 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/zookeeper-shell.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one or more 3 | rem contributor license agreements. See the NOTICE file distributed with 4 | rem this work for additional information regarding copyright ownership. 5 | rem The ASF licenses this file to You under the Apache License, Version 2.0 6 | rem (the "License"); you may not use this file except in compliance with 7 | rem the License. You may obtain a copy of the License at 8 | rem 9 | rem http://www.apache.org/licenses/LICENSE-2.0 10 | rem 11 | rem Unless required by applicable law or agreed to in writing, software 12 | rem distributed under the License is distributed on an "AS IS" BASIS, 13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | rem See the License for the specific language governing permissions and 15 | rem limitations under the License. 16 | 17 | IF [%1] EQU [] ( 18 | echo USAGE: %0 zookeeper_host:port[/path] [args...] 19 | EXIT /B 1 20 | ) 21 | 22 | %~dp0kafka-run-class.bat org.apache.zookeeper.ZooKeeperMain -server %* 23 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-security-migration.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ZkSecurityMigrator $@ 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-server-stop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | ps ax | grep -i 'zookeeper' | grep -v grep | awk '{print $1}' | xargs kill -SIGINT 17 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-shell.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Licensed to the Apache Software Foundation (ASF) under one or more 3 | # contributor license agreements. See the NOTICE file distributed with 4 | # this work for additional information regarding copyright ownership. 5 | # The ASF licenses this file to You under the Apache License, Version 2.0 6 | # (the "License"); you may not use this file except in compliance with 7 | # the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | if [ $# -lt 1 ]; 18 | then 19 | echo "USAGE: $0 zookeeper_host:port[/path] [args...]" 20 | exit 1 21 | fi 22 | 23 | exec $(dirname $0)/kafka-run-class.sh org.apache.zookeeper.ZooKeeperMain -server "$@" 24 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/connect-console-sink.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | name=local-console-sink 17 | connector.class=org.apache.kafka.connect.file.FileStreamSinkConnector 18 | tasks.max=1 19 | topics=connect-test -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/connect-console-source.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | name=local-console-source 17 | connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector 18 | tasks.max=1 19 | topic=connect-test -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/connect-file-sink.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | name=local-file-sink 17 | connector.class=org.apache.kafka.connect.file.FileStreamSinkConnector 18 | tasks.max=1 19 | file=test.sink.txt 20 | topics=connect-test -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/connect-file-source.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | name=local-file-source 17 | connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector 18 | tasks.max=1 19 | file=test.txt 20 | topic=connect-test -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/connect-log4j.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | log4j.rootLogger=INFO, stdout 17 | 18 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 19 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout 20 | log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n 21 | 22 | log4j.logger.org.apache.zookeeper=ERROR 23 | log4j.logger.org.I0Itec.zkclient=ERROR -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/tools-log4j.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | log4j.rootLogger=WARN, stderr 17 | 18 | log4j.appender.stderr=org.apache.log4j.ConsoleAppender 19 | log4j.appender.stderr.layout=org.apache.log4j.PatternLayout 20 | log4j.appender.stderr.layout.ConversionPattern=[%d] %p %m (%c)%n 21 | log4j.appender.stderr.Target=System.err 22 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/config/zookeeper.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # the directory where the snapshot is stored. 16 | dataDir=/tmp/zookeeper 17 | # the port at which the clients will connect 18 | clientPort=2181 19 | # disable the per-ip limit on the number of connections since this is a non-production config 20 | maxClientCnxns=0 21 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/aopalliance-repackaged-2.4.0-b31.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/aopalliance-repackaged-2.4.0-b31.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/argparse4j-0.5.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/argparse4j-0.5.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-api-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-api-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-file-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-file-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-json-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-json-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-runtime-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-runtime-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-api-2.4.0-b31.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-api-2.4.0-b31.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-locator-2.4.0-b31.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-locator-2.4.0-b31.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-utils-2.4.0-b31.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-utils-2.4.0-b31.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-annotations-2.5.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-annotations-2.5.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-core-2.5.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-core-2.5.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-databind-2.5.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-databind-2.5.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-base-2.5.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-base-2.5.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-json-provider-2.5.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-json-provider-2.5.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-module-jaxb-annotations-2.5.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-module-jaxb-annotations-2.5.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javassist-3.18.1-GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javassist-3.18.1-GA.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.annotation-api-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.annotation-api-1.2.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-2.4.0-b31.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-2.4.0-b31.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.servlet-api-3.1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.servlet-api-3.1.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.ws.rs-api-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.ws.rs-api-2.0.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-client-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-client-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-common-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-common-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-core-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-core-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-guava-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-guava-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-media-jaxb-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-media-jaxb-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-server-2.22.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-server-2.22.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-http-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-http-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-io-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-io-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-security-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-security-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-server-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-server-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-servlet-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-servlet-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-util-9.2.12.v20150709.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-util-9.2.12.v20150709.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/jopt-simple-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jopt-simple-3.2.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-clients-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-clients-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-log4j-appender-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-log4j-appender-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-tools-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-tools-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: BCPG v1.51 3 | 4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qDdsP/1c3hK2gedYqbyA7e+cVA+7G 5 | O0tBU5Qkv6t2reRie8/bCYNJhBJXWqq5X7PnWvnOLT2pbch4EpoPqn7ZYD40tUhz 6 | wSrjucoMPEEDZEY3zsZ+/xQVmMpATGw8Tn5ATFUr/P3eY0bWZNaqi+US+Znwmw8m 7 | XUMpir39h/D7/De6qI68K5iQVFcLrUfQwKzvPQ5qkEdzW/miQRms7ACCtveMo2bP 8 | cxVZtUGQ3q9DE1X837tKNgakm4/w3KsI2xFlVF3FwDbc9dhqSkN/ski50h1EWKxj 9 | FM8TmYPdf9RLWTmxoH5L3Y23yOIV5lUvfMkBENwyib3LVg/7jzWGfsi7uTPFZVOs 10 | 9jB6xWEhxLMt0fXmimZ0IwWU1p7CBUoKBdJm5wBoiQdQq9YC3rTmCWAlejRtle7z 11 | CyZz5Ge6BlgqJSaGGHuY5Bybe9jPwigKG8gXVcZQiKSlfjR02eqL7k6ZtE4BHezr 12 | ji4SX7pXioYsgAuZEcHa9q8uLvRXc2+xYOaTwjhQtjJO+79qNW+boQezmhFf8ENB 13 | tXsfY8Nw8raSWo1e2Vzkhv5OwT04Gjf2H+Vno1pYdB81h9ijaPWAy4HCnmR5FO5x 14 | brlXxfhDYrZmfwGZQVNdPYfpXVV/2X6jP9dC7h2TtGEovpIALInWLwcG4CGd60r7 15 | EjgFhvZnh39ZAyukQAiR 16 | =O0In 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: BCPG v1.51 3 | 4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qSo8P/jm3EJV29BsSZhoUUOzk0wo9 5 | u6w7XJPD0z72j9Ufx6pKonRV/IJV8wZ1EMWfVefS/1QlJlHhGG16tJ7qphTI4ma3 6 | hbSQHnZ7k52ZW54noBZ/sAvziUHs4QO96P1msu8ifx4H88NcFhF06bQpVGvyr/Ax 7 | dHG1yqqh3ZWjcQS0AZdR1JbF+7HBaNzGL/bMzEpivartyj68HSuGlowQ1S1f0p/0 8 | sX65CdPiEKpRRlHCF7vMgzJXGkumP0d0IzRkJqWnuXgixeW62xB1/UONxbMm7zwc 9 | fAt1pbclPl/GwL2wJN/Jka6bulrhRwnmpUL51zFyG3GuBbGJ+Zz2+hxvpI2AQ2tQ 10 | Qqet7T4IiLyiwfJWaOL5gO0p4/vzHByWjSrM+NGVqzYWBgC5OblIw3ZETI4wbkFW 11 | ZgbmXxtS7JLiNZea6I2wXzuA+3nvt5P13jQd3FNXynsiAsqc9t1sDZdCKu/CxJdt 12 | ekju3ujBu6sWZ/tyxNVWVq6XLiGSPNwv+zd/AmPwR8QqBh/nTas82F6D46OygxMZ 13 | LlJXjA/Sp7VV8bfajKrPA43AeRsLiQoGyAV3KkvS4Dp8wosoin8G6sQBUjFh9Vl4 14 | WDKDFntKM5gE4s+yCa0w5Y+00FK+3PlDsllpL9ZqN6g7L0Nu+/WUB3uzQvq+1znk 15 | eCIOacXluEwRA0Hp4fDy 16 | =JBVR 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: BCPG v1.51 3 | 4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qKNIP/inNgCGoB6ArgYz6MViMc8wM 5 | /eUhEcLwkBfU7b6FsEx8H5gvAPaY5hXtC3KTtxLjLnTRhzEeMcLb0Cigyy97X0vc 6 | oX6ZIGifu0FTlw4Z8foDr7d26nIL79FTgyHvHSTVr1bkQW916t4F5er/THAVdEWq 7 | h1aOh+sFWypdgsLKfHxzpVqHu5ZYfa/ukqBzYodOHjsCnKcHfRoO8o74p08i7dJ0 8 | dj9pM2pQ7FqB2uzi2ZwC1j/fhKDqMKhMFvNt4OTD8oWyo7Da2UcI2DqQAeC+LWQd 9 | xUhTWyhebF6OuiSNG1LN6o4/QwmpvpF5BU4MFJd3Es7CcSjLkg8Rlke27AhY4jS8 10 | iDC4h5yACkDdr6rDYezi9LNvbAPRBptYB+Rd1cgEFwwrLhk3FtDzULoizcUCu58c 11 | TviVOfAej/mHourHcJQP2kyNKqcHjRZhWg50d4++oAos9jjS8aDpMpPpD8B2K17o 12 | jg955ZPMSdSBeXI7ZAHAMmCcM9qXn0tHZJgA1UkXj/LgHXPvK9fzTVA6P+/WEEQe 13 | iMVzcoN5kAnFzCEtMYNjUsUBUu94b9gkM5kL+jCtzHSv5mCXD992MhYbpfeJSicm 14 | ceaf1fgcMsWg7gKcVpxwm0sj7ApwTwc9GRf8Q1umTB2sgCpS/Bnt9Y9YNLBqkF8T 15 | ss3uTP6aW8gmmc0XSnoW 16 | =/Qqg 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: BCPG v1.51 3 | 4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qlY8QAJMS3WkjRNjnU895ll4RqrWr 5 | leNB6VR+NKqYvOq//sudM8dAKz/VPCvORSSbfLL+EsYf525ce4NjSks/uJB7KjhP 6 | QFxEqG4lEbfymNpKnL4x0ezePUHziduKcho7nZSV9hyvcdifqV+nPF205mSiaxrZ 7 | /OGqKgoXBFc5066qEHUMRoCvN4q1QiAD+GU83wBrMlwy6GTsGCLeREGof85Ke57E 8 | J7SMIZ2ECExx3yaKPqXAQ2wFYAORug6PSdUvZthIQ2DhS6Fw5H8OUwJNcSAAvA4A 9 | HGUhiAUFNRWxpiZdWBqcqnh2rUC3azq7wyF5hb1sS4R8onXt/V9JGZrXtl/m6pQE 10 | N3gFzPSYlC2TAPxe9sYKdns8o26G3Nz/Xodl1nisDMMdwxn2S2k4azpMvCbOrvG1 11 | 1sqS22I5py1nJwIKXVMdO2nLgvd+ZbmWiICE4RaRfnpq2XkHQAVdNn3f5ga/TYdr 12 | TjKVNHg0xdJWJ2Ay+sOKZuKscrbJPTnabkgfuj2fFvUmYTNvQyq1tGla21X+DaeG 13 | 9Q0XJKUcC2entiRdPzljTuLHsxfm4rToDfYNYBqsFFgDfpIGfPwpG5ns9L/NBvpN 14 | 170HSDKu8G+SLe9/S/Z4e+DuHnSmZDBu3zFS5EivuDsRBb2gibni1svi3g1vMzQF 15 | EBX+ir7IOXND/UTOyCl9 16 | =pcIE 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: BCPG v1.51 3 | 4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qitEQAJs8v/0Rvh99PFoFtan7feIH 5 | d7s9oHYJj8pZTOMbtS62issYntiTHvZ/AzrvCedL/pCKKxZIJOZGo2fHJF3pkFyD 6 | U0eTdgCHpeS/g64H1cBgEtluFz/jclCCIdoi6DxpKdFeCxQZWsXIDnplPMcPmQkw 7 | 6NWsovfk9sHSZmw4tjjPGArJiYps1qNvzjb9XOrlkAWktmtnQY8P3UPNK1rO7kR2 8 | J0d2e4f9I64ifgz7JBZXbvgkPI4255UdoBE0htk0Bsbzbe0oINzXWQZBiLfkWvjf 9 | WJhjPU/DrqvNDAeyT9FL1ZKtHeSacE8HCXy9v2/RufJIxUGGTGeQEtSyUhO4+Wh4 10 | SNh2lyTDzpJXezRjOHm8pLNyT/bl4Chet4Jll423DDcYJLN+bjGKa13V3Tr3KGh2 11 | FgYbdPHaNQ3kMlaY2x9E85z6ofSMH1Fya6o5K6Y+uMBhOqkyKwKyXFoI3xssbJxB 12 | 9m+cyTftm1mSSBtdasi0nKFjLl4QeQ1NuEeVlKJjvwfTpfXIvRPqGgksE9CCxys4 13 | dQYFouRf84tuiQB6yvTYf2sTZlVLbj9eAlezmowJLXUDTwl7EGWJslXk9CwzlO9O 14 | N9xpFDH6XPk58BtVBLVXnkqZwb5qeEmXBJ6azToMhsnu6Nld08hxMBP8N8RjK8oh 15 | im5O1JFyTFbBz3iKmoO2 16 | =pghC 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/log4j-1.2.17.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/log4j-1.2.17.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/lz4-1.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/lz4-1.2.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/metrics-core-2.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/metrics-core-2.2.0.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/osgi-resource-locator-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/osgi-resource-locator-1.0.1.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-library-2.11.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-library-2.11.7.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-parser-combinators_2.11-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-parser-combinators_2.11-1.0.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-xml_2.11-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-xml_2.11-1.0.4.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-api-1.7.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-api-1.7.6.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-log4j12-1.7.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-log4j12-1.7.6.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/snappy-java-1.1.1.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/snappy-java-1.1.1.7.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/validation-api-1.1.0.Final.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/validation-api-1.1.0.Final.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/zkclient-0.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/zkclient-0.7.jar -------------------------------------------------------------------------------- /kafka-cloud/kafka_2.11-0.9.0.0/libs/zookeeper-3.4.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/zookeeper-3.4.6.jar -------------------------------------------------------------------------------- /zookeeper-cloud/README.md: -------------------------------------------------------------------------------- 1 | 2 | ## 版本信息 3 | 4 | > zookeeper-3.4.6 5 | 6 | ## 注意: 7 | 8 | 1、设置zookeeper.out的输出路径:export ZOO_LOG_DIR=~/zookeeper-cloud 9 | 10 | 2、zk_data和zk_logs需要在该目录中创建 11 | 12 | 3、需要在zk_data中创建myid,myid中的内容对应zoo.cfg中的机器序号 13 | 14 | 4、在zoo.cfg中配置zookeeper集群的ip、端口信息 15 | 16 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6.tar.gz -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/bin/README.txt: -------------------------------------------------------------------------------- 1 | This directory contain scripts that allow easy access (classpath in particular) 2 | to the ZooKeeper server and command line client. 3 | 4 | Files ending in .sh are unix and cygwin compatible 5 | 6 | Files ending in .cmd are msdos/windows compatible 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/bin/zkCli.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | REM Licensed to the Apache Software Foundation (ASF) under one or more 3 | REM contributor license agreements. See the NOTICE file distributed with 4 | REM this work for additional information regarding copyright ownership. 5 | REM The ASF licenses this file to You under the Apache License, Version 2.0 6 | REM (the "License"); you may not use this file except in compliance with 7 | REM the License. You may obtain a copy of the License at 8 | REM 9 | REM http://www.apache.org/licenses/LICENSE-2.0 10 | REM 11 | REM Unless required by applicable law or agreed to in writing, software 12 | REM distributed under the License is distributed on an "AS IS" BASIS, 13 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | REM See the License for the specific language governing permissions and 15 | REM limitations under the License. 16 | 17 | setlocal 18 | call "%~dp0zkEnv.cmd" 19 | 20 | set ZOOMAIN=org.apache.zookeeper.ZooKeeperMain 21 | java "-Dzookeeper.log.dir=%ZOO_LOG_DIR%" "-Dzookeeper.root.logger=%ZOO_LOG4J_PROP%" -cp "%CLASSPATH%" %ZOOMAIN% %* 22 | 23 | endlocal 24 | 25 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/bin/zkServer.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | REM Licensed to the Apache Software Foundation (ASF) under one or more 3 | REM contributor license agreements. See the NOTICE file distributed with 4 | REM this work for additional information regarding copyright ownership. 5 | REM The ASF licenses this file to You under the Apache License, Version 2.0 6 | REM (the "License"); you may not use this file except in compliance with 7 | REM the License. You may obtain a copy of the License at 8 | REM 9 | REM http://www.apache.org/licenses/LICENSE-2.0 10 | REM 11 | REM Unless required by applicable law or agreed to in writing, software 12 | REM distributed under the License is distributed on an "AS IS" BASIS, 13 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | REM See the License for the specific language governing permissions and 15 | REM limitations under the License. 16 | 17 | setlocal 18 | call "%~dp0zkEnv.cmd" 19 | 20 | set ZOOMAIN=org.apache.zookeeper.server.quorum.QuorumPeerMain 21 | echo on 22 | java "-Dzookeeper.log.dir=%ZOO_LOG_DIR%" "-Dzookeeper.root.logger=%ZOO_LOG4J_PROP%" -cp "%CLASSPATH%" %ZOOMAIN% "%ZOOCFG%" %* 23 | 24 | endlocal 25 | 26 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/conf/configuration.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
namevaluedescription
21 | 22 | 23 |
24 |
25 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/conf/zoo.cfg: -------------------------------------------------------------------------------- 1 | # The number of milliseconds of each tick 2 | tickTime=5000 3 | # The number of ticks that the initial 4 | # synchronization phase can take 5 | initLimit=10 6 | # The number of ticks that can pass between 7 | # sending a request and getting an acknowledgement 8 | syncLimit=5 9 | # the directory where the snapshot is stored. 10 | # do not use /tmp for storage, /tmp here is just 11 | # example sakes. 12 | dataDir=/home/kafka/zookeeper-cloud/zk_data 13 | # the port at which the clients will connect 14 | clientPort=2181 15 | # trans log dir 16 | dataLogDir=/home/kafka/zookeeper-cloud/zk_logs 17 | # the maximum number of client connections. 18 | # increase this if you need to handle more clients 19 | maxClientCnxns=1000 20 | # 21 | # Be sure to read the maintenance section of the 22 | # administrator guide before turning on autopurge. 23 | # 24 | # http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance 25 | # 26 | # The number of snapshots to retain in dataDir 27 | #autopurge.snapRetainCount=3 28 | # Purge task interval in hours 29 | # Set to "0" to disable auto purge feature 30 | #autopurge.purgeInterval=1 31 | server.1=192.168.3.51:2888:3888 32 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/conf/zoo_sample.cfg: -------------------------------------------------------------------------------- 1 | # The number of milliseconds of each tick 2 | tickTime=2000 3 | # The number of ticks that the initial 4 | # synchronization phase can take 5 | initLimit=10 6 | # The number of ticks that can pass between 7 | # sending a request and getting an acknowledgement 8 | syncLimit=5 9 | # the directory where the snapshot is stored. 10 | # do not use /tmp for storage, /tmp here is just 11 | # example sakes. 12 | dataDir=/tmp/zookeeper 13 | # the port at which the clients will connect 14 | clientPort=2181 15 | # the maximum number of client connections. 16 | # increase this if you need to handle more clients 17 | #maxClientCnxns=60 18 | # 19 | # Be sure to read the maintenance section of the 20 | # administrator guide before turning on autopurge. 21 | # 22 | # http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance 23 | # 24 | # The number of snapshots to retain in dataDir 25 | #autopurge.snapRetainCount=3 26 | # Purge task interval in hours 27 | # Set to "0" to disable auto purge feature 28 | #autopurge.purgeInterval=1 29 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/config/defaultConnectionSettings.cfg: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | #Default connection for ZooInspector 17 | hosts=localhost\:2181 18 | encryptionManager=org.apache.zookeeper.inspector.encryption.BasicDataEncryptionManager 19 | timeout=5000 20 | authScheme= 21 | authData= 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/config/defaultNodeVeiwers.cfg: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerData 16 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerMetaData 17 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerACL 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/edtsrclkup_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/edtsrclkup_co.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/file_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/fldr_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/fldr_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/info_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/info_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/jspdecl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/jspdecl.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/launch_run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/launch_run.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/launch_stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/launch_stop.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/new_con.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/new_con.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/refresh.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/save_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/save_edit.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/search_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/search_next.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/search_prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/search_prev.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/trash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/icons/trash.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/lib/jtoaster-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/lib/jtoaster-1.0.4.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/src/java/org/apache/zookeeper/inspector/gui/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ZooInspector v0.1 6 | 7 | 8 |

ZooInspector was developed by Colin Goodheart-Smithe and is 9 | available under the Apache Software Licence v2.0.

10 |

The Icons used were sourced from the Eclipse project (http://www.eclipse.org) and licensed 12 | under the Eclipse Public Licence v1.0. [http://www.eclipse.org/org/documents/epl-v10.php] 14 |

15 |

ZooKeeper is available from http://zookeeper.apache.org/ 17 | and is licensed under an Apache Software Licence v2.0

18 |

The ApacheSoftware Licence v2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0

20 | 21 | 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/zookeeper-3.4.6-ZooInspector.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/zookeeper-3.4.6-ZooInspector.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/conf/mainClasses: -------------------------------------------------------------------------------- 1 | ::Client Commands 2 | client:org.apache.zookeeper.ZooKeeperMain:Client shell to ZooKeeper 3 | ::Server Commands 4 | server:org.apache.zookeeper.server.quorum.QuorumPeerMain:Start ZooKeeper server 5 | ::Test Commands 6 | generateLoad:org.apache.zookeeper.test.system.GenerateLoad:A distributed load generator for testing 7 | quorumBench:org.apache.zookeeper.server.QuorumBenchmark:A benchmark of just the quorum protocol 8 | abBench:org.apache.zookeeper.server.quorum.AtomicBroadcastBenchmark:A benchmark of just the atomic broadcast 9 | ic:org.apache.zookeeper.test.system.InstanceContainer:A container that will instantiate classes as directed by an instance manager 10 | systest:org.apache.zookeeper.test.system.BaseSysTest:Start system test 11 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/zookeeper-3.4.6-fatjar.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/zookeeper-3.4.6-fatjar.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/src/java/org/apache/zookeeper/graph/FilterException.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | package org.apache.zookeeper.graph; 19 | 20 | public class FilterException extends Exception { 21 | public FilterException(String s) { super(s); } 22 | }; 23 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/zookeeper-3.4.6-loggraph.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/zookeeper-3.4.6-loggraph.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/rest/zookeeper-3.4.6-rest.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/rest/zookeeper-3.4.6-rest.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = src 4 | 5 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/src/Makefile.am: -------------------------------------------------------------------------------- 1 | AM_CXXFLAGS = -I${ZOOKEEPER_PATH}/include -I${ZOOKEEPER_PATH}/generated \ 2 | -I$(top_srcdir)/include -I/usr/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT 3 | 4 | noinst_PROGRAMS = zkfuse 5 | 6 | zkfuse_SOURCES = zkfuse.cc zkadapter.cc thread.cc log.cc 7 | zkfuse_LDADD = ${ZOOKEEPER_LD} -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/src/event.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "event.h" 20 | 21 | #define LOG_LEVEL LOG_FATAL 22 | #define MODULE_NAME "Event" 23 | 24 | using namespace std; 25 | 26 | namespace zkfuse { 27 | 28 | } /* end of 'namespace zkfuse' */ 29 | 30 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/MANIFEST: -------------------------------------------------------------------------------- 1 | Changes 2 | LICENSE 3 | Makefile.PL 4 | MANIFEST 5 | NOTICE 6 | README 7 | typemap 8 | ZooKeeper.pm 9 | ZooKeeper.xs 10 | build/check_zk_version.c 11 | build/check_zk_version.h 12 | t/10_invalid.t 13 | t/15_thread.t 14 | t/20_tie.t 15 | t/22_stat_tie.t 16 | t/24_watch_tie.t 17 | t/30_connect.t 18 | t/35_log.t 19 | t/40_basic.t 20 | t/45_class.t 21 | t/50_access.t 22 | t/60_watch.t 23 | t/util.pl 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/NOTICE: -------------------------------------------------------------------------------- 1 | Net::ZooKeeper - Perl extension for Apache ZooKeeper 2 | Copyright 2009 The Apache Software Foundation 3 | 4 | This product includes software developed at 5 | The Apache Software Foundation (http://www.apache.org/). 6 | 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/src/examples/README: -------------------------------------------------------------------------------- 1 | 2 | This folder contains sample showing how you can use ZooKeeper from Python. 3 | 4 | You should also check the following projects: 5 | 6 | * http://github.com/phunt/zk-smoketest 7 | * http://github.com/henryr/pyzk-recipes 8 | 9 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/src/packages/deb/zkpython.control/control: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | Package: zkpython 16 | Version: @version@ 17 | Section: misc 18 | Priority: optional 19 | Architecture: all 20 | Depends: python 21 | Maintainer: Apache Software Foundation 22 | Description: ZooKeeper python binding library 23 | Distribution: development 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zktreeutil/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = src 4 | 5 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zktreeutil/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-javadoc.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-javadoc.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.11 (GNU/Linux) 3 | 4 | iQIcBAABAgAGBQJTBeBeAAoJEJP7AlTSyA4yRlIQAINBBlQnQ7R8coyxvWhrA+1L 5 | cVkW5y6Cg7APUeXajo3dP3PFF+tDI7JFUVcBDahWN98oqOW6QPA6ORo2/zNUJLdw 6 | yuwL9fNPBAqlCEMv0UqpNAm54MMC/xPFC+8+aoP7kGc/AKq8ZPfyKjStEXfwtfc2 7 | EXvlAQoBtV8ZG52wmvIT7O7RzMwEeCqnr5jvS5x6t47TJ86adOVblriCaTQI5SLS 8 | f175xojrJGj/3rSPZOhrY2YDbzWEcLiiMSg695KospOPa2smhRcvQmpOsZp41f/r 9 | r6n7PNBJkDrF77Ng06NAjQiA4RspBdopq3s48JTl5UYxKVd3Rai9wyupNSstFFbL 10 | 0fEK53LXmgxs5IvwHejo70noH3vAnpt8HfLwTvqp6zWKKBXZx4+TXWLk2XAgrR53 11 | hg6f38aXMK+IcebYXGeSiahRNbqp0WN0Ud8mK0U2csRbNEW3kJ+jUpYuide4M78H 12 | FKp+SkY48n+8iwM2Pm7V27skOAQ8mi84bTsVy3abe4krMre0JGb0fZJ4sCxxs2Em 13 | mqfOsuwhwmiv7GrCQ7UsIjUfpyu1BttURc9Pig12vnOABBy80V7eSDRq3nCI2ToG 14 | CHAUkq+RPN5ErWfat9fBk+vSxWrreHrXD6lija9QpW5HwI8O+8/o4tQjKVb9hVdj 15 | WR5rEx/pHj4JoJPVj1vI 16 | =4z8I 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 389bf77d30bc48273224bafb5fa0aad1 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 6fe724648381fcb81159fe55b57fe289fa19048d 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-sources.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-sources.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.11 (GNU/Linux) 3 | 4 | iQIcBAABAgAGBQJTBeCqAAoJEJP7AlTSyA4yi+4P/1Tdp+A25WTqe7Lc4mpEmBsE 5 | GZQ25fZDq/lZkZnQ4HrP/okxb3zzijRi1ei7huG+TMvTeazsD1GE0sGS9HNSInQd 6 | l/yxeLBOszNGhmh01KDsRBrLzi/K0K0dH1aIs2knEAbfawLSLMiPH9oZUB2eedfH 7 | BM8Tl2YMhgWveKxAfanYzuXPen6/4b1u3OorCF+4k1O+KEucVbhLb2VBmrsGKOjO 8 | fD71UoQLzZbzSBCziCVjO05IIrWSoZLwKIp+YKbUUSLYrVpwlaEY8UpTL2mHBHcv 9 | 0Hcv3BrO7pT8krR76qlUg380QWarxipHWt7uKcbs8e3AblWQ+i1DEfDSg/vqSCXs 10 | azJ2Gg6BAHAvaJEF+LIzt+t3z9LVufmVtZv3LWGv8UlOz/lf6avy5l6h2K6cAKh0 11 | 1d1qCzI9Jlxw1HcLW0vBKTPw3pMQ7WNKnpgn7tHgk/WXL54/zdjRxJcIipYBu6/c 12 | YvXM9mylNBfC4jle3b5Do37VjN1lYQ0QZ2nV5oITCETUC5rB0qD6K+q3IyNvolZo 13 | ZIsL0cyega74OigVpdBT0FFZPRaYpLEtpfckrjl/cKK0UiZw3hONhpEc/V9TxP6Z 14 | YauBgAGVvG6LAyhvNkhuvedvAhdw6VUefx5Vv3kjXlGb6eloXDHUDtX11ZDYf92T 15 | rvpfl0H6LaQo9D3VkE0F 16 | =RaXp 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 72e0a8331c6b58c2bcabee45e3a8d22d 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 255f9ff66c9cbbfbd8e08d5337345191f6b1d98e 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-tests.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-tests.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-tests.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.11 (GNU/Linux) 3 | 4 | iQIcBAABAgAGBQJTBeDaAAoJEJP7AlTSyA4yZAoP/2+ANxqyhHmYnSxwZOz2j3C7 5 | cLo3WV2WZKjivVij0XYsZxMUWnhxU0RtuFrF/dXsuNDYOF+y3VEjlvA9XkVdB7bx 6 | xKJ7AT7mbZpw6MYTMQk8UHRoCkvl//dMynFRaS1Q8VNXmL/LL7Si5tN7fkHAlyja 7 | QxIRuOI9xheFnC64csiS+6bCZVxmZ/NDzSzo3ARIVfjnizoNDLyDqaQ2ySRoDzbd 8 | DSowJ06u5Vv0m344rnPRKgNdvpXdx+c8U5vUSLf72trt2338s/GiwrPugtrrCQVm 9 | fk1HI0bemtx2MatBwJzU0d4s6uTH7VHyP9yUzKYgn6lJ8Bbm88w00KHW1Zpvv3Hq 10 | W7boO97Uwbuq3bKIAhD166sq3oPqom5+4rIok9hAgckWO3lysWsUqFD8iJqTxLay 11 | wEF+GP4Fcwm6MBDAGDBUdOgykvfXWPWN1DWSxe9v5JEkSlb91Mollu9f2ixQQLEz 12 | aoVAcjamvuF9sSC0g9jVcsLYLbxXO8yakm0A6jJkAzSDMrAPHrMr1G8vCQpZx88O 13 | H1AKjRR7vqRhj1f4Cz/dVM9P8RO+Enpnz8+IVR734jg6nag+ZV/iWbcHWyxDSxEK 14 | iqAuktgwG+jSC/jUThUhhRdlzeTvPq6Orhm6ymfr7KR4oOdIQlXYs0HfAaPydLPi 15 | +bORLMivvPePON6X5tce 16 | =fI6z 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-tests.jar.md5: -------------------------------------------------------------------------------- 1 | b513f1d00a3b5c2db6dc3602a81d2564 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6-tests.jar.sha1: -------------------------------------------------------------------------------- 1 | b808c22d3ee32afad327bf3a4f06a48e74f4bc6b 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.11 (GNU/Linux) 3 | 4 | iQIcBAABAgAGBQJTBeAeAAoJEJP7AlTSyA4yseUP/2av5N6j9HrVvw153f5xangq 5 | ClH238g9wx68a5eu2agAp6PWQZpRmfIYoC1sYErNWaSaNwq/XXpijqmp403akV2U 6 | bDQU/vbknc0rAhbh9Fo4iyqhinfwnzokj8Mw/by1rZIJ0I1O+If6P5etoUA6Dd7t 7 | np1Zgu/kIVKYHIPQH9EtEL1Iq1WoKY8C6+oZPxExcfHgTuvFnjKKQ5s++QTwxfxd 8 | OSGQIpehYG/6m+Tpxzo8JgOOeVRNdVnntuQgS+/EbgdvG3xpv45It9wbuQGy2dKx 9 | GPLbW+7T71m9wO0/Pm6aU71G6CrVaDr3u4rjywczCHqsOBefef0v+fHnok1unZrj 10 | 8qKx5x8ckyQDyAlGyz6WiznGOKeRDxttFLc++Ir0h+R5zF1s4EKtzlcqMw1TjI1r 11 | 96eDT4KAt/NDSgOUoPSijzpysxt/eFlZOMHkKULqX5UkempuV6s+6Wsi6H319ehX 12 | SLzaELGUVvQLM+x04/8Gx3YjWu82kY3CxJ2F/DxZJbf4s0PeGXMrzTQsuHuraR+6 13 | 8ZBwskspvOycSEdMVWoapMLWBBN7g8gzH6wgP5TrffXi0s3C461Rhp9fQ98b5ua8 14 | CUMbHdxos6Z4tiQfV8GFMV6ghdVW5rdnEAq4FmxE+qqdpF4cKUluEmlvlAxAdb3q 15 | 9v9vU/sdaZ+PRdbsk3h8 16 | =yMgK 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.jar.md5: -------------------------------------------------------------------------------- 1 | 124a024bb37771398b9ae3bdd753a913 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.jar.sha1: -------------------------------------------------------------------------------- 1 | c920d1cfab11de508aa98b60c0b08495c3f8a837 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.pom.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.11 (GNU/Linux) 3 | 4 | iQIcBAABAgAGBQJTBeFZAAoJEJP7AlTSyA4y8jYQAIJt22q4E5zXiwr7D+FrPyXS 5 | MvTMno0ll3/81luoYiZX3DHVLcMKEh3XKl+GfAni6R9ZiuO2zPwkxLixLBBPJOVY 6 | pgG+RNK4o65DhQmZL7xnLPB4WT2zeuBAiUNTjqfesbJQA0YGUa6KkOZNXP7SRqdE 7 | 5MkOqmSVE0B9IAYMqf2hjwv0ak6ufPkWT8fnKHvWFUWyUbARH7k6Wo7Vvwu16uU3 8 | 4EMUn32DWbiW5zVQ558wuqBYFyHrlxpfiRk/h0TyFKhXodyCDZFZt2SDxw7t5WCp 9 | RENjdvAdRgVe4Mw8SVmYyQ2ybRcjUjjawjcR5rdxoZcwIGCjNbp/+hyg8SIOT0BT 10 | 63ggv1ADpLQKW525+aTk/s4n7fkQQEpV7o5M1KZKhJxqy40aaYxFaIma07hwhTyc 11 | 5XvG1hidMoYigeHu8+cffCYmCWiWUJcYLMUz9CcFHkGpAO78IxKGSswlJpJVLaXv 12 | 1DWjGFGfvWSDtuH40PrbimLnvFevVoapmdoku9adsM4ukKUw5HnYNvv5Fd29JcYp 13 | yOeA+rW+rYxokomqPDIqXZnMw9PFs1HwRUmizMbMMpXrUtC3+E2QDP9q1IOVmrhR 14 | NcbzX9Ag1s6GeOyyezLt5NqKepb0H2mhbv+38BWgRxjcieKrexO63NH8oZedqTm0 15 | niuej1Wl5V6JY2JKUPBS 16 | =YgOh 17 | -----END PGP SIGNATURE----- 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.pom.md5: -------------------------------------------------------------------------------- 1 | 8269139786a5da139addb31a1b2afecd 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/dist-maven/zookeeper-3.4.6.pom.sha1: -------------------------------------------------------------------------------- 1 | 635bfa3d8cd06b1d0a2acddf482d317a629f281b 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/org/apache/zookeeper/client/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | org.apache.zookeeper.client (ZooKeeper 3.4.6 API) 7 | 8 | 9 | 10 | 11 |

org.apache.zookeeper.client

12 |
13 |

Classes

14 | 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/org/apache/zookeeper/server/quorum/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | org.apache.zookeeper.server.quorum (ZooKeeper 3.4.6 API) 7 | 8 | 9 | 10 | 11 |

org.apache.zookeeper.server.quorum

12 |
13 |

Classes

14 | 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/org/apache/zookeeper/server/upgrade/package-frame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | org.apache.zookeeper.server.upgrade (ZooKeeper 3.4.6 API) 7 | 8 | 9 | 10 | 11 |

org.apache.zookeeper.server.upgrade

12 |
13 |

Classes

14 | 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/package-list: -------------------------------------------------------------------------------- 1 | org.apache.zookeeper 2 | org.apache.zookeeper.client 3 | org.apache.zookeeper.data 4 | org.apache.zookeeper.server 5 | org.apache.zookeeper.server.quorum 6 | org.apache.zookeeper.server.upgrade 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/background.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/tab.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/titlebar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/titlebar.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/titlebar_end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/api/resources/titlebar_end.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperConfig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperConfig.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperOverview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperOverview.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperProgrammer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperProgrammer.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperStarted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperStarted.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperStream.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/bookkeeperStream.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/broken-links.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/2pc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/2pc.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/bk-overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/bk-overview.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/built-with-forrest-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/built-with-forrest-button.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/favicon.ico -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/hadoop-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/hadoop-logo.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/instruction_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/instruction_arrow.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/state_dia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/state_dia.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zkcomponents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zkcomponents.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zknamespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zknamespace.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfRW-3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfRW-3.2.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfRW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfRW.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfreliability.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zkperfreliability.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zkservice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zkservice.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/images/zookeeper_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/images/zookeeper_small.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/index.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/javaExample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/javaExample.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/linkmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/linkmap.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/recipes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/recipes.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/releasenotes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/releasenotes.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_de.xml -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_es.xml -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/CommonMessages_fr.xml -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/README.txt: -------------------------------------------------------------------------------- 1 | The images in this directory are used if the current skin lacks them. 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/add.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/apache-thanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/apache-thanks.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/built-with-cocoon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/built-with-cocoon.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/built-with-forrest-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/built-with-forrest-button.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/chapter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/chapter.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/chapter_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/chapter_open.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/current.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/current.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/error.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/external-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/external-link.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/fix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/fix.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/forrest-credit-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/forrest-credit-logo.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/hack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/hack.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/header_white_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/header_white_line.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/info.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/instruction_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/instruction_arrow.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/label.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/label.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/page.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/pdfdoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/pdfdoc.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/poddoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/poddoc.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/printer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/printer.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-l-15-1body-2menu-3menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-l-15-1body-2menu-3menu.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-r-15-1body-2menu-3menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-r-15-1body-2menu-3menu.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-15-1body-2menu-3menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-15-1body-2menu-3menu.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/remove.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/remove.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/rss.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/spacer.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/success.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/txtdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/txtdoc.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/update.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/valid-html401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/valid-html401.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/vcss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/vcss.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/warning.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/xmldoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/skin/images/xmldoc.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperAdmin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperAdmin.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperHierarchicalQuorums.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperHierarchicalQuorums.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperInternals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperInternals.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperJMX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperJMX.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperObservers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperObservers.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperOtherInfo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperOtherInfo.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperOver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperOver.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperProgrammers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperProgrammers.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperQuotas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperQuotas.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperStarted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperStarted.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperTutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/docs/zookeeperTutorial.pdf -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/cobertura/README.txt: -------------------------------------------------------------------------------- 1 | Download the cobertura binary from the following location and unpack it into this directory. Run "cobertura-report" target from build.xml to generate coverage report. 2 | 3 | http://cobertura.sourceforge.net/download.html 4 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/jline-0.9.94.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/lib/jline-0.9.94.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/log4j-1.2.16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/lib/log4j-1.2.16.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/netty-3.7.0.Final.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/lib/netty-3.7.0.Final.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/slf4j-api-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/lib/slf4j-api-1.6.1.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/lib/slf4j-log4j12-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/lib/slf4j-log4j12-1.6.1.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/recipes/lock/src/c/tests/Util.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "Util.h" 20 | 21 | const std::string EMPTY_STRING; 22 | 23 | TestConfig globalTestConfig; 24 | 25 | void millisleep(int ms){ 26 | timespec ts; 27 | ts.tv_sec=ms/1000; 28 | ts.tv_nsec=(ms%1000)*1000000; // to nanoseconds 29 | nanosleep(&ts,0); 30 | } 31 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/recipes/queue/src/c/tests/Util.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "Util.h" 20 | 21 | const std::string EMPTY_STRING; 22 | 23 | TestConfig globalTestConfig; 24 | 25 | void millisleep(int ms){ 26 | timespec ts; 27 | ts.tv_sec=ms/1000; 28 | ts.tv_nsec=(ms%1000)*1000000; // to nanoseconds 29 | nanosleep(&ts,0); 30 | } 31 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/c/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/c/ChangeLog -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/c/tests/wrappers-mt.opt: -------------------------------------------------------------------------------- 1 | -Wl,--wrap -Wl,pthread_mutex_lock 2 | -Wl,--wrap -Wl,pthread_mutex_trylock 3 | -Wl,--wrap -Wl,pthread_mutex_unlock 4 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/c/tests/wrappers.opt: -------------------------------------------------------------------------------- 1 | -Wl,--wrap -Wl,calloc 2 | -Wl,--wrap -Wl,free 3 | -Wl,--wrap -Wl,flush_send_queue 4 | -Wl,--wrap -Wl,get_xid 5 | -Wl,--wrap -Wl,deliverWatchers 6 | -Wl,--wrap -Wl,activateWatcher 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/fatjar/README.txt: -------------------------------------------------------------------------------- 1 | This package contains build to create a fat zookeeper jar. You need to run ant to create the fat jar. 2 | To run the fatjar you can use. java -jar zoookeeper-*fatjar.jar 3 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/fatjar/conf/mainClasses: -------------------------------------------------------------------------------- 1 | ::Client Commands 2 | client:org.apache.zookeeper.ZooKeeperMain:Client shell to ZooKeeper 3 | ::Server Commands 4 | server:org.apache.zookeeper.server.quorum.QuorumPeerMain:Start ZooKeeper server 5 | ::Test Commands 6 | generateLoad:org.apache.zookeeper.test.system.GenerateLoad:A distributed load generator for testing 7 | quorumBench:org.apache.zookeeper.server.QuorumBenchmark:A benchmark of just the quorum protocol 8 | abBench:org.apache.zookeeper.server.quorum.AtomicBroadcastBenchmark:A benchmark of just the atomic broadcast 9 | ic:org.apache.zookeeper.test.system.InstanceContainer:A container that will instantiate classes as directed by an instance manager 10 | systest:org.apache.zookeeper.test.system.BaseSysTest:Start system test 11 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/Makefile: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | ifeq ($(ROOT),) 18 | $(error "Error: Expect the environment variable $$ROOT to point to the Desktop installation") 19 | endif 20 | 21 | include $(ROOT)/Makefile.sdk 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/__init__.py: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/models.py: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/static/art/line_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/static/art/line_icons.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/static/art/zkui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/static/art/zkui.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/static/js/package.yml: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | copyright: Apache License v2.0 16 | version: 0.1 17 | description: ZooKeeper Browser 18 | name: ZooKeeper Browser 19 | sources: [Source/Zkui/Zkui.js] 20 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/huebrowser/zkui/src/zkui/windmilltests.py: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | from desktop.lib.windmill_util import logged_in_client 18 | 19 | def test_zkui(): 20 | """ launches the default view for zkui """ 21 | client = logged_in_client() 22 | client.click(id='ccs-zkui-menu') 23 | client.waits.forElement(classname='CCS-ZKUI', timeout='2000') 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/src/java/org/apache/zookeeper/graph/FilterException.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | package org.apache.zookeeper.graph; 19 | 20 | public class FilterException extends Exception { 21 | public FilterException(String s) { super(s); } 22 | }; 23 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/web/org/apache/zookeeper/graph/log4j.properties: -------------------------------------------------------------------------------- 1 | log4j.rootLogger=TRACE, CONSOLE 2 | 3 | # Print the date in ISO 8601 format 4 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender 5 | log4j.appender.CONSOLE.Threshold=TRACE 6 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout 7 | log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n 8 | 9 | log4j.logger.org.apache.zookeeper.graph.LogSkipList=off 10 | log4j.logger.org.apache.zookeeper.graph.RandomAccessFileReader=off 11 | #log4j.logger.org.apache.zookeeper.graph.Log4JSource=off -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/web/org/apache/zookeeper/graph/resources/load-big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/web/org/apache/zookeeper/graph/resources/load-big.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/web/org/apache/zookeeper/graph/resources/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/loggraph/web/org/apache/zookeeper/graph/resources/load.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/JMX-RESOURCES: -------------------------------------------------------------------------------- 1 | 2 | Resources for monitoring ZooKeeper using JMX 3 | -------------------------------------------- 4 | 5 | JMX/REST Bridge 6 | --------------- 7 | 8 | http://code.google.com/p/polarrose-jmx-rest-bridge/ 9 | 10 | "Simple Java Web Application that exposes JMX servers through HTTP. This was written so that external tools can easily query JMX attributes of Java applications. More specifically, this was written to allow Cacti to generate fancy graphs of ActiveMQ instances." 11 | 12 | JMXetric 13 | -------- 14 | 15 | http://code.google.com/p/jmxetric/ 16 | 17 | "JMXetric is a 100% java, configurable JVM agent that periodically polls MBean attributes and reports their values to Ganglia." 18 | 19 | jmxquery 20 | -------- 21 | 22 | http://code.google.com/p/jmxquery/ 23 | 24 | "a plugin for nagios to check jmx" 25 | 26 | check_jmx 27 | --------- 28 | 29 | http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/check_jmx/details 30 | 31 | 32 | jmx2snmp 33 | -------- 34 | 35 | http://github.com/tcurdt/jmx2snmp 36 | 37 | Expose application JMX properties via SNMP 38 | 39 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/ganglia/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/ganglia/Screenshot.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/ganglia/modpython.conf: -------------------------------------------------------------------------------- 1 | /* Licensed to the Apache Software Foundation (ASF) under one 2 | or more contributor license agreements. See the NOTICE file 3 | distributed with this work for additional information 4 | regarding copyright ownership. The ASF licenses this file 5 | to you under the Apache License, Version 2.0 (the 6 | "License"); you may not use this file except in compliance 7 | with the License. You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. */ 16 | 17 | /* Update gmond.conf */ 18 | 19 | modules { 20 | module { 21 | name = "python_module" 22 | path = "/usr/lib/ganglia/modpython.so" 23 | params = "/usr/lib/ganglia/python_modules" 24 | } 25 | } 26 | 27 | include ('/etc/ganglia/conf.d/*.pyconf') 28 | 29 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/nagios/Screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/nagios/Screenshot-1.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/nagios/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/nagios/Screenshot.png -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/monitoring/nagios/hostgroups.cfg: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | # A group containing all the ZooKeeper nodes 18 | 19 | define hostgroup { 20 | hostgroup_name zookeeper-servers 21 | alias ZooKeeper Servers 22 | members localhost 23 | } 24 | 25 | 26 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/NOTICE.txt: -------------------------------------------------------------------------------- 1 | This contrib module includes software developed under the 2 | COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 3 | 4 | This contrib depends on binary only jar libraries developed at: 5 | 6 | https://jersey.dev.java.net/ 7 | https://grizzly.dev.java.net/ 8 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/conf/keys/README: -------------------------------------------------------------------------------- 1 | 2 | In order to generate .jks (java keystore files) you need to use keytool. 3 | 4 | The password for the existing .jks is "123456" (without quotes). 5 | 6 | Some tutorials: 7 | - http://www.mobilefish.com/tutorials/java/java_quickguide_keytool.html 8 | 9 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/conf/keys/rest.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/conf/keys/rest.cer -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/conf/keys/rest.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/conf/keys/rest.jks -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/rest/src/python/README.txt: -------------------------------------------------------------------------------- 1 | Some basic python scripts which use the REST interface: 2 | 3 | zkrest.py -- basic REST ZooKeeper client 4 | demo_master_election.py -- shows how to implement master election 5 | demo_queue.py -- basic queue 6 | zk_dump_tree.py -- dumps the nodes & data of a znode hierarchy 7 | 8 | Generally these scripts require: 9 | * simplejson 10 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkfuse/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = src 4 | 5 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkfuse/src/Makefile.am: -------------------------------------------------------------------------------- 1 | AM_CXXFLAGS = -I${ZOOKEEPER_PATH}/include -I${ZOOKEEPER_PATH}/generated \ 2 | -I$(top_srcdir)/include -I/usr/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT 3 | 4 | noinst_PROGRAMS = zkfuse 5 | 6 | zkfuse_SOURCES = zkfuse.cc zkadapter.cc thread.cc log.cc 7 | zkfuse_LDADD = ${ZOOKEEPER_LD} -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkfuse/src/event.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "event.h" 20 | 21 | #define LOG_LEVEL LOG_FATAL 22 | #define MODULE_NAME "Event" 23 | 24 | using namespace std; 25 | 26 | namespace zkfuse { 27 | 28 | } /* end of 'namespace zkfuse' */ 29 | 30 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkperl/MANIFEST: -------------------------------------------------------------------------------- 1 | Changes 2 | LICENSE 3 | Makefile.PL 4 | MANIFEST 5 | NOTICE 6 | README 7 | typemap 8 | ZooKeeper.pm 9 | ZooKeeper.xs 10 | build/check_zk_version.c 11 | build/check_zk_version.h 12 | t/10_invalid.t 13 | t/15_thread.t 14 | t/20_tie.t 15 | t/22_stat_tie.t 16 | t/24_watch_tie.t 17 | t/30_connect.t 18 | t/35_log.t 19 | t/40_basic.t 20 | t/45_class.t 21 | t/50_access.t 22 | t/60_watch.t 23 | t/util.pl 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkperl/NOTICE: -------------------------------------------------------------------------------- 1 | Net::ZooKeeper - Perl extension for Apache ZooKeeper 2 | Copyright 2009 The Apache Software Foundation 3 | 4 | This product includes software developed at 5 | The Apache Software Foundation (http://www.apache.org/). 6 | 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkpython/src/examples/README: -------------------------------------------------------------------------------- 1 | 2 | This folder contains sample showing how you can use ZooKeeper from Python. 3 | 4 | You should also check the following projects: 5 | 6 | * http://github.com/phunt/zk-smoketest 7 | * http://github.com/henryr/pyzk-recipes 8 | 9 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zkpython/src/packages/deb/zkpython.control/control: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | Package: zkpython 16 | Version: @version@ 17 | Section: misc 18 | Priority: optional 19 | Architecture: all 20 | Depends: python 21 | Maintainer: Apache Software Foundation 22 | Description: ZooKeeper python binding library 23 | Distribution: development 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zktreeutil/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = src 4 | 5 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/NOTICE.txt: -------------------------------------------------------------------------------- 1 | This contrib module includes icons available under the Eclipse Public Licence Version 1.0 2 | . from the Eclipse Java Devlopment Platform. 3 | The lib sub-directory includes a binary only jar library developed at http://sourceforge.net/projects/jtoaster/ -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/config/defaultConnectionSettings.cfg: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | #Default connection for ZooInspector 17 | hosts=localhost\:2181 18 | encryptionManager=org.apache.zookeeper.inspector.encryption.BasicDataEncryptionManager 19 | timeout=5000 20 | authScheme= 21 | authData= 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/config/defaultNodeVeiwers.cfg: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerData 16 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerMetaData 17 | org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerACL 18 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/edtsrclkup_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/edtsrclkup_co.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/file_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/fldr_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/fldr_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/info_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/info_obj.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/jspdecl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/jspdecl.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/launch_run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/launch_run.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/launch_stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/launch_stop.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/new_con.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/new_con.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/refresh.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/save_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/save_edit.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/search_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/search_next.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/search_prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/search_prev.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/trash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/icons/trash.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/lib/jtoaster-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/lib/jtoaster-1.0.4.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/lib/log4j.properties: -------------------------------------------------------------------------------- 1 | # ***** Set root logger level to INFO and it appender to stdout. 2 | log4j.rootLogger=info, stdout 3 | 4 | # ***** stdout is set to be a ConsoleAppender. 5 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 6 | # ***** stdout uses PatternLayout. 7 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout 8 | # ***** Pattern to output the caller's file name and line number. 9 | log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/src/java/org/apache/zookeeper/inspector/gui/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ZooInspector v0.1 6 | 7 | 8 |

ZooInspector was developed by Colin Goodheart-Smithe and is 9 | available under the Apache Software Licence v2.0.

10 |

The Icons used were sourced from the Eclipse project (http://www.eclipse.org) and licensed 12 | under the Eclipse Public Licence v1.0. [http://www.eclipse.org/org/documents/epl-v10.php] 14 |

15 |

ZooKeeper is available from http://zookeeper.apache.org/ 17 | and is licensed under an Apache Software Licence v2.0

18 |

The ApacheSoftware Licence v2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0

20 | 21 | 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector-dev.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp ../../../build/contrib/ZooInspector/zookeeper-dev-ZooInspector.jar:../../../build/lib/log4j-1.2.15.jar:lib/zookeeper-3.3.0.jar:lib/jtoaster-1.0.4.jar:lib org.apache.zookeeper.inspector.ZooInspector -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector.cmd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp zookeeper-dev-ZooInspector.jar;lib/log4j-1.2.15.jar;lib/zookeeper-3.3.0.jar;lib/jToaster-1.0.4.jar;lib org.apache.zookeeper.inspector.ZooInspector -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp lib/New.jar:zookeeper-dev-ZooInspector.jar:lib/log4j-1.2.15.jar:;lib/zookeeper-3.3.0.jar:lib/jToaster-1.0.4.jar:lib org.apache.zookeeper.inspector.ZooInspector 19 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/README.txt: -------------------------------------------------------------------------------- 1 | This is the base documentation directory. 2 | 3 | skinconf.xml # This file customizes Forrest for your project. In it, you 4 | # tell forrest the project name, logo, copyright info, etc 5 | 6 | sitemap.xmap # Optional. This sitemap is consulted before all core sitemaps. 7 | # See http://forrest.apache.org/docs/project-sitemap.html 8 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/2pc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/2pc.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/bk-overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/bk-overview.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/favicon.ico -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/hadoop-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/hadoop-logo.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.dia -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkarch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkarch.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkcomponents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkcomponents.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zknamespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zknamespace.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW-3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW-3.2.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfreliability.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfreliability.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkservice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkservice.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zookeeper_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zookeeper_small.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/OldChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/OldChangeLog -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/generated/.generated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/generated/.generated -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/lib/cobertura/README.txt: -------------------------------------------------------------------------------- 1 | Download the cobertura binary from the following location and unpack it into this directory. Run "cobertura-report" target from build.xml to generate coverage report. 2 | 3 | http://cobertura.sourceforge.net/download.html 4 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/main/org/apache/zookeeper/server/quorum/Election.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | package org.apache.zookeeper.server.quorum; 20 | 21 | 22 | import org.apache.zookeeper.server.quorum.Vote; 23 | 24 | public interface Election { 25 | public Vote lookForLeader() throws InterruptedException; 26 | public void shutdown(); 27 | } 28 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/main/overview.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | ZooKeeper 22 | 23 | 24 | ZooKeeper is a service for coordinating processes of distributed applications. 25 | 26 | 27 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/systest/org/apache/zookeeper/test/system/NoAssignmentException.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | package org.apache.zookeeper.test.system; 20 | 21 | public class NoAssignmentException extends Exception { 22 | private static final long serialVersionUID = 1L; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/bin/test-patch.properties: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | OK_RELEASEAUDIT_WARNINGS=24 17 | OK_FINDBUGS_WARNINGS=0 18 | OK_JAVADOC_WARNINGS=0 19 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/create/version-2/log.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/create/version-2/log.1 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/create/version-2/snapshot.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/create/version-2/snapshot.0 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/set/version-2/log.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/set/version-2/log.1 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/set/version-2/snapshot.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/set/version-2/snapshot.0 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/log.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/log.1 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/snapshot.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/snapshot.0 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/snapshot.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/buffersize/snapshot/version-2/snapshot.2 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.1 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.274: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.274 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.63b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/log.63b -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.0 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.272: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.272 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.273: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.273 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.639: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.639 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.83f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/invalidsnap/version-2/snapshot.83f -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/log.100000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/log.100000001 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/log.100001bf0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/log.100001bf0 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/snapshot.100000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/snapshot.100000000 -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/snapshot.100001bec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/test/data/upgrade/snapshot.100001bec -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/test/org/apache/zookeeper/server/ServerCnxnFactoryAccessor.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | package org.apache.zookeeper.server; 19 | 20 | public class ServerCnxnFactoryAccessor { 21 | public static ZooKeeperServer getZkServer(ServerCnxnFactory fac) { 22 | return fac.zkServer; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/lastRevision.bat: -------------------------------------------------------------------------------- 1 | echo off 2 | rem Licensed to the Apache Software Foundation (ASF) under one 3 | rem or more contributor license agreements. See the NOTICE file 4 | rem distributed with this work for additional information 5 | rem regarding copyright ownership. The ASF licenses this file 6 | rem to you under the Apache License, Version 2.0 (the 7 | rem "License"); you may not use this file except in compliance 8 | rem with the License. You may obtain a copy of the License at 9 | rem 10 | rem http://www.apache.org/licenses/LICENSE-2.0 11 | rem 12 | rem Unless required by applicable law or agreed to in writing, software 13 | rem distributed under the License is distributed on an "AS IS" BASIS, 14 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | rem See the License for the specific language governing permissions and 16 | rem limitations under the License. 17 | 18 | rem Find the current revision, store it in a file, for DOS 19 | svn info | findstr Revision > %1 20 | 21 | For /F "tokens=1,2 delims= " %%a In (%1) Do ( 22 | echo lastRevision=%%b> %1 23 | ) 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/lastRevision.sh: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one 2 | # or more contributor license agreements. See the NOTICE file 3 | # distributed with this work for additional information 4 | # regarding copyright ownership. The ASF licenses this file 5 | # to you under the Apache License, Version 2.0 (the 6 | # "License"); you may not use this file except in compliance 7 | # with the License. You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | # Find the current revision, store it in a file 18 | FILE=$1 19 | LASTREV=`svn info | grep '^Revision' | sed -e 's/Revision: *//'` 20 | 21 | echo "lastRevision=${LASTREV}" > $FILE 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/deb/zookeeper.control/conffile: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | /etc/zookeeper 16 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/deb/zookeeper.control/postinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | bash /usr/sbin/update-zookeeper-env.sh \ 19 | --prefix=/usr \ 20 | --conf-dir=/etc/zookeeper \ 21 | --log-dir=/var/log/zookeeper \ 22 | --pid-dir=/var/run/zookeeper \ 23 | --var-dir=/var/lib/zookeeper 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/deb/zookeeper.control/postrm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | /usr/sbin/userdel zookeeper 2> /dev/null >/dev/null 19 | exit 0 20 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/deb/zookeeper.control/preinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | getent group hadoop 2>/dev/null >/dev/null || /usr/sbin/groupadd -r hadoop 19 | 20 | /usr/sbin/useradd --comment "ZooKeeper" --shell /bin/bash -M -r --groups hadoop --home /usr/share/zookeeper zookeeper 2> /dev/null || : 21 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/deb/zookeeper.control/prerm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | /etc/init.d/zookeeper stop 2>/dev/null >/dev/null 19 | bash /usr/sbin/update-zookeeper-env.sh \ 20 | --prefix=/usr \ 21 | --conf-dir=/etc/zookeeper \ 22 | --log-dir=/var/log/zookeeper \ 23 | --pid-dir=/var/run/zookeeper \ 24 | --uninstal 25 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/packages/templates/conf/zookeeper-env.sh: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | export JAVA_HOME=${JAVA_HOME} 16 | export ZOO_LOG_DIR=${LOG_DIR} 17 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/recipes/lock/src/c/tests/Util.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "Util.h" 20 | 21 | const std::string EMPTY_STRING; 22 | 23 | TestConfig globalTestConfig; 24 | 25 | void millisleep(int ms){ 26 | timespec ts; 27 | ts.tv_sec=ms/1000; 28 | ts.tv_nsec=(ms%1000)*1000000; // to nanoseconds 29 | nanosleep(&ts,0); 30 | } 31 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/recipes/queue/src/c/tests/Util.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "Util.h" 20 | 21 | const std::string EMPTY_STRING; 22 | 23 | TestConfig globalTestConfig; 24 | 25 | void millisleep(int ms){ 26 | timespec ts; 27 | ts.tv_sec=ms/1000; 28 | ts.tv_nsec=(ms%1000)*1000000; // to nanoseconds 29 | nanosleep(&ts,0); 30 | } 31 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/zookeeper-3.4.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/zookeeper-3.4.6.jar --------------------------------------------------------------------------------