Add 'psmisc' to bootstrap_system.sh.

testdata/bin/kill-all.sh uses /usr/bin/killall, which
is provided by the 'psmisc' package on Ubuntu. This
commit adds the package to the list of packages we install.

The Docker base image for Ubuntu 16.04 doesn't contain this package,
which is how this came up.

Change-Id: I378b6fbfaaaa7a7b3f0b42ecf064e98cfe6e29b3
Reviewed-on: http://gerrit.cloudera.org:8080/8306
Reviewed-by: Jim Apple <[email protected]>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/8e6dd8a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/8e6dd8a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/8e6dd8a8

Branch: refs/heads/master
Commit: 8e6dd8a8059a678eaa6000a1f7e8afd43892fad3
Parents: b95732b
Author: Philip Zeyliger <[email protected]>
Authored: Tue Oct 17 16:15:47 2017 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Wed Oct 18 21:09:16 2017 +0000

----------------------------------------------------------------------
 bin/bootstrap_system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8e6dd8a8/bin/bootstrap_system.sh
----------------------------------------------------------------------
diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh
index 43cf02d..2229c24 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -105,7 +105,7 @@ eval "$SET_IMPALA_HOME"
 
 apt-get --yes install ccache g++ gcc libffi-dev liblzo2-dev libkrb5-dev 
libsasl2-dev \
         libssl-dev make maven ninja-build ntp ntpdate python-dev 
python-setuptools \
-        postgresql ssh wget vim-common
+        postgresql ssh wget vim-common psmisc
 
 if ! { service --status-all | grep -E '^ \[ \+ \]  ssh$'; }
 then

Reply via email to