27.2. Supported Hadoop Configuration Parameters

The following parameters are supported:

Table 27.1. Supported Hadoop Configuration Parameters

Parameter Name Description Default Value
hadoop.ispn.input.filter.factory The name of the filter factory deployed on the server to pre-filter data before reading. null (no filtering enabled)
hadoop.ispn.input.cache.name The name of cache where data will be read. default
hadoop.ispn.input.remote.cache.servers List of servers of the input cache, in the format:
host1:port;host2:port2
localhost:11222
hadoop.ispn.output.cache.name The name of cache where data will be written. default
hadoop.ispn.output.remote.cache.servers List of servers of the output cache, in the format:
host1:port;host2:port2
null (no output cache)
hadoop.ispn.input.read.batch Batch size when reading from the cache. 5000
hadoop.ispn.output.write.batch Batch size when writing to the cache. 500
hadoop.ispn.input.converter Class name with an implementation of org.infinispan.hadoop.KeyValueConverter, applied after reading from the cache. null (no converting enabled).
hadoop.ispn.output.converter Class name with an implementation of org.infinispan.hadoop.KeyValueConverter , applied before writing. null (no converting enabled).