----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72441/ -----------------------------------------------------------
(Updated May 26, 2020, 9:58 a.m.) Review request for atlas, Ashutosh Mestry, Bolke de Bruin, madhan, and Sarath Subramanian. Changes ------- setting default value for solr mode to cloud Repository: atlas Description ------- Atlas does not support running Solr in standalone(http) mode. It is especially useful for testing purposes to make setup as simple as possible without Zookeeper. It also enables full integration with JanusGraph as it support both mode of running Solr `cloud` and `http` https://docs.janusgraph.org/index-backend/solr/. Additional benefit is to decouple hbase and solr while running embedded mode so that solr can be run in embbeded mode with external hbase. Proposed solution call solr V1 API while creating/updating request handlers in standalone solr update atlas start script to enable standalone embedded solr Reference to jira https://issues.apache.org/jira/browse/ATLAS-3654 Patch was applied against master branch Diffs (updated) ----- distro/src/bin/atlas_config.py f09026ff9 docs/src/documents/Setup/InstallationInstruction.md d1b22d624 graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphIndexClient.java ba65f3d00 graphdb/janus/src/main/java/org/janusgraph/diskstorage/solr/Solr6Index.java 484c161f0 Diff: https://reviews.apache.org/r/72441/diff/4/ Changes: https://reviews.apache.org/r/72441/diff/3-4/ Testing ------- Patch was applied and verified on our dev env with embedded solr and external hbase. Thanks, Damian Warszawski