Menu

Solr Cloud

Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites'. Solr can be found here

module.exports =
  deps:
    iptables: module: 'masson/core/iptables', local: true
    krb5_client: module: 'masson/core/krb5_client', local: true, required: true
    ssl: module: 'masson/core/ssl', local: true
    java: module: 'masson/commons/java', local: true
    zookeeper_server: module: 'ryba/zookeeper/server', required: true
    hadoop_core: module: 'ryba/hadoop/core', required: true
    hdfs_client: module: 'ryba/hadoop/hdfs_client', local: true
    solr_cloud: module: 'ryba/solr/cloud'
  configure:
    'ryba/solr/cloud/configure'
  commands:
    'prepare':
      'ryba/solr/cloud/prepare'
    'install': [
      'ryba/solr/cloud/install'
      'ryba/solr/cloud/start'
      'ryba/solr/cloud/check'
    ]
    'start':
      'ryba/solr/cloud/start'
    'stop':
      'ryba/solr/cloud/stop'
    'check': [
      'ryba/solr/cloud/wait'
      'ryba/solr/cloud/check'
    ]