File tree Expand file tree Collapse file tree
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1072,15 +1072,17 @@ private Constants() {
10721072 * ranges together during vectored read operation.
10731073 * Value : {@value}.
10741074 */
1075- public static final String AWS_S3_VECTOR_READS_MIN_SEEK_SIZE = "fs.s3a.vectored.read.min.seek.size" ;
1075+ public static final String AWS_S3_VECTOR_READS_MIN_SEEK_SIZE =
1076+ "fs.s3a.vectored.read.min.seek.size" ;
10761077
10771078 /**
10781079 * What is the largest merged read size such that we group
10791080 * ranges together during vectored read.
10801081 * Setting this value to 0 will disable merging of ranges.
10811082 * Value : {@value}.
10821083 */
1083- public static final String AWS_S3_VECTOR_READS_MAX_MERGED_READ_SIZE = "fs.s3a.vectored.read.max.merged.size" ;
1084+ public static final String AWS_S3_VECTOR_READS_MAX_MERGED_READ_SIZE =
1085+ "fs.s3a.vectored.read.max.merged.size" ;
10841086
10851087 /**
10861088 * Default minimum seek during vectored reads : {@value}.
You can’t perform that action at this time.
0 commit comments