File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/datastax/cdm/properties Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public enum PropertyType {
100
100
public static final String PERF_NUM_PARTS = "spark.cdm.perfops.numParts" ; // 10000, was spark.splitSize
101
101
public static final String PERF_BATCH_SIZE = "spark.cdm.perfops.batchSize" ; // 5
102
102
public static final String PERF_LIMIT_READ = "spark.cdm.perfops.readRateLimit" ; // 20000
103
- public static final String PERF_LIMIT_READ_TARGET = "spark.cdm.perfops.readRateLimit.target" ; // readRateLimit
103
+ public static final String PERF_LIMIT_READ_TARGET = "spark.cdm.perfops.readRateLimitTarget" ; // readRateLimit
104
104
public static final String PERF_LIMIT_WRITE = "spark.cdm.perfops.writeRateLimit" ; // 40000
105
105
106
106
public static final String READ_CL = "spark.cdm.perfops.consistency.read" ;
You can’t perform that action at this time.
0 commit comments