Show Table of Contents
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). |

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.