-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpillar.example
67 lines (66 loc) · 1.95 KB
/
pillar.example
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
accumulo:
version: 1.5.0
source: http://www.us.apache.org/dist/accumulo/1.5.0/accumulo-1.5.0-bin.tar.gz
source_hash: sha1=283a13ca9bf1cb72395a3cfe6176a06f49e667d1
sources:
source: http://www.us.apache.org/dist/accumulo/1.5.0/accumulo-1.5.0-src.tar.gz
source_hash: sha1=c2bacfd8abeb60d50d87820a4b9fabed92078370
config:
- 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