Skip to content

Commit

Permalink
fixes #41, Update doc and release 1.0.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepbhadani authored Jan 8, 2019
1 parent eb59398 commit a9ab55e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.2] - 2019-01-07

### Changed
- Default access control for `local_metastore`.
- Default access control for `local_metastores`.
- Description of `local_metastores` variable


## [1.0.1] - 2018-12-14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information please refer to the main [Apiary](https://github.com/Expedi
| graphite_prefix | Prefix addded to all metrics sent to Graphite from this Waggle Dance instance. | string | `waggle-dance` | no |
| ingress_cidr | Generally allowed ingress CIDR list. | list | - | yes |
| instance_name | Waggle Dance instance name to identify resources in multi-instance deployments. | string | `` | no |
| local_metastores | List of federated Metastores in current account. | list | `<list>` | no |
| local_metastores | List of federated Metastore endpoints directly accessible on the local network. | list | `<list>` | no |
| memory | The amount of memory (in MiB) used to allocate for the Waggle Dance container. Valid values: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html | string | `4096` | no |
| primary_metastore_host | Primary Hive Metastore hostname configured in Waggle Dance. | string | `localhost` | no |
| primary_metastore_port | Primary Hive Metastore port | string | `9083` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ variable "primary_metastore_whitelist" {

#list of maps, example: [ {host="metastore1", port="9083", prefix="pre1", writable-whitelist="db1,test" }, {host="metastore2", port="9083", prefix="pre2", mapped-databases="dm,test" } ]
variable "local_metastores" {
description = "List of federated Metastores in current account."
description = "List of federated Metastore endpoints directly accessible on the local network."
type = "list"
default = []
}
Expand Down

0 comments on commit a9ab55e

Please sign in to comment.