Repository: incubator-atlas Updated Branches: refs/heads/0.7-incubating 137f9e0e4 -> b31881eb7
ATLAS-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b31881eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b31881eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b31881eb Branch: refs/heads/0.7-incubating Commit: b31881eb792d9c9dae54e5822464e6d58e736d3f Parents: 137f9e0 Author: Suma Shivaprasad <[email protected]> Authored: Thu Jun 30 11:40:22 2016 -0700 Committer: Suma Shivaprasad <[email protected]> Committed: Thu Jun 30 11:42:22 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 - release-log.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b31881eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d637c7..ac3ceed 100755 --- a/pom.xml +++ b/pom.xml @@ -641,7 +641,6 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <version>${hadoop.version}</version> - <scope>test</scope> <exclusions> <exclusion> <groupId>javax.servlet</groupId> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b31881eb/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index b438b7e..75603a3 100644 --- a/release-log.txt +++ b/release-log.txt @@ -27,6 +27,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-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai) ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth) ATLAS-964 Cleanup NOTICE and LICENSE (shwethags) ATLAS-962 Include Apache Incubator disclaimer text on website (yhemanth via shwethags)
