File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 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
2417apache2-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
You can’t perform that action at this time.
0 commit comments