Install cloudera packages withouti their starting

Change-Id: Iee836c1b1075f2d873410e7d44fb3d713367131b
Partially-bug: #1367723
This commit is contained in:
Sergey Reshetnyak 2014-09-10 16:26:27 +04:00
parent 74c6178d13
commit 5400b252ee
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -eux
if [ $(lsb_release -is) = 'Ubuntu' ]; then
export DEBIAN_FRONTEND=noninteractive
export RUNLEVEL=1
fi
install-packages cloudera-manager-agent \
@ -19,3 +20,7 @@ hadoop-yarn-nodemanager \
hadoop-mapreduce \
hadoop-mapreduce-historyserver \
oozie
if [ $(lsb_release -is) = 'Ubuntu' ]; then
unset RUNLEVEL
fi