Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
2620 vikas 1
<configurations>
2
  <configuration name="Demo Mapper">
3
    <property>
4
      <name>mapreduce.map.class</name>
2699 vikas 5
      <value>in.shop2020.web.mappers.TestMapper</value>
2620 vikas 6
    </property>
7
    <property>
8
      <name>mapreduce.inputformat.class</name>
9
      <value>com.google.appengine.tools.mapreduce.DatastoreInputFormat</value>
10
    </property>
11
    <property>
12
      <name>mapreduce.mapper.shardcount</name>
13
      <value>10</value>
14
    </property>
15
    <property>
16
      <name human="Entity Kind to Map Over">mapreduce.mapper.inputformat.datastoreinputformat.entitykind</name>
17
      <value template="optional">DataLog</value>
18
    </property>
19
 
20
  </configuration>
21
</configurations>