Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
710c17f5
Commit
710c17f5
authored
Nov 17, 2016
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1306: bootstrap type-load ignores model file contents if a type in the file already exists
parent
1b066acb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
release-log.txt
release-log.txt
+1
-1
AtlasTypeDefStoreInitializer.java
...ository/store/bootstrap/AtlasTypeDefStoreInitializer.java
+1
-1
No files found.
release-log.txt
View file @
710c17f5
...
@@ -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)
...
...
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
View file @
710c17f5
...
@@ -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
(
types
Def
);
typeDefStore
.
createTypesDef
(
types
ToCreate
);
}
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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment