27.2. Supported Hadoop Configuration Parameters


The following parameters are supported:
Expand
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
Copy to Clipboard Toggle word wrap
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
Copy to Clipboard Toggle word wrap
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).
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top