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

HDFS tar archiver into the image

parent d04d1a17
No related branches found
No related tags found
No related merge requests found
Pipeline #770 passed
......@@ -42,6 +42,11 @@ deb http://repos.bigtop.apache.org/releases/${ver}/debian/${os_maj}/amd64 bigtop
deb-src http://repos.bigtop.apache.org/releases/${ver}/debian/${os_maj}/amd64 bigtop contrib
EOF
# tar archiver
# wget https://gitlab.cesnet.cz/702/HADOOP/tar/-/jobs/1247/artifacts/raw/target/hadoop-tar-1.0.0-bin.jar -P $BODI_CHROOT_PATH/usr/local/share/
wget --timestamping https://maven.civ.zcu.cz/repository/maven-releases/org/apache/hadoop/tar/hadoop-tar/1.0.0/hadoop-tar-1.0.0-bin.jar -P $BODI_CHROOT_PATH/usr/local/share/
ln -sfv hadoop-tar-1.0.0-bin.jar $BODI_CHROOT_PATH/usr/local/share/hadoop-tar-bin.jar
# setup
cp -vp Puppetfile $BODI_CHROOT_PATH/etc/puppet/code/
chroot $BODI_CHROOT_PATH bash -c 'cd /etc/puppet/code; librarian-puppet install'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment