You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/08/08 16:03:53 UTC

bigtop git commit: BIGTOP-2866: Fix rmr and people directory error

Repository: bigtop
Updated Branches:
  refs/heads/master 7d574a512 -> 247e839c9


BIGTOP-2866: Fix rmr and people directory error

Closes #274

Signed-off-by: Konstantin Boudnik <ko...@epam.com>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/247e839c
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/247e839c
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/247e839c

Branch: refs/heads/master
Commit: 247e839c93cf9ac0c7cc422688490cd03105c2d2
Parents: 7d574a5
Author: Naresh Bhat <na...@linaro.org>
Authored: Mon Aug 7 15:04:59 2017 +0530
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Tue Aug 8 09:03:29 2017 -0700

----------------------------------------------------------------------
 bigtop-tests/smoke-tests/spark/TestSpark.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/247e839c/bigtop-tests/smoke-tests/spark/TestSpark.groovy
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/spark/TestSpark.groovy b/bigtop-tests/smoke-tests/spark/TestSpark.groovy
index 9250809..b4a8c06 100644
--- a/bigtop-tests/smoke-tests/spark/TestSpark.groovy
+++ b/bigtop-tests/smoke-tests/spark/TestSpark.groovy
@@ -62,7 +62,7 @@ class TestSpark {
   public static void tearDown() {
     sh.exec("hdfs dfs -ls")
     logError(sh)
-    sh.exec("hdfs dfs -rmr people* examples")
+    sh.exec("hdfs dfs -rm -r examples")
     logError(sh)
   }