栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 前沿技术 > 大数据 > 大数据系统

制作Hybris Solr docker基础镜像

制作Hybris Solr docker基础镜像

Solr base Image

The Solr base image contains a customized SOLR search engine. It contains Hybris-specific modifications and extensions for better use with our platform. It can be run as standalone or cloud setup. Cloud setup requires zookeeper (also provided as base image)

Running the Solr Image in a Standalone Mode

To run the Solr image in the standalone mode, provide it with a default command, as shown in the sample docker-compose.yaml:

solr:

image: ybase_solr

command: default

volumes:

- ./state/solr:/opt/solr/server/solr/cores

Running the Solr Image in the Cloud Mode

To run Solr in the cloud mode:

  • pass it the cloud startup command

  • mount a data core volume for each instance

For the cloud mode, you also need zookeeper for managing the configuration.

See the sample docker-compose.yaml:

zookeeper1:

image: ybase_zookeeper

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/651294.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号