Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
terraform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
HADOOP
terraform
Commits
a6294b84
Commit
a6294b84
authored
3 years ago
by
František Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
HDFS tar archiver into the image
parent
d04d1a17
No related branches found
No related tags found
No related merge requests found
Pipeline
#770
passed
3 years ago
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
image/hadoop.sh
+5
-0
5 additions, 0 deletions
image/hadoop.sh
with
5 additions
and
0 deletions
image/hadoop.sh
+
5
−
0
View file @
a6294b84
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment