----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73249/#review222765 -----------------------------------------------------------
intg/src/main/java/org/apache/atlas/AtlasConfiguration.java Lines 78 (patched) <https://reviews.apache.org/r/73249/#comment311940> consider renaming the configurations to: atlas.solr.vertex.index.collection.name = vertex_index atlas.solr.edge.index.collection.name = edge_index atlas.solr.fulltext.index.collection.name = fulltext_index - Sarath Subramanian On April 1, 2021, 3:52 a.m., chaitali wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/73249/ > ----------------------------------------------------------- > > (Updated April 1, 2021, 3:52 a.m.) > > > Review request for atlas, Jayendra Parab and Nixon Rodrigues. > > > Bugs: ATLAS-4221 > https://issues.apache.org/jira/browse/ATLAS-4221 > > > Repository: atlas > > > Description > ------- > > Currently in Atlas, the collection names are not configurable > > We need to provide functionality where in names of the solr collections can > be customized using property configuration > > > Diffs > ----- > > common/src/main/java/org/apache/atlas/repository/Constants.java 771287f75 > distro/src/bin/atlas_config.py 80b3bfb78 > distro/src/bin/atlas_start.py 7cf35a92a > distro/src/conf/atlas-application.properties e06e74a26 > intg/src/main/java/org/apache/atlas/AtlasConfiguration.java 08d6c9d4a > > > Diff: https://reviews.apache.org/r/73249/diff/3/ > > > Testing > ------- > > mvn clean install > mvn clean package -Pdist,embedded-hbase-solr > atlas server up and running > Collections created with entities linked > > > Thanks, > > chaitali > >
