Subversion Repositories SmartDukaan

Rev

Rev 2620 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<configurations>
  <configuration name="Demo Mapper">
    <property>
      <name>mapreduce.map.class</name>
      <value>in.shop2020.web.mappers.TestMapper</value>
    </property>
    <property>
      <name>mapreduce.inputformat.class</name>
      <value>com.google.appengine.tools.mapreduce.DatastoreInputFormat</value>
    </property>
    <property>
      <name>mapreduce.mapper.shardcount</name>
      <value>10</value>
    </property>
    <property>
      <name human="Entity Kind to Map Over">mapreduce.mapper.inputformat.datastoreinputformat.entitykind</name>
      <value template="optional">DataLog</value>
    </property>
    
  </configuration>
</configurations>