You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/12/23 15:17:00 UTC

[02/12] ignite git commit: Merge branch 'ignite-2206' of https://github.com/apache/ignite into ignite-2206

Merge branch 'ignite-2206' of https://github.com/apache/ignite into ignite-2206


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5a4586eb
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5a4586eb
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5a4586eb

Branch: refs/heads/ignite-2206
Commit: 5a4586ebd43b356361957b5eebc6bbfd206168fc
Parents: e35ae06 31d3289
Author: iveselovskiy <iv...@gridgain.com>
Authored: Wed Dec 23 13:45:10 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Wed Dec 23 13:45:10 2015 +0300

----------------------------------------------------------------------
 .../igfs/secondary/IgfsSecondaryFileSystem.java |  22 --
 .../processors/hadoop/HadoopPayloadAware.java   |  22 +-
 .../ignite/internal/processors/igfs/IgfsEx.java |  13 -
 .../processors/igfs/IgfsHandshakeResponse.java  |   3 +-
 .../internal/processors/igfs/IgfsImpl.java      |  10 +-
 .../internal/processors/igfs/IgfsPaths.java     |  32 +--
 .../igfs/IgfsSecondaryFileSystemImpl.java       |  15 --
 .../ignite/internal/util/lang/GridFunc.java     |  24 --
 .../visor/node/VisorIgfsConfiguration.java      |  57 -----
 .../fs/CachingHadoopFileSystemFactory.java      | 208 +++++++++++++++
 .../hadoop/fs/HadoopFileSystemFactory.java      |  41 +++
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 256 ++++++-------------
 .../fs/v1/DefaultHadoopFileSystemFactory.java   | 185 --------------
 .../hadoop/fs/v1/HadoopFileSystemFactory.java   |  21 --
 .../hadoop/fs/v1/IgniteHadoopFileSystem.java    |   4 +-
 .../hadoop/IgfsSecondaryFileSystemEx.java       |  15 --
 .../hadoop/SecondaryFileSystemProvider.java     |   5 +-
 .../IgniteHadoopFileSystemAbstractSelfTest.java |   8 +-
 18 files changed, 375 insertions(+), 566 deletions(-)
----------------------------------------------------------------------