implemented synch for single mdstore

This commit is contained in:
Sandro La Bruzzo 2022-12-12 11:29:46 +01:00
parent 5a48a2fb18
commit 5e4866d033
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ public class MigrateMongoMdstoresApplication extends AbstractMigrationApplicatio
.forEach( .forEach(
consumeMDStore( consumeMDStore(
mdFormat, mdLayout, mdInterpretation, hdfsPath, fileSystem, mongoBaseUrl, mongoDb, hdfsMDStores)); mdFormat, mdLayout, mdInterpretation, hdfsPath, fileSystem, mongoBaseUrl, mongoDb, hdfsMDStores));
// TODO: DELETE MDStORE FOLDER NOT PRESENT IN MONGO
} }
/** /**