From commits-return-632-apmail-knox-commits-archive=knox.apache.org@knox.apache.org Mon Apr 14 21:28:06 2014 Return-Path: X-Original-To: apmail-knox-commits-archive@minotaur.apache.org Delivered-To: apmail-knox-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7716D11BD5 for ; Mon, 14 Apr 2014 21:28:06 +0000 (UTC) Received: (qmail 88554 invoked by uid 500); 14 Apr 2014 21:27:58 -0000 Delivered-To: apmail-knox-commits-archive@knox.apache.org Received: (qmail 88496 invoked by uid 500); 14 Apr 2014 21:27:54 -0000 Mailing-List: contact commits-help@knox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@knox.apache.org Delivered-To: mailing list commits@knox.apache.org Received: (qmail 88124 invoked by uid 99); 14 Apr 2014 21:27:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 21:27:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AB9F898D923; Mon, 14 Apr 2014 21:27:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lmccay@apache.org To: commits@knox.apache.org Message-Id: <2b6ebb62623c446094f154ab68c41801@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated ISSUES file for v0.4.0 Date: Mon, 14 Apr 2014 21:27:29 +0000 (UTC) Repository: knox Updated Branches: refs/heads/master aeaca87dd -> dd60e747b updated ISSUES file for v0.4.0 Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/dd60e747 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/dd60e747 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/dd60e747 Branch: refs/heads/master Commit: dd60e747b28d711bb26c7f57e72aba0665f41e45 Parents: aeaca87 Author: Larry McCay Authored: Mon Apr 14 17:26:04 2014 -0400 Committer: Larry McCay Committed: Mon Apr 14 17:27:10 2014 -0400 ---------------------------------------------------------------------- ISSUES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/dd60e747/ISSUES ---------------------------------------------------------------------- diff --git a/ISSUES b/ISSUES index 6cc5a23..d1e10b3 100644 --- a/ISSUES +++ b/ISSUES @@ -2,5 +2,13 @@ Known Issues ------------------------------------------------------------------------------ -Support for accessing Kerberos secured Stargate/HBase will not be supported -until a future release of Stargate/HBase +In order to comply with Hive 0.13 REST contract changes, the Knox Gateway v0.4.0 +no longer works with previous versions of Hive. + +ODBC access to HiveServer2 through Knox is not possible at the moment due to driver +changes that hive has made necessary. This may be able to be resolved with the source +of the ODBC driver independent of a Knox release. NOTE: JDBC does work. + +LDAP based Group Lookup within the Shiro provider has not been verified to work +with Microsoft Active Directory. Specific work for Active Directory support will +be done for the next release.