All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rcus-train-s3-mapreduce-cp.16.4.1.source-code.s3mapreducecp-default.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
  Copyright (C) 2016-2017 Expedia Inc and Apache Hadoop contributors.

  Based on distcp-default.xml from Hadoop DistCp 2.7.1:

  https://github.com/apache/hadoop/blob/release-2.7.1/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<!--
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->

<!-- Do not modify this file directly. Anything that need to be overwritten,
     need to be done so, through -D switches or customized conf -->

<configuration>

    <property>
        <name>com.hotels.bdp.circustrain.s3mapreducecp.dynamic.strategy.impl</name>
        <value>com.hotels.bdp.circustrain.s3mapreducecp.mapreduce.lib.DynamicInputFormat</value>
        <description>Implementation of dynamic input format</description>
    </property>

    <property>
        <name>com.hotels.bdp.circustrain.s3mapreducecp.static.strategy.impl</name>
        <value>com.hotels.bdp.circustrain.s3mapreducecp.mapreduce.UniformSizeInputFormat</value>
        <description>Implementation of static input format</description>
    </property>

    <property>
        <name>mapreduce.job.map.memory.mb</name>
        <value>1024</value>
    </property>

    <property>
        <name>mapreduce.job.reduce.memory.mb</name>
        <value>1024</value>
    </property>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy