Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E207F200D56 for ; Tue, 12 Dec 2017 17:58:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E0B21160C23; Tue, 12 Dec 2017 16:58:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 32B67160BE7 for ; Tue, 12 Dec 2017 17:58:23 +0100 (CET) Received: (qmail 61218 invoked by uid 500); 12 Dec 2017 16:58:22 -0000 Mailing-List: contact commits-help@impala.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.apache.org Delivered-To: mailing list commits@impala.apache.org Received: (qmail 61200 invoked by uid 99); 12 Dec 2017 16:58:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 16:58:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3827EE0779; Tue, 12 Dec 2017 16:58:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tarmstrong@apache.org To: commits@impala.apache.org Date: Tue, 12 Dec 2017 16:58:23 -0000 Message-Id: In-Reply-To: <3db2517b3ab84729bf47c5520b13fab7@git.apache.org> References: <3db2517b3ab84729bf47c5520b13fab7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] impala git commit: Add 'lsof' to bootstrap_system. archived-at: Tue, 12 Dec 2017 16:58:24 -0000 Add 'lsof' to bootstrap_system. "be/src/kudu/security/test/mini_kdc.cc" uses lsof, which doesn't exist on the base ubuntu:16.04 Docker image; adding it in. Change-Id: I6a458f2ef0313b2d08d6dd21290f8a38fa6d07f7 Reviewed-on: http://gerrit.cloudera.org:8080/8813 Reviewed-by: Tim Armstrong Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/ebc00c75 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/ebc00c75 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/ebc00c75 Branch: refs/heads/master Commit: ebc00c75ac040ace797d227fe89c0744be9f57f4 Parents: 245df3c Author: Philip Zeyliger Authored: Mon Dec 11 16:18:08 2017 -0800 Committer: Impala Public Jenkins Committed: Tue Dec 12 04:01:42 2017 +0000 ---------------------------------------------------------------------- bin/bootstrap_system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/ebc00c75/bin/bootstrap_system.sh ---------------------------------------------------------------------- diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh index 92b5114..08a93aa 100755 --- a/bin/bootstrap_system.sh +++ b/bin/bootstrap_system.sh @@ -106,7 +106,8 @@ eval "$SET_IMPALA_HOME" apt-get --yes install ccache g++ gcc libffi-dev liblzo2-dev libkrb5-dev \ krb5-admin-server krb5-kdc krb5-user libsasl2-dev libsasl2-modules \ libsasl2-modules-gssapi-mit libssl-dev make maven ninja-build ntp \ - ntpdate python-dev python-setuptools postgresql ssh wget vim-common psmisc + ntpdate python-dev python-setuptools postgresql ssh wget vim-common psmisc \ + lsof if ! { service --status-all | grep -E '^ \[ \+ \] ssh$'; } then