This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 4a1f0e1 BIGTOP-3154. [Provisioner] Failed to bootstrap provisioning
environment on Debian/Ubuntu (#463)
4a1f0e1 is described below
commit 4a1f0e11b9b70cdf2518cc19a114918564a4dead
Author: Evans Ye <[email protected]>
AuthorDate: Tue Feb 5 13:47:02 2019 +0800
BIGTOP-3154. [Provisioner] Failed to bootstrap provisioning environment on
Debian/Ubuntu (#463)
---
provisioner/utils/setup-env-debian.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/provisioner/utils/setup-env-debian.sh
b/provisioner/utils/setup-env-debian.sh
index b2bd673..92e5715 100755
--- a/provisioner/utils/setup-env-debian.sh
+++ b/provisioner/utils/setup-env-debian.sh
@@ -17,6 +17,7 @@
enable_local_repo=${1:-false}
+apt-get update
# Setup rng-tools to improve virtual machine entropy performance.
# The poor entropy performance will cause kerberos provisioning failed.
apt-get -y install rng-tools