Skip to content

Commit

Permalink
more tuning hive setup
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed May 30, 2016
1 parent 69d4007 commit 6282a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions playbooks/cloudera.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
roles:
- cloudera-agent

- name: "setup mysql on master nodes"
hosts: master-nodes
- name: "setup mysql on cloudera manager node"
hosts: cm_node
any_errors_fatal: true
become: yes
pre_tasks:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/library/cloudera/cluster.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ services:
HIVE:
config:
hive_metastore_database_host: {{ groups['cm_node'][0] }}
hive_metastore_database_name: hive
hive_metastore_database_name: metastore
hive_metastore_database_user: metastore
hive_metastore_database_password: {{ hive_pass }}
hive_metastore_database_port: 3306
Expand Down

0 comments on commit 6282a5b

Please sign in to comment.