ignite-sql-tests - config compilation
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d427cd50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d427cd50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d427cd50 Branch: refs/heads/ignite-sql-tests Commit: d427cd50be00f1e2e424f386049970cbd8f2461a Parents: 381a8b9 Author: S.Vladykin <svlady...@gridgain.com> Authored: Thu Mar 5 02:05:58 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Thu Mar 5 02:05:58 2015 +0300 ---------------------------------------------------------------------- .../ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d427cd50/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java b/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java index 4ad74d0..15297b7 100644 --- a/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java +++ b/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java @@ -238,7 +238,6 @@ public class HadoopSecondaryFileSystemConfigurationTest extends IgfsCommonAbstra cacheCfg.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC); cacheCfg.setAffinityMapper(new IgfsGroupDataBlocksKeyMapper(GRP_SIZE)); cacheCfg.setBackups(0); - cacheCfg.setQueryIndexEnabled(false); cacheCfg.setAtomicityMode(TRANSACTIONAL); CacheConfiguration metaCacheCfg = defaultCacheConfiguration(); @@ -246,7 +245,6 @@ public class HadoopSecondaryFileSystemConfigurationTest extends IgfsCommonAbstra metaCacheCfg.setName("replicated"); metaCacheCfg.setCacheMode(REPLICATED); metaCacheCfg.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC); - metaCacheCfg.setQueryIndexEnabled(false); metaCacheCfg.setAtomicityMode(TRANSACTIONAL); IgniteConfiguration cfg = new IgniteConfiguration(); @@ -316,7 +314,6 @@ public class HadoopSecondaryFileSystemConfigurationTest extends IgfsCommonAbstra cacheCfg.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC); cacheCfg.setAffinityMapper(new IgfsGroupDataBlocksKeyMapper(GRP_SIZE)); cacheCfg.setBackups(0); - cacheCfg.setQueryIndexEnabled(false); cacheCfg.setAtomicityMode(TRANSACTIONAL); CacheConfiguration metaCacheCfg = defaultCacheConfiguration(); @@ -324,7 +321,6 @@ public class HadoopSecondaryFileSystemConfigurationTest extends IgfsCommonAbstra metaCacheCfg.setName("replicated"); metaCacheCfg.setCacheMode(REPLICATED); metaCacheCfg.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC); - metaCacheCfg.setQueryIndexEnabled(false); metaCacheCfg.setAtomicityMode(TRANSACTIONAL); return new CacheConfiguration[] {metaCacheCfg, cacheCfg};