Repository: hama Updated Branches: refs/heads/master 6161c2596 -> de4fea5e6
Fixing build fails Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/de4fea5e Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/de4fea5e Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/de4fea5e Branch: refs/heads/master Commit: de4fea5e6bd9d41706f421a89332521a41c053a6 Parents: 6161c25 Author: Edward J. Yoon <[email protected]> Authored: Wed Sep 23 09:32:45 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Wed Sep 23 09:32:45 2015 +0900 ---------------------------------------------------------------------- core/src/test/java/org/apache/hama/bsp/TestPartitioning.java | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/de4fea5e/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java b/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java index ccc5e13..00c63fd 100644 --- a/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java +++ b/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java @@ -82,7 +82,7 @@ public class TestPartitioning extends HamaCluster { conf.setInt(Constants.ZOOKEEPER_SESSION_TIMEOUT, 600); bsp.setInputFormat(TextInputFormat.class); bsp.setOutputFormat(NullOutputFormat.class); - FileInputFormat.setInputPaths(bsp, "../CHANGES.txt,../README.txt"); + FileInputFormat.setInputPaths(bsp, "../CHANGES.txt,../README.md"); bsp.setPartitioner(HashPartitioner.class); assertTrue(bsp.waitForCompletion(true)); http://git-wip-us.apache.org/repos/asf/hama/blob/de4fea5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8cc94c6..28086e1 100644 --- a/pom.xml +++ b/pom.xml @@ -411,6 +411,7 @@ </executions> <configuration> <excludes> + <exclude>**/*.md</exclude> <exclude>.idea/**</exclude> <exclude>.git/**</exclude> <exclude>.repository/**</exclude>
