Repository: falcon Updated Branches: refs/heads/master b03da47a0 -> 966a5bf40
FALCON-1816 Fix findbugs-exclude.xml path and hadoop version in falcon-regression pom. Contributed by Paul Isaychuk. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/966a5bf4 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/966a5bf4 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/966a5bf4 Branch: refs/heads/master Commit: 966a5bf401f9daeb0623421d720f678c4dc0cb46 Parents: b03da47 Author: Ajay Yadava <[email protected]> Authored: Thu Feb 4 13:42:46 2016 +0530 Committer: Ajay Yadava <[email protected]> Committed: Thu Feb 4 13:42:46 2016 +0530 ---------------------------------------------------------------------- falcon-regression/CHANGES.txt | 2 ++ falcon-regression/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/966a5bf4/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index ccd9ceb..eaf3caa 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -391,6 +391,8 @@ Trunk (Unreleased) FALCON-681 delete duplicate feed retention test from falcon regression (SamarthG) BUG FIXES + FALCON-1816 Fix findbugs-exclude.xml path and hadoop version in falcon-regression pom (Paul Isaychuk via Ajay Yadava) + FALCON-1701 HiveDr, ClusterSetupTest, MirrorSummaryTest fixes(Murali Ramasami via Ajay Yadava) FALCON-1489 Partial status http response code returns 200(Pragya Mittal via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/966a5bf4/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index 365a104..28c7a11 100644 --- a/falcon-regression/pom.xml +++ b/falcon-regression/pom.xml @@ -42,7 +42,7 @@ <oozie.version>4.1.0</oozie.version> <hive.version>1.2.1</hive.version> <hcatalog.version>1.2.1</hcatalog.version> - <hadoop.version>2.6.2</hadoop.version> + <hadoop.version>2.7.1</hadoop.version> <testng.exclude.pattern>nothing</testng.exclude.pattern> <testng.include.pattern>**/Test*.java,**/*Test.java,**/*TestCase.java</testng.include.pattern> </properties> @@ -467,7 +467,7 @@ <!--debug>true</debug --> <xmlOutput>true</xmlOutput> <excludeFilterFile> - ${project.basedir}/../../checkstyle/src/main/resources/falcon/findbugs-exclude.xml + ${project.basedir}/../../src/build/findbugs-exclude.xml </excludeFilterFile> <failOnError>true</failOnError> <skip>${skipCheck}</skip>
