Skip to content

Commit e886aa4

Browse files
committed
updated deb-packages.txt
1 parent f701b75 commit e886aa4

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

setup/deb-packages.txt

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,9 @@
1313
# Deb Package Requirements
1414
# ============================================================================ #
1515

16-
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
17-
curl
18-
19-
# either of these should do to ensure ping command is present for find_active_server.py's ping mode
20-
iputils-ping
21-
#inetutils-ping
22-
2316
# for htpasswd for docker registry authenticated checks
2417
apache2-utils
2518

26-
# for anonymize_parallel.sh
27-
parallel
28-
29-
# needed for serf test's 'uptime' command
30-
procps
31-
3219
# installs 343MB of dependencies - install by hand if needed
3320
#ffmpeg
3421

@@ -41,5 +28,21 @@ procps
4128

4229
#which java || $(SUDO) apt-get install -y openjdk-8-jdk || $(SUDO) apt-get install -y openjdk-7-jdk
4330

44-
zip
45-
unzip
31+
# =====================================
32+
# installed by bash-tools submodule now
33+
34+
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
35+
#curl
36+
37+
# either of these should do to ensure ping command is present for find_active_server.py's ping mode
38+
#iputils-ping
39+
##inetutils-ping
40+
41+
# for anonymize_parallel.sh
42+
#parallel
43+
44+
# needed for serf test's 'uptime' command
45+
#procps
46+
47+
#zip
48+
#unzip

0 commit comments

Comments
 (0)