aws-samples / cql-replicator

CQLReplicator is a migration tool that helps you to replicate data from Cassandra to AWS Services
Apache License 2.0
16 stars 8 forks source link

glue app job parameter value over 256 characters #97

Closed frozensky closed 9 months ago

frozensky commented 9 months ago

when I check the CQLReplicator under Glue, I see the Job parameter error. Attach screenshot for review.

The maximum number of characters you can use in a parameter value is 256.
nwheeler81 commented 9 months ago

is it preventing you to execute cqlreplicator --state run?

Note that during the init stage CQLReplicator deploys the Glue job CQLReplicator.scala via aws cli with the spark conf parameters and there is no specific quota for the max number of characters.