File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,12 +251,12 @@ private Constants() {
251251 public static final boolean EXPERIMENTAL_AWS_INTERNAL_THROTTLING_DEFAULT =
252252 true ;
253253
254- // seconds until we give up trying to establish a connection to s3
254+ // milliseconds until we give up trying to establish a connection to s3
255255 public static final String ESTABLISH_TIMEOUT =
256256 "fs.s3a.connection.establish.timeout" ;
257257 public static final int DEFAULT_ESTABLISH_TIMEOUT = 50000 ;
258258
259- // seconds until we give up on a connection to s3
259+ // milliseconds until we give up on a connection to s3
260260 public static final String SOCKET_TIMEOUT = "fs.s3a.connection.timeout" ;
261261 public static final int DEFAULT_SOCKET_TIMEOUT = 200000 ;
262262
You can’t perform that action at this time.
0 commit comments