File tree 4 files changed +8
-6
lines changed
cdh_hadoop_config/defaults
cdh_hbase_config/defaults 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,4 @@ mtu: 9216
11
11
# mandrill_api_key: your_api_key
12
12
13
13
# Upgrade kernel to 3.13, much improved epoll performance
14
- upgrade_kernel: no
15
-
16
- # Choose postgresql or mysql as hive metastore
17
- hive_metastore: postgresql
14
+ upgrade_kernel: no
Original file line number Diff line number Diff line change 1
1
---
2
- # file: roles/cdh_hadoop_config/vars /main.yml
2
+ # file: roles/cdh_hadoop_config/defaults /main.yml
3
3
4
4
# The default block size for new files, in bytes - here 256 MB
5
5
dfs_blocksize : 268435456
Original file line number Diff line number Diff line change 1
1
---
2
- # file: roles/cdh_hbase_config/vars /main.yml
2
+ # file: roles/cdh_hbase_config/defaults /main.yml
3
3
4
4
hbase :
5
5
# The HBase heap size
Original file line number Diff line number Diff line change
1
+ ---
2
+ # file: roles/cdh_hive_config/defaults/main.yml
3
+
4
+ # Choose postgresql or mysql as hive metastore
5
+ hive_metastore : postgresql
You can’t perform that action at this time.
0 commit comments