You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/06/02 03:12:58 UTC

[3/4] incubator-iota git commit: installing spark in /opt

installing spark in /opt


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/5ed64cdc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/5ed64cdc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/5ed64cdc

Branch: refs/heads/asf
Commit: 5ed64cdcfbf3089784422d84f525b3e914cfe5a2
Parents: 3d1b17c
Author: dalir <am...@litbit.com>
Authored: Sun May 22 01:13:32 2016 +0100
Committer: dalir <am...@litbit.com>
Committed: Sun May 22 01:13:32 2016 +0100

----------------------------------------------------------------------
 iota_image_builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/5ed64cdc/iota_image_builder.sh
----------------------------------------------------------------------
diff --git a/iota_image_builder.sh b/iota_image_builder.sh
index b9065fd..0ff965e 100755
--- a/iota_image_builder.sh
+++ b/iota_image_builder.sh
@@ -698,7 +698,7 @@ if [ "$resp_spark" = "" ] || [ "$resp_spark" = "y" ] || [ "$resp_spark" = "yes"
     resp_spark="y"
     chroot sdcard apt-get -y install git &>/dev/null
     wget -P sdcard $spark_url
-    chroot sdcard tar xzf spark-1.6.1-bin-hadoop2.6.tgz &>/dev/null
+    chroot sdcard tar xzf spark-1.6.1-bin-hadoop2.6.tgz -C /opt
     rm sdcard/spark-1.6.1-bin-hadoop2.6.tgz*
     echo "[done]"