forked from D-Net/dnet-hadoop
implemented synch for single mdstore
This commit is contained in:
parent
5a48a2fb18
commit
5e4866d033
|
@ -108,6 +108,9 @@ public class MigrateMongoMdstoresApplication extends AbstractMigrationApplicatio
|
|||
.forEach(
|
||||
consumeMDStore(
|
||||
mdFormat, mdLayout, mdInterpretation, hdfsPath, fileSystem, mongoBaseUrl, mongoDb, hdfsMDStores));
|
||||
|
||||
// TODO: DELETE MDStORE FOLDER NOT PRESENT IN MONGO
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue