Repository: ignite Updated Branches: refs/heads/ignite-3149 bb6a05dc5 -> c0dd5dd65
Fixed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c0dd5dd6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c0dd5dd6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c0dd5dd6 Branch: refs/heads/ignite-3149 Commit: c0dd5dd65c837c88f61be90e508df0aa7f60ec6e Parents: bb6a05d Author: vozerov-gridgain <[email protected]> Authored: Tue May 17 13:39:29 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Tue May 17 13:39:29 2016 +0300 ---------------------------------------------------------------------- config/hadoop/default-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c0dd5dd6/config/hadoop/default-config.xml ---------------------------------------------------------------------- diff --git a/config/hadoop/default-config.xml b/config/hadoop/default-config.xml index e54e8c1..6650047 100644 --- a/config/hadoop/default-config.xml +++ b/config/hadoop/default-config.xml @@ -91,7 +91,7 @@ --> <property name="fileSystemConfiguration"> <list> - <bean class="org.apache.ignite.configuration.FileSystemConfiguration" parent="igfsCfgBase"> + <bean class="org.apache.ignite.configuration.FileSystemConfiguration"> <!-- IGFS name you will use to access IGFS through Hadoop API. --> <property name="name" value="igfs"/>
