This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new d34884e AMBARI-23945. Infra Solr Migration: Fix Atlas edge index
location.
d34884e is described below
commit d34884e51922f0e394ad50578be2283cf1d2361d
Author: Oliver Szabo <[email protected]>
AuthorDate: Mon Jun 4 02:53:13 2018 +0200
AMBARI-23945. Infra Solr Migration: Fix Atlas edge index location.
---
.../ambari-infra-solr-client/src/main/python/migrationHelper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
b/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
index 7866ed3..4a971b2 100755
--- a/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
+++ b/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
@@ -923,7 +923,7 @@ def backup_collections(options, accessor, parser, config,
service_filter):
print 'Collection {0} does not exist or filtered out. Skipping backup
operation.'.format(vertex_index_collection)
edge_index_collection = config.get('atlas_collections', 'edge_index_name')
if edge_index_collection in collections:
- edge_index_location = get_atlas_index_location(vertex_index_collection,
config, options)
+ edge_index_location = get_atlas_index_location(edge_index_collection,
config, options)
do_backup_request(options, accessor, parser, config,
edge_index_collection, edge_index_location)
else:
print 'Collection {0} does not exist or filtered out. Skipping backup
operation.'.format(edge_index_collection)
--
To stop receiving notification emails like this one, please contact
[email protected].