Commit 1b6c81d0 authored by Marco Mariani's avatar Marco Mariani

hadoop-demo: updated and tested SR; moved to software/unstable

parent b8c1fad9
[buildout] [buildout]
extends = extends =
../../stack/hadoop/buildout.cfg ../../../stack/hadoop/buildout.cfg
parts = parts =
slapos-cookbook slapos-cookbook
libffi
python-cffi
eggs eggs
java java
hadoop hadoop
...@@ -13,7 +15,6 @@ parts = ...@@ -13,7 +15,6 @@ parts =
instance instance
[instance] [instance]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in url = ${:_profile_base_location_}/instance.cfg.in
...@@ -22,3 +23,9 @@ output = ${buildout:directory}/instance.cfg ...@@ -22,3 +23,9 @@ output = ${buildout:directory}/instance.cfg
mode = 0644 mode = 0644
[versions]
collective.recipe.template = 1.11
cp.recipe.cmd = 0.5nxd001
plone.recipe.command = 1.1
slapos.recipe.template = 2.5
...@@ -2,10 +2,16 @@ ...@@ -2,10 +2,16 @@
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/libffi/buildout.cfg
../../component/pkgconfig/buildout.cfg
../../component/python-cffi/buildout.cfg
../../component/java/buildout.cfg ../../component/java/buildout.cfg
parts = parts =
slapos-cookbook slapos-cookbook
libffi
python-cffi
eggs eggs
java java
hadoop hadoop
...@@ -24,9 +30,10 @@ eggs = ...@@ -24,9 +30,10 @@ eggs =
[hadoop] [hadoop]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
filename = hadoop-2.2.0.tar.gz version = 2.5.1
url = http://apache.mirrors.spacedump.net/hadoop/common/stable/${:filename} filename = hadoop-${:version}.tar.gz
md5sum = 25f27eb0b5617e47c032319c0bfd9962 url = http://apache.mirrors.spacedump.net/hadoop/common/hadoop-${:version}/${:filename}
md5sum = 015b12d790701deb4de9a647013f72a9
download-only = true download-only = true
mode = 0644 mode = 0644
strip-top-level-dir = true strip-top-level-dir = true
...@@ -36,7 +43,7 @@ strip-top-level-dir = true ...@@ -36,7 +43,7 @@ strip-top-level-dir = true
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-streaming/0.20.203.0/hadoop-streaming-0.20.203.0.jar url = http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-streaming/0.20.203.0/hadoop-streaming-0.20.203.0.jar
download-only = true download-only = true
#md5sum = md5sum = 792c7df75b63e477fef12988b7cced6f
mode = 0644 mode = 0644
...@@ -44,7 +51,7 @@ mode = 0644 ...@@ -44,7 +51,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-stack.cfg.in url = ${:_profile_base_location_}/instance-stack.cfg.in
output = ${buildout:directory}/instance-stack.cfg output = ${buildout:directory}/instance-stack.cfg
# md5sum = md5sum = 3c846dd1269aeef43cd2d5448463563b
mode = 0644 mode = 0644
...@@ -46,6 +46,6 @@ promises = $${directories:etc}/promise ...@@ -46,6 +46,6 @@ promises = $${directories:etc}/promise
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template/start-daemons.sh.in url = ${:_profile_base_location_}/template/start-daemons.sh.in
output = $${directories:bin}/start-daemons.sh output = $${directories:bin}/start-daemons.sh
# md5sum = md5sum = 35a51a7f826d29e47c564c57e954db80
mode = 0755 mode = 0755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment