Return-Path: X-Original-To: apmail-argus-commits-archive@minotaur.apache.org Delivered-To: apmail-argus-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 D256517F59 for ; Mon, 6 Oct 2014 06:54:47 +0000 (UTC) Received: (qmail 70905 invoked by uid 500); 6 Oct 2014 06:54:47 -0000 Delivered-To: apmail-argus-commits-archive@argus.apache.org Received: (qmail 70886 invoked by uid 500); 6 Oct 2014 06:54:47 -0000 Mailing-List: contact commits-help@argus.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@argus.incubator.apache.org Delivered-To: mailing list commits@argus.incubator.apache.org Received: (qmail 70877 invoked by uid 99); 6 Oct 2014 06:54:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 06:54:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Oct 2014 06:54:46 +0000 Received: (qmail 70145 invoked by uid 99); 6 Oct 2014 06:54:26 -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, 06 Oct 2014 06:54:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7D533926156; Mon, 6 Oct 2014 06:54:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rmani@apache.org To: commits@argus.incubator.apache.org Date: Mon, 06 Oct 2014 06:54:27 -0000 Message-Id: <7fc8ae6baa134620a6faa8d7caa44ff0@git.apache.org> In-Reply-To: <641d606ad21d44899cd63fbfe57f3d1b@git.apache.org> References: <641d606ad21d44899cd63fbfe57f3d1b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-argus.git X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-argus.git Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/32dbf717 Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/32dbf717 Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/32dbf717 Branch: refs/heads/master Commit: 32dbf7173d7c474cd5a2fa47c4cb0055df87f347 Parents: cc386ac 7a9ee4d Author: rmani Authored: Sun Oct 5 23:54:01 2014 -0700 Committer: rmani Committed: Sun Oct 5 23:54:01 2014 -0700 ---------------------------------------------------------------------- .../xasecure/audit/provider/DebugTracer.java | 10 + .../audit/provider/LocalFileLogBuffer.java | 88 +++++---- .../xasecure/audit/provider/Log4jTracer.java | 35 ++++ .../audit/provider/hdfs/HdfsAuditProvider.java | 15 +- .../audit/provider/hdfs/HdfsLogDestination.java | 66 ++++--- .../com/xasecure/hadoop/client/HadoopFS.java | 69 ++++++- .../hadoop/client/config/BaseClient.java | 52 ++++- .../client/exceptions/HadoopException.java | 13 ++ .../com/xasecure/hbase/client/HBaseClient.java | 195 +++++++++++++++++-- .../com/xasecure/hive/client/HiveClient.java | 176 ++++++++++++++--- .../com/xasecure/knox/client/KnoxClient.java | 186 +++++++++++++++++- .../main/java/com/xasecure/biz/AssetMgr.java | 135 +++++++++---- .../webapp/scripts/views/asset/AssetCreate.js | 32 ++- 13 files changed, 904 insertions(+), 168 deletions(-) ----------------------------------------------------------------------