Merge remote-tracking branch 'origin/sprint-2' into sprint-2
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9b2a034d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9b2a034d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9b2a034d Branch: refs/heads/ignite-141 Commit: 9b2a034d5fd1a8c56701fbce99937b0b707927dc Parents: ff5173d 9af2566 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Wed Mar 4 18:20:10 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Wed Mar 4 18:20:10 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/processors/igfs/IgfsEx.java | 6 + .../visor/node/VisorIgfsConfiguration.java | 7 +- .../hadoop/IgfsHadoopFileSystemWrapper.java | 44 +- .../igfs/hadoop/v1/IgfsHadoopFileSystem.java | 48 +- .../igfs/hadoop/v2/IgfsHadoopFileSystem.java | 54 +- .../hadoop/SecondaryFileSystemProvider.java | 111 ++++ ...oopSecondaryFileSystemConfigurationTest.java | 541 +++++++++++++++++++ .../testsuites/IgniteHadoopTestSuite.java | 2 + .../schema/generator/SnippetGenerator.java | 2 +- .../schema/parser/DatabaseMetadataParser.java | 7 +- 10 files changed, 718 insertions(+), 104 deletions(-) ----------------------------------------------------------------------