Commit 710c17f5 by Madhan Neethiraj

ATLAS-1306: bootstrap type-load ignores model file contents if a type in the file already exists

parent 1b066acb
...@@ -9,7 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ...@@ -9,7 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES: ALL CHANGES:
ATLAS-1306 bootstrap type-load ignores model file contents if a type in the file already exists
ATLAS-1299 The project org.apache.atlas:atlas-hbase-client-shaded - build error (shwethags) ATLAS-1299 The project org.apache.atlas:atlas-hbase-client-shaded - build error (shwethags)
ATLAS-1246 Upgrade versions of dependencies (shwethags) ATLAS-1246 Upgrade versions of dependencies (shwethags)
ATLAS-1244 added support for KnoxSSO Authentication (nixonrodrigues via mneethiraj) ATLAS-1244 added support for KnoxSSO Authentication (nixonrodrigues via mneethiraj)
......
...@@ -127,7 +127,7 @@ public class AtlasTypeDefStoreInitializer { ...@@ -127,7 +127,7 @@ public class AtlasTypeDefStoreInitializer {
LOG.info("Loading types defined in file {}", typeDefFile.getAbsolutePath()); LOG.info("Loading types defined in file {}", typeDefFile.getAbsolutePath());
typeDefStore.createTypesDef(typesDef); typeDefStore.createTypesDef(typesToCreate);
} catch (Throwable t) { } catch (Throwable t) {
LOG.error("error while registering types in file " + typeDefFile.getAbsolutePath(), t); LOG.error("error while registering types in file " + typeDefFile.getAbsolutePath(), t);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment