Server's Configuration Properties¶
spark.connect.grpc¶
binding.address¶
spark.connect.grpc.binding.address
Default: (undefined)
binding.port¶
spark.connect.grpc.binding.port
Default: 15002
debug.enabled¶
spark.connect.grpc.debug.enabled
Default: true
interceptor.classes¶
spark.connect.grpc.interceptor.classes
A comma-separated list of class names that must implement the io.grpc.ServerInterceptor
interface.
Default: (undefined)
port.maxRetries¶
spark.connect.grpc.port.maxRetries
The maximum number of port retry attempts for the gRPC server binding.
Default: 0