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

[20/50] [abbrv] incubator-ignite git commit: # sprint-1 Updated hadoop XML files.

# sprint-1 Updated hadoop XML files.


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

Branch: refs/heads/ignite-16
Commit: 87d1de1349d45cde66f6c0d138997e9700902bf4
Parents: d19c73e
Author: Dmitiry Setrakyan <ds...@gridgain.com>
Authored: Thu Jan 29 06:39:54 2015 +0000
Committer: Dmitiry Setrakyan <ds...@gridgain.com>
Committed: Thu Jan 29 06:39:54 2015 +0000

----------------------------------------------------------------------
 docs/core-site.ignite.xml   | 30 +++++++++++++++---------------
 docs/hive-site.ignite.xml   |  6 +++---
 docs/mapred-site.ignite.xml | 14 +++++++-------
 3 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/87d1de13/docs/core-site.ignite.xml
----------------------------------------------------------------------
diff --git a/docs/core-site.ignite.xml b/docs/core-site.ignite.xml
index 0054b60..0bb052c 100644
--- a/docs/core-site.ignite.xml
+++ b/docs/core-site.ignite.xml
@@ -19,47 +19,47 @@
 
 <!--
     This template file contains settings needed to run Apache Hadoop jobs
-    with GridGain's distributed in-memory file system GGFS.
+    with Apache Ignite's distributed in-memory file system IgniteFS.
 
     You can replace '$HADOOP_HOME/etc/hadoop/core-site.xml' file with this one
-    to work with GridGain GGFS nodes running on localhost (these local nodes can be
+    to work with IgniteFS nodes running on localhost (these local nodes can be
     a part of distributed cluster though). To work with file system on remote
     hosts you need to change the host of file system URI to any host running
-    GridGain's GGFS node.
+    IgniteFS node.
 
-    Note that GridGain jars must be in Apache Hadoop client classpath to work
+    Note that Ignite jars must be in Apache Hadoop client classpath to work
     with this configuration.
 
-    Run script '$GRIDGAIN_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop client setup.
+    Run script '$IGNITE_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop client setup.
 -->
 
 <configuration>
     <!--
-        Set default file system to GGFS instance named "ggfs" configured in GridGain.
+        Set default file system to IgniteFS instance named "ignitefs" configured in Ignite.
     -->
     <property>
         <name>fs.default.name</name>
-        <value>ggfs://ggfs@localhost</value>
+        <value>ignitefs://ignitefs@localhost</value>
     </property>
 
     <!--
-        Set Hadoop 1.* file system implementation class for GGFS.
+        Set Hadoop 1.* file system implementation class for IgniteFS.
     -->
     <property>
-        <name>fs.ggfs.impl</name>
+        <name>fs.ignitefs.impl</name>
         <value>org.apache.ignite.fs.hadoop.v1.GridGgfsHadoopFileSystem</value>
     </property>
 
     <!--
-        Set Hadoop 2.* file system implementation class for GGFS.
+        Set Hadoop 2.* file system implementation class for IgniteFS.
     -->
     <property>
-        <name>fs.AbstractFileSystem.ggfs.impl</name>
+        <name>fs.AbstractFileSystem.ignitefs.impl</name>
         <value>org.apache.ignite.fs.hadoop.v2.GridGgfsHadoopFileSystem</value>
     </property>
 
     <!--
-        Disallow data node replacement since it does not make sense for GridGain's GGFS nodes.
+        Disallow data node replacement since it does not make sense for IgniteFS nodes.
     -->
     <property>
         <name>dfs.client.block.write.replace-datanode-on-failure.policy</name>
@@ -67,11 +67,11 @@
     </property>
 
     <!--
-        Allow to write the job statistics into GGFS.
+        Allow to write the job statistics into IgniteFS.
     -->
     <!--
     <property>
-        <name>gridgain.counters.writer</name>
+        <name>ignite.counters.writer</name>
         <value>org.apache.ignite.internal.processors.hadoop.counter.GridHadoopFSCounterWriter</value>
     </property>
     -->
@@ -82,7 +82,7 @@
     -->
     <!--
     <property>
-        <name>gridgain.counters.fswriter.directory</name>
+        <name>ignite.counters.fswriter.directory</name>
         <value>/user/${USER}</value>
     </property>
     -->

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/87d1de13/docs/hive-site.ignite.xml
----------------------------------------------------------------------
diff --git a/docs/hive-site.ignite.xml b/docs/hive-site.ignite.xml
index e93be35..fbf5450 100644
--- a/docs/hive-site.ignite.xml
+++ b/docs/hive-site.ignite.xml
@@ -19,15 +19,15 @@
 
 <!--
     This template file contains settings needed to run Apache Hive queries
-    with GridGain In-Memory Accelerator.
+    with Ignite In-Memory Accelerator.
 
     You can replace '$HIVE_HOME/conf/hive-site.xml' file with this one or
-    run script '$GRIDGAIN_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop
+    run script '$IGNITE_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop
     and Hive client setup.
 -->
 <configuration>
     <!--
-        GridGain requires query plan to be passed not using local resource.
+        Ignite requires query plan to be passed not using local resource.
     -->
     <property>
         <name>hive.rpc.query.plan</name>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/87d1de13/docs/mapred-site.ignite.xml
----------------------------------------------------------------------
diff --git a/docs/mapred-site.ignite.xml b/docs/mapred-site.ignite.xml
index c9b95c4..832a828 100644
--- a/docs/mapred-site.ignite.xml
+++ b/docs/mapred-site.ignite.xml
@@ -33,30 +33,30 @@
 
 <!--
     This template file contains settings needed to run Apache Hadoop jobs
-    with GridGain In-Memory Accelerator.
+    with Apache Ignite In-Memory Accelerator.
 
     You can replace '$HADOOP_HOME/etc/hadoop/mapred-site.xml' file with this one
     to run jobs on localhost (local node can be a part of distributed cluster though).
     To run jobs on remote host you have to change jobtracker address to the REST address
-    of any running GridGain node.
+    of any running Ignite node.
 
-    Note that GridGain jars must be in Apache Hadoop client classpath to work
+    Note that Ignite jars must be in Apache Hadoop client classpath to work
     with this configuration.
 
-    Run script '$GRIDGAIN_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop client setup.
+    Run script '$IGNITE_HOME/bin/setup-hadoop.{sh|bat}' for Apache Hadoop client setup.
 -->
 
 <configuration>
     <!-- 
-        Framework name must be set to 'gridgain'.
+        Framework name must be set to 'ignite'.
     -->
     <property>
         <name>mapreduce.framework.name</name>
-        <value>gridgain</value>
+        <value>ignite</value>
     </property>
 
     <!--
-        Job tracker address must be set to the REST address of any running GridGain node.
+        Job tracker address must be set to the REST address of any running Ignite node.
     -->
     <property>
         <name>mapreduce.jobtracker.address</name>