-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathKaramelfile
executable file
·53 lines (53 loc) · 1.09 KB
/
Karamelfile
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
dependencies:
- recipe: hops::install
global:
- conda::install
- kagent::install
- recipe: hops::ndb
global:
- ndb::mysqld
- ndb::restore_sql
- recipe: hops::nn
global:
- consul::master
- consul::slave
- ndb::mysqld_tls
- hops::ndb
# This is to handle upgrades from 0.6 to 0.7
# Make sure the hive db has been migrated with inodeid long
# before starting the fs.
- hive2::db
- recipe: hops::rm
global:
- hops::dn
- kzookeeper::default
- recipe: hops::dn
global:
- hops::nn
- kagent::default
- recipe: hops::nm
global:
- hops::rm
- hadoop_spark::yarn
- hops::docker_registry
- recipe: hops::jhs
global:
- hops::dn
- recipe: hops::client
global:
- hops::nn
- recipe: hops::test
global:
- hops::dn
- recipe: hops::docker_image
global:
- hops::docker_registry
- recipe: hops::docker_registry
global:
- hops::nn
- consul::master
- consul::slave
- recipe: hops::fuse_mnt
global:
- hops::nn
- hops::dn