Repository: knox Updated Branches: refs/heads/v1.1.0 8efac135f -> 8b7f02b92
Added WEBHBASE service discovery note to ISSUES Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/8b7f02b9 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/8b7f02b9 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/8b7f02b9 Branch: refs/heads/v1.1.0 Commit: 8b7f02b92b3dab52bd6c743276bdd7571cbeb0b3 Parents: 8efac13 Author: Phil Zampino <[email protected]> Authored: Tue Jul 24 17:24:07 2018 -0400 Committer: Phil Zampino <[email protected]> Committed: Tue Jul 24 17:24:07 2018 -0400 ---------------------------------------------------------------------- ISSUES | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/8b7f02b9/ISSUES ---------------------------------------------------------------------- diff --git a/ISSUES b/ISSUES index 8c85c25..b5540ec 100644 --- a/ISSUES +++ b/ISSUES @@ -1,3 +1,13 @@ ------------------------------------------------------------------------------ Known Issues ------------------------------------------------------------------------------ + +Service discovery for WEBHBASE is unable to determine the correct port for the +associated REST server, and it assumes that the REST server is running on the +HBASE master host. As such, WEBHBASE declarations in descriptors will likely +yield incorrect endpoints in the resulting topologies. The endpoint URL should +be explicitly specified in descriptors to ensure correctness. See the User +Guide for examples of specifying URLs in descriptor service declarations. +(http://knox.apache.org/books/knox-1-1-0/user-guide.html#Simplified+Descriptor+Files) + +
