implemented synch for single mdstore
This commit is contained in:
parent
5a48a2fb18
commit
5e4866d033
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue