Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1D5BA200B84 for ; Tue, 20 Sep 2016 15:55:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1C0A8160AE5; Tue, 20 Sep 2016 13:55:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 686FF160ADE for ; Tue, 20 Sep 2016 15:55:11 +0200 (CEST) Received: (qmail 85993 invoked by uid 500); 20 Sep 2016 13:55:10 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 85945 invoked by uid 99); 20 Sep 2016 13:55:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2016 13:55:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 560C0E09B3; Tue, 20 Sep 2016 13:55:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Tue, 20 Sep 2016 13:55:14 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/9] ignite git commit: Merge branch 'ignite-1.6.8-hadoop' into ignite-3929 archived-at: Tue, 20 Sep 2016 13:55:12 -0000 Merge branch 'ignite-1.6.8-hadoop' into ignite-3929 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/04dd6f22 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/04dd6f22 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/04dd6f22 Branch: refs/heads/ignite-3929-1 Commit: 04dd6f227d789a7f24ba89d8ff3e6fe5b60ec270 Parents: e7941a1 41de3ab Author: vozerov-gridgain Authored: Tue Sep 20 16:05:23 2016 +0300 Committer: vozerov-gridgain Committed: Tue Sep 20 16:05:23 2016 +0300 ---------------------------------------------------------------------- .../hadoop/fs/BasicHadoopFileSystemFactory.java | 275 --------- .../fs/CachingHadoopFileSystemFactory.java | 85 --- .../hadoop/fs/HadoopFileSystemFactory.java | 52 -- .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 580 ------------------- .../fs/KerberosHadoopFileSystemFactory.java | 217 ------- .../hadoop/fs/v1/IgniteHadoopFileSystem.java | 21 +- .../hadoop/fs/v2/IgniteHadoopFileSystem.java | 21 +- .../internal/processors/hadoop/HadoopUtils.java | 4 - .../HadoopBasicFileSystemFactoryDelegate.java | 162 ++++++ .../HadoopCachingFileSystemFactoryDelegate.java | 75 +++ .../HadoopDefaultFileSystemFactoryDelegate.java | 61 ++ ...doopIgfsSecondaryFileSystemDelegateImpl.java | 471 +++++++++++++++ ...HadoopKerberosFileSystemFactoryDelegate.java | 112 ++++ ...KerberosHadoopFileSystemFactorySelfTest.java | 7 +- .../igfs/HadoopFIleSystemFactorySelfTest.java | 55 +- ...adoopIgfsSecondaryFileSystemTestAdapter.java | 10 +- ...oopSecondaryFileSystemConfigurationTest.java | 14 +- .../hadoop/fs/BasicHadoopFileSystemFactory.java | 164 ++++++ .../fs/CachingHadoopFileSystemFactory.java | 41 ++ .../hadoop/fs/HadoopFileSystemFactory.java | 45 ++ .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 257 ++++++++ .../fs/KerberosHadoopFileSystemFactory.java | 142 +++++ .../hadoop/delegate/HadoopDelegateUtils.java | 117 ++++ .../HadoopFileSystemFactoryDelegate.java | 36 ++ .../HadoopIgfsSecondaryFileSystemDelegate.java | 28 + 25 files changed, 1796 insertions(+), 1256 deletions(-) ----------------------------------------------------------------------