Repository: incubator-atlas Updated Branches: refs/heads/master f6592123e -> 35d42ad19
ATLAS-304 surefire fails to run tests if maven project directory path has embedded space(dkantor 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/35d42ad1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/35d42ad1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/35d42ad1 Branch: refs/heads/master Commit: 35d42ad1976ed17853044fcc1877db0ef7ece056 Parents: f659212 Author: Suma Shivaprasad <[email protected]> Authored: Tue Nov 17 10:17:25 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Tue Nov 17 10:18:36 2015 +0530 ---------------------------------------------------------------------- pom.xml | 4 ++-- release-log.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/35d42ad1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0028d31..b48f7e8 100755 --- a/pom.xml +++ b/pom.xml @@ -1385,7 +1385,7 @@ <forkMode>always</forkMode> <redirectTestOutputToFile>true</redirectTestOutputToFile> <argLine>-Djava.awt.headless=true -Dproject.version=${project.version} - -Dhadoop.tmp.dir=${project.build.directory}/tmp-hadoop-${user.name} + -Dhadoop.tmp.dir="${project.build.directory}/tmp-hadoop-${user.name}" -Xmx1024m -XX:MaxPermSize=512m -Dlog4j.configuration=atlas-log4j.xml -Djava.net.preferIPv4Stack=true </argLine> @@ -1412,7 +1412,7 @@ </systemPropertyVariables> <redirectTestOutputToFile>true</redirectTestOutputToFile> <argLine>-Djava.awt.headless=true -Dproject.version=${project.version} - -Dhadoop.tmp.dir=${project.build.directory}/tmp-hadoop-${user.name} + -Dhadoop.tmp.dir="${project.build.directory}/tmp-hadoop-${user.name}" -Xmx1024m -XX:MaxPermSize=512m -Dlog4j.configuration=atlas-log4j.xml </argLine> <parallel>none</parallel> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/35d42ad1/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index e5ea647..3e0ee9c 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ALL CHANGES: +ATLAS-304 surefire fails to run tests if maven project directory path has embedded space(dkantor via sumasai) ATLAS-301 Atlas Distribution module test is failing (yhemanth via shwethags) ATLAS-114 Upgrade hbase client to 1.1.2 (sumasai) ATLAS-296 IllegalArgumentException during hive HiveHookIT integration tests (tbeerbower via shwethags)
