Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhifan huang
slapos
Commits
e61c686e
Commit
e61c686e
authored
Feb 18, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hadoop: instance.cfg
parent
079c0a49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
software/hadoop/instance.cfg.in
software/hadoop/instance.cfg.in
+14
-0
software/hadoop/software.cfg
software/hadoop/software.cfg
+9
-0
No files found.
software/hadoop/instance.cfg.in
View file @
e61c686e
[buildout]
[buildout]
parts =
parts =
deploy-config
sh-environment
sh-environment
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
[sh-environment]
[sh-environment]
# environment needed for running/debugging the applications, exported to a shell script to be sourced.
# environment needed for running/debugging the applications, exported to a shell script to be sourced.
...
@@ -19,3 +23,13 @@ input = inline:
...
@@ -19,3 +23,13 @@ input = inline:
export HADOOP_YARN_HOME="${hadoop:location}"
export HADOOP_YARN_HOME="${hadoop:location}"
[deploy-config]
recipe = cp.recipe.cmd
update_cmd = /bin/true
install_cmd =
cp -a ${hadoop:location}/etc $${buildout:directory}/
software/hadoop/software.cfg
View file @
e61c686e
...
@@ -6,11 +6,20 @@ extends =
...
@@ -6,11 +6,20 @@ extends =
parts =
parts =
slapos-cookbook
slapos-cookbook
eggs
java
java
hadoop
hadoop
instance
instance
[eggs]
recipe = zc.recipe.egg
eggs =
slapos.cookbook
collective.recipe.template
cp.recipe.cmd
[hadoop]
[hadoop]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
url = http://apache.mirrors.spacedump.net/hadoop/common/stable/hadoop-2.2.0.tar.gz
url = http://apache.mirrors.spacedump.net/hadoop/common/stable/hadoop-2.2.0.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment