forked from diegows/accumulo-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPECFILE
More file actions
104 lines (103 loc) · 3.27 KB
/
SPECFILE
File metadata and controls
104 lines (103 loc) · 3.27 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
##
# Dependencies:
#
# cdh4-formula: https://github.com/stackdio-formulas/cdh4-formula
# - cdh4.hadoop.namenode
# - cdh4.hadoop.datanode
# jdk6-formula: https://github.com/stackdio-formulas/jdk6-formula
# - jdk6
##
title: Accumulo Salt Formula
description: Salt formula for installing components of Accumulo
root_path: accumulo
components:
- title: Accumulo Master
description: Accumulo Master (gc, master, monitor, tracer)
sls_path: accumulo.master
- title: Accumulo Tablet Server
description: Accumulo Table Server (tserver)
sls_path: accumulo.tablet_server
pillar_defaults:
accumulo:
version: 1.5.0
source: http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo/1.5.0/accumulo-1.5.0-bin.tar.gz
source_hash: sha1=283a13ca9bf1cb72395a3cfe6176a06f49e667d1
sources:
source: http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo/1.5.0/accumulo-1.5.0-bin.tar.gz
source_hash: sha1=c2bacfd8abeb60d50d87820a4b9fabed92078370
secret: secretpassword
config:
ssh:
private_key: null
public_key: null
hadoop:
prefix: /usr/lib/hadoop
config: /etc/hadoop/conf
major_version: '2'
namenode_role: cdh4.hadoop.namenode
classpaths:
- /usr/lib/hadoop/lib/.*.jar
- /usr/lib/hadoop/client-0.20/.*.jar
- /usr/lib/hadoop-0.20-mapreduce/.*.jar
- /usr/lib/hadoop-0.20-mapreduce/lib/.*.jar
- /usr/lib/hadoop-hdfs/lib/.*.jar
accumulo-env:
java_home: /usr/java/latest
accumulo-site:
trace.user:
value: root
crypto.module.class:
value: org.apache.accumulo.core.security.crypto.DefaultCryptoModule
crypto.cipher.suite:
value: AES/CFB/PKCS5Padding
crypto.cipher.algorithm.name:
value: AES
crypto.cipher.key.length:
value: 128
crypto.secure.rng:
value: SHA1PRNG
crypto.secure.rng.provider:
value: SUN
crypto.secret.key.encryption.strategy.class:
value: org.apache.accumulo.core.security.crypto.CachingHDFSSecretKeyEncryptionStrategy
crypto.default.key.strategy.cipher.suite:
value: AES/ECB/NoPadding
accumulo-site-profiles:
512MB:
tserver.memory.maps.max:
value: 80M
tserver.cache.data.size:
value: 7M
tserver.cache.index.size:
value: 20M
tserver.sort.buffer.size:
value: 50M
tserver.walog.max.size:
value: 100M
1GB:
tserver.memory.maps.max:
value: 256M
tserver.cache.data.size:
value: 15M
tserver.cache.index.size:
value: 40M
tserver.sort.buffer.size:
value: 50M
tserver.walog.max.size:
value: 256M
2GB:
tserver.memory.maps.max:
value: 512M
tserver.cache.data.size:
value: 30M
tserver.cache.index.size:
value: 80M
tserver.walog.max.size:
value: 512M
3GB:
tserver.memory.maps.max:
value: 1G
tserver.cache.data.size:
value: 128M
tserver.cache.index.size:
value: 128M