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
ce73ec35
Commit
ce73ec35
authored
Apr 01, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-618 Fix assembly for hdfs-module (sumasai via yhemanth)
parent
e4aa387f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
3 deletions
+28
-3
pom.xml
addons/falcon-bridge/pom.xml
+5
-0
pom.xml
addons/hive-bridge/pom.xml
+10
-0
HiveHookIT.java
.../src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
+0
-2
pom.xml
addons/storm-bridge/pom.xml
+5
-0
pom.xml
distro/pom.xml
+1
-1
standalone-package.xml
distro/src/main/assemblies/standalone-package.xml
+6
-0
release-log.txt
release-log.txt
+1
-0
No files found.
addons/falcon-bridge/pom.xml
View file @
ce73ec35
...
...
@@ -156,6 +156,11 @@
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
hdfs-model
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
org.scala-lang
</groupId>
<artifactId>
scala-compiler
</artifactId>
<version>
${scala.version}
</version>
...
...
addons/hive-bridge/pom.xml
View file @
ce73ec35
...
...
@@ -103,6 +103,11 @@
<artifactId>
atlas-notification
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
hdfs-model
</artifactId>
</dependency>
<!-- to bring up atlas server for integration tests -->
<dependency>
<groupId>
org.apache.atlas
</groupId>
...
...
@@ -225,6 +230,11 @@
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
hdfs-model
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
atlas-common
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
...
...
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
View file @
ce73ec35
...
...
@@ -288,8 +288,6 @@ public class HiveHookIT {
String
processId
=
assertProcessIsRegistered
(
query
);
Referenceable
process
=
dgiCLient
.
getEntity
(
processId
);
Assert
.
assertNull
(
process
.
get
(
"inputs"
));
System
.
out
.
println
(
" Ref Ops : "
+
process
.
get
(
"outputs"
));
Assert
.
assertEquals
(((
List
<
Referenceable
>)
process
.
get
(
"outputs"
)).
size
(),
1
);
}
...
...
addons/storm-bridge/pom.xml
View file @
ce73ec35
...
...
@@ -194,6 +194,11 @@
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
hdfs-model
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
org.scala-lang
</groupId>
<artifactId>
scala-compiler
</artifactId>
<version>
${scala.version}
</version>
...
...
distro/pom.xml
View file @
ce73ec35
...
...
@@ -133,7 +133,7 @@
<dependencies>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
hive
-bridge
</artifactId>
<artifactId>
storm
-bridge
</artifactId>
<version>
0.7-incubating-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
distro/src/main/assemblies/standalone-package.xml
View file @
ce73ec35
...
...
@@ -81,6 +81,12 @@
<outputDirectory>
examples
</outputDirectory>
</fileSet>
<!-- addons/hdfs-model -->
<fileSet>
<directory>
../addons/hdfs-model/target/models
</directory>
<outputDirectory>
models
</outputDirectory>
</fileSet>
<!-- addons/hive -->
<fileSet>
<directory>
../addons/hive-bridge/src/bin
</directory>
...
...
release-log.txt
View file @
ce73ec35
...
...
@@ -13,6 +13,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-618 Fix assembly for hdfs-module (sumasai via yhemanth)
ATLAS-573 Inherited attributes disappear from entities after server restart (dkantor via sumasai)
ATLAS-525 Drop support for partitions, select query lineage, roles, principals, resource, hive_type...(sumasai via shwethags)
ATLAS-599 HDFS Path Model (sumasai via yhemanth)
...
...
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