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
7cc34713
Commit
7cc34713
authored
Jul 18, 2016
by
Madhan Neethiraj
Committed by
Suma Shivaprasad
Jul 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1032: Atlas hook package should not include libraries already present in host components
parent
038b6b31
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
15 deletions
+1
-15
pom.xml
addons/falcon-bridge/pom.xml
+0
-5
pom.xml
addons/hive-bridge/pom.xml
+0
-10
release-log.txt
release-log.txt
+1
-0
No files found.
addons/falcon-bridge/pom.xml
View file @
7cc34713
...
...
@@ -205,11 +205,6 @@
<artifactId>
gson
</artifactId>
<version>
${gson.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
${log4j.version}
</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>
...
...
addons/hive-bridge/pom.xml
View file @
7cc34713
...
...
@@ -254,20 +254,10 @@
<version>
${kafka.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
org.apache.hadoop
</groupId>
<artifactId>
hadoop-common
</artifactId>
<version>
${hadoop.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
<version>
${gson.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
${log4j.version}
</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>
...
...
release-log.txt
View file @
7cc34713
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-1032 Atlas hook package should not include libraries already present in host component - like log4j (mneethiraj via sumasai)
ATLAS-1027 Atlas hooks should use properties from atlas-application.properties, instead of component's configuration (mneethiraj via sumasai)
ATLAS-1030 Add instrumentation to measure performance: REST API (mneethiraj via sumasai)
ATLAS-996 DSL queries with comparsions of many primitive types fail (jnhagelb via shwethags)
...
...
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