Skip to content

Commit da1a4cf

Browse files
committed
CDM-88 Added the cdm namespace
1 parent b1ba24c commit da1a4cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SIT/features/06_partition_range/migrate_with_partitionfile.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spark.cdm.perfops.numParts 1
88
spark.cdm.autocorrect.missing true
99
spark.cdm.autocorrect.mismatch true
1010

11-
spark.tokenrange.partitionFile ./partitions.csv
11+
spark.cdm.tokenrange.partitionFile ./partitions.csv
1212

SIT/features/07_migrate_rows/migrate_with_pkrowsfile.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ spark.cdm.schema.origin.keyspaceTable origin.feature_migrate_rows
55
spark.cdm.schema.target.keyspaceTable target.feature_migrate_rows
66
spark.cdm.perfops.numParts 1
77

8-
spark.tokenrange.partitionFile ./primary_key_rows.csv
8+
spark.cdm.tokenrange.partitionFile ./primary_key_rows.csv

src/main/java/com/datastax/cdm/properties/KnownProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public enum PropertyType {
136136
//==========================================================================
137137
// Error handling
138138
//==========================================================================
139-
public static final String TOKEN_RANGE_PARTITION_FILE = "spark.tokenrange.partitionFile";
139+
public static final String TOKEN_RANGE_PARTITION_FILE = "spark.cdm.tokenrange.partitionFile";
140140
static {
141141
types.put(TOKEN_RANGE_PARTITION_FILE, PropertyType.STRING);
142142
}

0 commit comments

Comments
 (0)