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
63ed2a5d
Commit
63ed2a5d
authored
Aug 15, 2017
by
David Radley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2045 Renumber shipped Atlas models
Signed-off-by:
David Radley
<
david_radley@uk.ibm.com
>
parent
56374ff7
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
1 deletion
+1
-1
1020-fs_model.json
addons/models/1020-fs_model.json
+0
-0
1030-hive_model.json
addons/models/1030-hive_model.json
+0
-0
1040-sqoop_model.json
addons/models/1040-sqoop_model.json
+0
-0
1050-falcon_model.json
addons/models/1050-falcon_model.json
+0
-0
1060-hbase_model.json
addons/models/1060-hbase_model.json
+0
-0
1070-kafka_model.json
addons/models/1070-kafka_model.json
+0
-0
1080-storm_model.json
addons/models/1080-storm_model.json
+0
-0
ImportServiceTest.java
...org/apache/atlas/repository/impexp/ImportServiceTest.java
+1
-1
No files found.
addons/models/
0
020-fs_model.json
→
addons/models/
1
020-fs_model.json
View file @
63ed2a5d
File moved
addons/models/
0
030-hive_model.json
→
addons/models/
1
030-hive_model.json
View file @
63ed2a5d
File moved
addons/models/
0
040-sqoop_model.json
→
addons/models/
1
040-sqoop_model.json
View file @
63ed2a5d
File moved
addons/models/
0
050-falcon_model.json
→
addons/models/
1
050-falcon_model.json
View file @
63ed2a5d
File moved
addons/models/
0
060-hbase_model.json
→
addons/models/
1
060-hbase_model.json
View file @
63ed2a5d
File moved
addons/models/
0
070-kafka_model.json
→
addons/models/
1
070-kafka_model.json
View file @
63ed2a5d
File moved
addons/models/
0
080-storm_model.json
→
addons/models/
1
080-storm_model.json
View file @
63ed2a5d
File moved
repository/src/test/java/org/apache/atlas/repository/impexp/ImportServiceTest.java
View file @
63ed2a5d
...
@@ -151,7 +151,7 @@ public class ImportServiceTest {
...
@@ -151,7 +151,7 @@ public class ImportServiceTest {
@Test
(
dataProvider
=
"ctas"
)
@Test
(
dataProvider
=
"ctas"
)
public
void
importCTAS
(
ZipSource
zipSource
)
throws
IOException
,
AtlasBaseException
{
public
void
importCTAS
(
ZipSource
zipSource
)
throws
IOException
,
AtlasBaseException
{
loadModelFromJson
(
"0010-base_model.json"
,
typeDefStore
,
typeRegistry
);
loadModelFromJson
(
"0010-base_model.json"
,
typeDefStore
,
typeRegistry
);
loadModelFromJson
(
"
0
030-hive_model.json"
,
typeDefStore
,
typeRegistry
);
loadModelFromJson
(
"
1
030-hive_model.json"
,
typeDefStore
,
typeRegistry
);
runImportWithNoParameters
(
getImportService
(),
zipSource
);
runImportWithNoParameters
(
getImportService
(),
zipSource
);
}
}
...
...
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