IgniteFsLinuxAndMacOSTestSuite fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bde630db Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bde630db Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bde630db Branch: refs/heads/ignite-sql-tests Commit: bde630db0296a5d8a4b70e4cc3718788c926c7ac Parents: 4f1ad94 Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Feb 5 14:21:33 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Thu Feb 5 14:22:50 2015 +0300 ---------------------------------------------------------------------- config/hadoop/default-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bde630db/config/hadoop/default-config.xml ---------------------------------------------------------------------- diff --git a/config/hadoop/default-config.xml b/config/hadoop/default-config.xml index 57f3125..6eb7f46 100644 --- a/config/hadoop/default-config.xml +++ b/config/hadoop/default-config.xml @@ -94,7 +94,7 @@ Apache Hadoop Accelerator configuration. --> <property name="hadoopConfiguration"> - <bean class="GridHadoopConfiguration"> + <bean class="org.apache.ignite.internal.processors.hadoop.GridHadoopConfiguration"> <!-- Information about finished jobs will be kept for 30 seconds. --> <property name="finishedJobInfoTtl" value="30000"/> </bean>