2019-06-10から1日間の記事一覧

ZooKeeper Ensemble を Vagrant で構築した

前回 ZooKeeper を Standalone で構築しました. 次は ZooKeeper も冗長構成を取れるように ZooKeeper Ensemble を構築します. ZooKeeper のバージョンは 3.4.14 です. ZooKeeper Ensemble ZooKeeper の可用性を高めるために複数台で Ensemble 構成を取り…

ZooKeeper(Standalone) を Vagrant で構築した

Solr Cloud を構築するには ZooKeeper を構築する必要があります. そこで Vagrant で ZooKeeper を構築しました. ZooKeeper のバージョンは 3.4.14 です. ZooKeeper??? Solr Cloud を構築する上で必須なサービスです. Solr Cloud では collection を 複…

Solr(Standalone) を Vagrant で構築する

Vagrant で Solr を Standalone で構築しました. Solr のバージョンは 6.2.0 です. 構成 Solr の構築はシェルでやることにしました. D:\vagrant\solr-standalone ┣Vagrantfile ┗create_solr.sh Vagrantfile OS は CentOS 7 を使用します. プロビジョナで…

いまさら Vagrant に入門した

いまさら Vagrant に入門しました. Vagrant って? Virtual Box 等の仮想化ソフトのラッパーツールです. 通常は Virtual Box で仮想マシン(以下 VM)作って,OSインストールして,Guest Addition入れて,...って使えるようにするまで色々手順を踏む必要があ…