Repository: falcon Updated Branches: refs/heads/master 7dab15f00 -> e8d1de35d
FALCON-2045 Enhance document on registry point in cluster specifiction for Hive HA mode Author: yzheng-hortonworks <[email protected]> Reviewers: "Balu Vellanki <[email protected]>" Closes #197 from yzheng-hortonworks/FALCON-2045 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/e8d1de35 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e8d1de35 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e8d1de35 Branch: refs/heads/master Commit: e8d1de35d60d32d499530412fc4592abaf16f544 Parents: 7dab15f Author: yzheng-hortonworks <[email protected]> Authored: Fri Jun 24 15:23:17 2016 -0700 Committer: bvellanki <[email protected]> Committed: Fri Jun 24 15:23:17 2016 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/EntitySpecification.twiki | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/e8d1de35/docs/src/site/twiki/EntitySpecification.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/EntitySpecification.twiki b/docs/src/site/twiki/EntitySpecification.twiki index dc1f9a4..278dc0e 100644 --- a/docs/src/site/twiki/EntitySpecification.twiki +++ b/docs/src/site/twiki/EntitySpecification.twiki @@ -52,6 +52,11 @@ A registry interface specifies the interface for metadata catalog, such as Hive Falcon uses this interface to register/de-register partitions for a given database and table. Also, uses this information to schedule data availability events based on partitions in the workflow engine. Although Hive metastore supports both RPC and HTTP, Falcon comes with an implementation for RPC over thrift. +For Hive HA mode, make sure the uris are separated with comma and you only add protocol "thrift://" at the beginning. +See below for an example of Hive HA mode: +<verbatim> +<interface type="registry" endpoint="thrift://c6402.ambari.apache.org:9083,c6403.ambari.apache.org:9083" version="0.11.0" /> +</verbatim> <verbatim> <interface type="messaging" endpoint="tcp://localhost:61616?daemon=true" version="5.4.6" />
