Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-187
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/82f8d00b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/82f8d00b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/82f8d00b Branch: refs/heads/ignite-187 Commit: 82f8d00beed2e0bf24eecfbec600f38244224d0e Parents: 9dcd5b0 9b2a034 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Mar 4 23:25:14 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Mar 4 23:25:14 2015 +0700 ---------------------------------------------------------------------- .../misc/lifecycle/LifecycleExample.java | 4 +- .../apache/ignite/internal/IgniteKernal.java | 8 +- .../ignite/internal/processors/igfs/IgfsEx.java | 6 + .../visor/node/VisorIgfsConfiguration.java | 7 +- .../apache/ignite/lifecycle/LifecycleBean.java | 36 +- .../ignite/lifecycle/LifecycleEventType.java | 20 +- .../internal/GridLifecycleBeanSelfTest.java | 76 +-- .../dht/GridCacheDhtPreloadBigDataSelfTest.java | 2 +- .../dht/GridCacheDhtPreloadUnloadSelfTest.java | 2 +- ...achePartitionedPreloadLifecycleSelfTest.java | 8 +- ...CacheReplicatedPreloadLifecycleSelfTest.java | 8 +- .../clock/GridTimeSyncProcessorSelfTest.java | 2 +- .../colocation/GridTestLifecycleBean.java | 2 +- .../loadtests/dsi/GridDsiLifecycleBean.java | 8 +- .../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 + .../ignite/internal/GridFactorySelfTest.java | 10 +- 21 files changed, 803 insertions(+), 196 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/82f8d00b/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java ----------------------------------------------------------------------