We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f13741 commit e2ae99eCopy full SHA for e2ae99e
scala/datastax-v4/aws-glue/import-from-s3/import-sample.scala
@@ -49,7 +49,9 @@ object GlueApp {
49
("spark.cassandra.output.concurrent.writes", "1"),
50
("spark.cassandra.output.batch.grouping.key", "none"),
51
("spark.cassandra.output.batch.size.rows", "1"),
52
- ("spark.cassandra.output.ignoreNulls", "true")
+ ("spark.cassandra.output.ignoreNulls", "true"),
53
+ ("spark.cassandra.output.ifNotExists", "false")
54
+
55
))
56
57
val spark: SparkContext = new SparkContext(conf)
0 commit comments