Repository: falcon Updated Branches: refs/heads/0.10 b4b32daa1 -> 600b6bcc2
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 (cherry picked from commit e8d1de35d60d32d499530412fc4592abaf16f544) Signed-off-by: bvellanki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/600b6bcc Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/600b6bcc Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/600b6bcc Branch: refs/heads/0.10 Commit: 600b6bcc231b0f5e9516b1b60fa9a93eae4da137 Parents: b4b32da Author: yzheng-hortonworks <[email protected]> Authored: Fri Jun 24 15:23:17 2016 -0700 Committer: bvellanki <[email protected]> Committed: Fri Jun 24 15:23:27 2016 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/EntitySpecification.twiki | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/600b6bcc/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" />
