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
9e59fabe
Commit
9e59fabe
authored
Sep 26, 2017
by
Péter Gergő Barna
Committed by
Madhan Neethiraj
Sep 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2176: NegativeSSLAndKerberosTest failing due to error in initialization
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
234b3005
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AtlasTypeDefStoreInitializer.java
...ository/store/bootstrap/AtlasTypeDefStoreInitializer.java
+2
-0
No files found.
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
View file @
9e59fabe
...
...
@@ -118,6 +118,7 @@ public class AtlasTypeDefStoreInitializer implements ActiveStateChangeHandler {
File
topModeltypesDir
=
new
File
(
modelsDirName
);
File
[]
modelsDirContents
=
topModeltypesDir
.
exists
()
?
topModeltypesDir
.
listFiles
()
:
null
;
if
(
modelsDirContents
!=
null
&&
modelsDirContents
.
length
>
0
)
{
Arrays
.
sort
(
modelsDirContents
);
for
(
File
folder
:
modelsDirContents
)
{
...
...
@@ -129,6 +130,7 @@ public class AtlasTypeDefStoreInitializer implements ActiveStateChangeHandler {
loadModelsInFolder
(
folder
);
}
}
}
// load any files in the top models folder and any associated patches.
loadModelsInFolder
(
topModeltypesDir
);
...
...
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