-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdatasticks-down.sh
executable file
·57 lines (39 loc) · 1.13 KB
/
datasticks-down.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
echo '...NetflixOSS Core Components...'
kubectl delete rc netflix
echo '...MySql...'
kubectl delete rc mysql-master
echo '...ZooKeeper...'
kubectl delete rc zookeeper
echo '...Redis...'
kubectl delete rc redis-master
echo '...Spark Master...'
kubectl delete rc spark-master-2-0-1
echo '...Spark Worker...'
kubectl delete rc spark-worker-2-0-1
echo '...Hive Metastore...'
kubectl delete rc metastore
echo '...Zeppelin...'
kubectl delete rc zeppelin-master
echo '...JupyterHub...'
kubectl delete rc jupyterhub-master
echo '...Airflow Scheduler...'
kubectl delete rc airflow
echo '...Presto Master...'
kubectl delete rc presto-master
echo '...Presto Worker...'
kubectl delete rc presto-worker
echo '...Presto AirPal...'
kubectl delete rc airpal
echo '...Kafka...'
kubectl delete rc kafka-0-10
echo '...Dashboard...'
kubectl delete rc weavescope-app
kubectl delete ds weavescope-probe
echo '...NetflixOSS-based Prediction Services...'
kubectl delete rc prediction
echo '...TensorFlow Serving-based Prediction Services...'
kubectl delete rc tensorflow
echo '...Cassandra...'
kubectl delete rc cassandra
echo '...Apache...'
kubectl delete rc apache