--- title: 新しい ZooKeeper ブラウザーアプリ! author: Hue Team type: post date: 2013-11-19T23:59:42+00:00 url: /新しい-zookeeper-ブラウザーアプリ/ sf_thumbnail_type: - none sf_thumbnail_link_type: - link_to_post sf_detail_type: - none sf_page_title: - 1 sf_page_title_style: - standard sf_no_breadcrumbs: - 1 sf_page_title_bg: - none sf_page_title_text_style: - light sf_background_image_size: - cover sf_social_sharing: - 1 sf_sidebar_config: - left-sidebar sf_left_sidebar: - Sidebar-2 sf_right_sidebar: - Sidebar-1 sf_caption_position: - caption-right slide_template: - default sf_custom_excerpt: - 動物好きの皆さん、こんにちは。Hue 3ではApache ZooKeeperを簡単に使用するための新しいアプリケーション、ZooKeeper Browserが追加されています... categories: - Tutorial - Video - ZooKeeper - カテゴリーなし --- 動物好きの皆さん、こんにちは。[Hue 3][1]では[Apache ZooKeeper][2]を簡単に使用するための新しいアプリケーション、ZooKeeper Browserが追加されています。 このアプリは完全に新しいものではありません。Anreiの3年前のGoogle Summer of Codeの成果、Hue 1からHue3に含まれていたZooKeeper UIをリベースしたものから構成されています。 {{< youtube jvlKiZYf9Ys >}} 主要な2つの機能: * ZooKeeperクラスタの状態とクライアントの一覧 * ZNode階層のブラウジングと編集 ZooKeeperブラウザにはZooKeeper RESTサービスが実行されている必要があります。セットアップ方法を紹介します: 最初にZooKeeperを取得してビルドします:
git clone https://github.com/apache/zookeeper
cd zookeeper
ant
Buildfile: /home/hue/Development/zookeeper/build.xml

init:
    [mkdir] Created dir: /home/hue/Development/zookeeper/build/classes
    [mkdir] Created dir: /home/hue/Development/zookeeper/build/lib
    [mkdir] Created dir: /home/hue/Development/zookeeper/build/package/lib
    [mkdir] Created dir: /home/hue/Development/zookeeper/build/test/lib

…
続いてRESTサービスを開始します:
cd src/contrib/rest
nohup ant run&
ZooKeeperとRESTサービスがHueと同じマシンではない場合、Hueの設定を更新して正しいホスト名とポート番号を示すようにします:
[zookeeper]

  [[clusters]]

    [[[default]]]
      # Zookeeper ensemble. Comma separated list of Host/Port.
      # e.g. localhost:2181,localhost:2182,localhost:2183
      ## host_ports=localhost:2181

      # The URL of the REST contrib service
      ## rest_url=http://localhost:9998
いよいよです![ZooKeeper Browser][3]に行ってみましょう!

ご質問やフィードバックがあれば、hue-user や @gethue.comまでお気軽にお尋ね下さい!

原文: [1]: https://gethue.com/hue-3-and-the-new-sqoop-and-zookeeper-apps-are-out [2]: http://zookeeper.apache.org/ [3]: http://127.0.0.1:8888/zookeeper/