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
3d212311
Commit
3d212311
authored
Nov 28, 2016
by
ayubpathan
Committed by
Madhan Neethiraj
Nov 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1336: fixed StormHookIT
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
20aa6cf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
pom.xml
addons/storm-bridge/pom.xml
+27
-0
release-log.txt
release-log.txt
+2
-0
No files found.
addons/storm-bridge/pom.xml
View file @
3d212311
...
@@ -447,6 +447,10 @@
...
@@ -447,6 +447,10 @@
<key>
atlas.conf
</key>
<key>
atlas.conf
</key>
<value>
${project.build.directory}/../../../typesystem/target/test-classes
</value>
<value>
${project.build.directory}/../../../typesystem/target/test-classes
</value>
</systemProperty>
</systemProperty>
<systemProperty>
<key>
atlas.home
</key>
<value>
${project.basedir}/target
</value>
</systemProperty>
</systemProperties>
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopPort>
31001
</stopPort>
...
@@ -511,6 +515,29 @@
...
@@ -511,6 +515,29 @@
<groupId>
net.alchim31.maven
</groupId>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
<artifactId>
scala-maven-plugin
</artifactId>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-resources
</id>
<phase>
validate
</phase>
<goals>
<goal>
copy-resources
</goal>
</goals>
<configuration>
<outputDirectory>
${basedir}/target/models
</outputDirectory>
<resources>
<resource>
<directory>
${basedir}/../models
</directory>
<filtering>
true
</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
release-log.txt
View file @
3d212311
...
@@ -9,6 +9,8 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
...
@@ -9,6 +9,8 @@ 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-1336 fixed StormHookIT (ayubpathan via mneethiraj)
ATLAS-1335 multi-value attribute handling in AtlasStructType to be consistent with TypeSystem for backward compatibility (mneethiraj)
ATLAS-1333 Storm Hook fails to capture the topology (svimal2106)
ATLAS-1333 Storm Hook fails to capture the topology (svimal2106)
ATLAS-1291 Type "hive_column_lineage" not present in hive_model.json (svimal2106)
ATLAS-1291 Type "hive_column_lineage" not present in hive_model.json (svimal2106)
ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106)
ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106)
...
...
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