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

Hadoop: cache more packages

parent 5a4069dd
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ EOF ...@@ -25,7 +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 -dy ansible fail2ban less man mc puppet-master rsync vim 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