Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
Java StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
Java StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The AWS credentials will be discovered using the DefaultAWSCredentialsProviderChain on the workers. See AWS documentation to understand how DefaultAWSCredentialsProviderChain gets the AWS credentials.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
Java StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
Class of the records in DStream
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
ARN of IAM role to assume when using STS sessions to read from Kinesis stream.
Name to uniquely identify STS sessions if multiple princples assume the same role.
External ID that can be used to validate against the assumed IAM role's trust policy.
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
Java StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
Class of the records in DStream
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
Java StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
Class of the records in DStream
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The AWS credentials will be discovered using the DefaultAWSCredentialsProviderChain on the workers. See AWS documentation to understand how DefaultAWSCredentialsProviderChain gets the AWS credentials.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The AWS credentials will be discovered using the DefaultAWSCredentialsProviderChain on the workers. See AWS documentation to understand how DefaultAWSCredentialsProviderChain gets the AWS credentials.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
ARN of IAM role to assume when using STS sessions to read from Kinesis stream.
Name to uniquely identify STS sessions if multiple princples assume the same role.
External ID that can be used to validate against the assumed IAM role's trust policy.
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
AWS AccessKeyId (if null, will use DefaultAWSCredentialsProviderChain)
AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The given AWS credentials will get saved in DStream checkpoints if checkpointing is enabled. Make sure that your checkpoint directory is secure.
Create an input stream that pulls messages from a Kinesis stream.
Create an input stream that pulls messages from a Kinesis stream. This uses the Kinesis Client Library (KCL) to pull messages from Kinesis.
StreamingContext object
Kinesis application name used by the Kinesis Client Library (KCL) to update DynamoDB
Kinesis stream name
Url of Kinesis service (e.g., https://kinesis.us-east-1.amazonaws.com)
Name of region used by the Kinesis Client Library (KCL) to update DynamoDB (lease coordination and checkpointing) and CloudWatch (metrics)
In the absence of Kinesis checkpoint info, this is the worker's initial starting position in the stream. The values are either the beginning of the stream per Kinesis' limit of 24 hours (InitialPositionInStream.TRIM_HORIZON) or the tip of the stream (InitialPositionInStream.LATEST).
Checkpoint interval for Kinesis checkpointing. See the Kinesis Spark Streaming documentation for more details on the different types of checkpoints.
Storage level to use for storing the received objects. StorageLevel.MEMORY_AND_DISK_2 is recommended.
A custom message handler that can generate a generic output from a
Kinesis Record
, which contains both message data, and metadata.
(Since version 2.2.0) Use KinesisInputDStream.builder instead
The AWS credentials will be discovered using the DefaultAWSCredentialsProviderChain on the workers. See AWS documentation to understand how DefaultAWSCredentialsProviderChain gets the AWS credentials.