26.2. Supported Spark Configuration Parameters


The following table shows the Spark configuration parameters that are supported:
Expand
Table 26.1. Supported Spark Configuration Parameters
Parameter Name Description Default Value
infinispan.client.hotrod.server_list List of JBoss Data Grid nodes localhost:11222
infinispan.rdd.cacheName The name of the cache that will back the RDD default cache
infinispan.rdd.read_batch_size Batch size (number of entries) when reading from the cache 10000
infinispan.rdd.write_batch_size Batch size (number of entries) when writing to the cache 500
infinispan.rdd.number_server_partitions Numbers of partitions created per JBoss Data Grid server 2
infinispan.rdd.query.proto.protofiles Map with protobuf file names and contents Can be omitted if entities are annotated with protobuf encoding information. Protobuf encoding is required to filter the RDD by Query.
infinispan.rdd.query.proto.marshallers List of protostream marshallers classes for the objects in the cache Can be omitted if entities are annotated with protobuf encoding information. Protobuf encoding is required to filter the RDD by Query.
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