ATLAS-942 Jenkins build failure - GraphRepoMapperScaleTest (shwethags)
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/79f208ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/79f208ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/79f208ef Branch: refs/heads/0.7-incubating Commit: 79f208ef9a70aad2f68fb97427966c7b5ed2b90f Parents: 2f67fff Author: Shwetha GS <[email protected]> Authored: Wed Jun 29 11:56:35 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Wed Jun 29 11:56:35 2016 +0530 ---------------------------------------------------------------------- distro/src/main/assemblies/src-package.xml | 1 + release-log.txt | 5 +++-- repository/src/test/java/org/apache/atlas/TestUtils.java | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/79f208ef/distro/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/distro/src/main/assemblies/src-package.xml b/distro/src/main/assemblies/src-package.xml index d8853d1..a17b31e 100755 --- a/distro/src/main/assemblies/src-package.xml +++ b/distro/src/main/assemblies/src-package.xml @@ -41,6 +41,7 @@ <exclude>distro/solr/**</exclude> <exclude>**/${sys:atlas.data}/**</exclude> <exclude>**/atlas.data/**</exclude> + <exclude>**/*.patch</exclude> </excludes> </fileSet> </fileSets> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/79f208ef/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 8608517..bc8370d 100644 --- a/release-log.txt +++ b/release-log.txt @@ -31,6 +31,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-942 Jenkins build failure - GraphRepoMapperScaleTest (shwethags) ATLAS-920 Lineage graph is broken when there are multiple paths from same source table (kevalbhatt18 via sumasai) ATLAS-940 Type cache implementation property name in atlas-application.properties is incorrect ( dkantor via sumasai) ATLAS-431 Remove un-used licenses (shwethags) @@ -49,7 +50,7 @@ ATLAS-926 Change version in 0.7 branch to 0.7-incubating (shwethags) ATLAS-922 remove test atlas-application.properties embedded in atlas-typesystem.jar (madhan.neethiraj via yhemanth) ATLAS-725 UI : Filter out or highlight deleted entities in search result outputs(dsl, text) , schema view, and lineage graph (kevalbhatt18 via sumasai) ATLAS-897 Atlas UI: Feature to associate multiple assets with a term. (kevalbhatt18 via sumasai) -ATLAS-866 Improve association of terms with entity (Show tree view) (kevalbhatt18 via sumasai) +ATLAS-886 Improve association of terms with entity (Show tree view) (kevalbhatt18 via sumasai) ATLAS-877 CreateTime of an entity(for example hive table) changes for every update (sumasai) ATLAS-642 import-hive should create the lineage for external tables (svimal2106 via sumasai) ATLAS-901 Log messages that cannot be sent to Kafka to a specific log configuration (yhemanth) @@ -171,7 +172,7 @@ ATLAS-422 JavaDoc NotificationConsumer and NotificationInterface.(tbeerbower via ATLAS-536 Falcon hook loads incorrect configuration when -Datlas.conf is not given when falcon server startup (ayubkhan via shwethags) ATLAS-502 UI: Provide the ability to search for tags (anilsg via shwethags) ATLAS-364 UI Code standardization (darshankumar89 via shwethags) -ATLAS_396 Creating an entity with non-existing type results in "Unable to deserialize json" error (guptaneeru via sumasai) +ATLAS-396 Creating an entity with non-existing type results in "Unable to deserialize json" error (guptaneeru via sumasai) ATLAS-318 Config file conatining API endpoint + all api calls to be centralized (sanjayp via sumasai) ATLAS-471 Atlas Server could run out of memory due to Scala memory leak (yhemanth via sumasai) ATLAS-486 Updated pom.xml to fix scm url and upgrade plugin (sneethiraj via sumasai) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/79f208ef/repository/src/test/java/org/apache/atlas/TestUtils.java ---------------------------------------------------------------------- diff --git a/repository/src/test/java/org/apache/atlas/TestUtils.java b/repository/src/test/java/org/apache/atlas/TestUtils.java index 0ce7acb..a159496 100755 --- a/repository/src/test/java/org/apache/atlas/TestUtils.java +++ b/repository/src/test/java/org/apache/atlas/TestUtils.java @@ -43,6 +43,7 @@ import org.apache.commons.lang.RandomStringUtils; import org.testng.Assert; import java.io.File; +import java.util.ArrayList; import java.util.Collection; import java.util.Date; @@ -334,7 +335,7 @@ public final class TestUtils { TypesDef typesDef = defineHiveTypes(); return typeSystem.defineTypes(typesDef).values(); } - return null; + return new ArrayList<>(); } public static final String randomString() {
