Skip to content
Snippets Groups Projects
Commit 307912e5 authored by František Dvořák's avatar František Dvořák
Browse files

Hadoop: pre-download some possible packages

ansible for master only, additional packages in orchestrator, ...
parent eed1456d
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ EOF ...@@ -25,6 +25,7 @@ EOF
# download and pre-install # download and pre-install
chroot $BODI_CHROOT_PATH apt-get update chroot $BODI_CHROOT_PATH apt-get update
chroot $BODI_CHROOT_PATH apt-get install -dy ansible fail2ban mc rsync wget
chroot $BODI_CHROOT_PATH apt-get install -y hadoop hadoop-client hadoop-hdfs hadoop-mapreduce hadoop-yarn hbase hive-jdbc python-scipy zookeeper chroot $BODI_CHROOT_PATH apt-get install -y hadoop hadoop-client hadoop-hdfs hadoop-mapreduce hadoop-yarn hbase hive-jdbc python-scipy zookeeper
for d in $DAEMONS; do for d in $DAEMONS; do
echo '#! /bin/sh' > $BODI_CHROOT_PATH/etc/init.d/${d} echo '#! /bin/sh' > $BODI_CHROOT_PATH/etc/init.d/${d}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment