Skip to content

Commit 433df0a

Browse files
arvyarvydasj
andauthored
Rewords comment describing WRITETIME/TTL settings (#238)
* Rewords comment describing WRITETIME/TTL settings * Stop tracking Eclipse project files --------- Co-authored-by: Arvydas Jonusonis <[email protected]>
1 parent 0d99018 commit 433df0a

File tree

3 files changed

+5
-78
lines changed

3 files changed

+5
-78
lines changed

.classpath

Lines changed: 0 additions & 51 deletions
This file was deleted.

.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/resources/cdm-detailed.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,17 @@ spark.cdm.connect.target.password cassandra
108108
#-----------------------------------------------------------------------------------------------------------
109109
spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name
110110

111-
# Max TTL value of all non-PK columns will be used for insert on target
111+
112+
# Max TTL value of all TTL-eligible non-PK columns will be used for insert on target
112113
spark.cdm.schema.origin.column.ttl.automatic true
113114

114-
# Max TTL value of specified non-PK columns will be used for insert on target (overrides automatic setting)
115+
# Max TTL value of specified (non-PK) columns will be used for insert on target (overrides automatic setting)
115116
#spark.cdm.schema.origin.column.ttl.names data_col1,data_col2,...
116117

117-
# Max WRITETIME value of all non-PK columns will be used for insert on target
118+
# Max WRITETIME value of all WRITETIME-eligible non-PK columns will be used for insert on target
118119
spark.cdm.schema.origin.column.writetime.automatic true
119120

120-
# Max WRITETIME value of specified non-PK columns will be used for insert on target (overrides automatic setting)
121+
# Max WRITETIME value of specified (non-PK) columns will be used for insert on target (overrides automatic setting)
121122
#spark.cdm.schema.origin.column.writetime.names data_col1,data_col2,...
122123
#spark.cdm.schema.origin.column.names.to.target partition_col1:partition_col_1,partition_col2:partition_col_2,...
123124
spark.cdm.schema.ttlwritetime.calc.useCollections false

0 commit comments

Comments
 (0)