You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/03/02 19:43:11 UTC

incubator-ignite git commit: [IGNITE-349]: secondary filesystem configuration made optional. The logic of the filesystem construction made common, and is now reused in all places where used. Constants also now specified in single place and reused.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-349 e58cbfb4c -> b88be85af


[IGNITE-349]: secondary filesystem configuration made optional. The logic of the filesystem construction made common, and is now reused in all places where used. Constants also now specified in single place and reused.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b88be85a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b88be85a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b88be85a

Branch: refs/heads/ignite-349
Commit: b88be85afac2a39c8045b621f963388ead819882
Parents: e58cbfb
Author: iveselovskiy <iv...@gridgain.com>
Authored: Mon Mar 2 21:42:26 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Mon Mar 2 21:42:26 2015 +0300

----------------------------------------------------------------------
 config/hadoop/default-config.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b88be85a/config/hadoop/default-config.xml
----------------------------------------------------------------------
diff --git a/config/hadoop/default-config.xml b/config/hadoop/default-config.xml
index a264749..4ad9002 100644
--- a/config/hadoop/default-config.xml
+++ b/config/hadoop/default-config.xml
@@ -137,7 +137,6 @@
                     <property name="secondaryFileSystem">
                         <bean class="org.apache.ignite.igfs.hadoop.IgfsHadoopFileSystemWrapper">
                             <constructor-arg name="uri"     value="hdfs://1.2.3.4:9000"/>
-                            <constructor-arg name="cfgPath" value="/opt/hadoop-server/etc/hadoop/core-site.xml"/>
                         </bean>
                     </property>
                     -->