Updated Branches: refs/heads/master 25463a414 -> 38eafa088
BIGTOP-956. fix small issues with mahout, hue and oozie tests Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a07ebbb3 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a07ebbb3 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a07ebbb3 Branch: refs/heads/master Commit: a07ebbb34ee46295cc7e1ecbf97c1bf0c8981662 Parents: 25463a4 Author: Roman Shaposhnik <[email protected]> Authored: Thu May 2 09:54:46 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu May 2 09:54:46 2013 -0700 ---------------------------------------------------------------------- .../itest/mahout/smoke/TestMahoutExamples.groovy | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/a07ebbb3/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy b/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy index 8cc8efc..39ee306 100644 --- a/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy +++ b/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy @@ -65,6 +65,8 @@ public class TestMahoutExamples { "cd 20news-bydate", "tar xzf ${download_dir}/20news-bydate.tar.gz", "cd ..", + "mkdir 20news-all", + "cp -R 20news-bydate/*/* 20news-all", "mkdir reuters-sgm", "cd reuters-sgm", "tar xzf ${download_dir}/reuters21578.tar.gz",
