Known Issues in Cloud Connectors
Known issues and technical limitations for Cloud Connectors are addressed in Cloudera Runtime 7.1.9 SP2.
Known issues identified in Cloudera Runtime 7.1.9 SP2
There are no new known issues identified in this release.
Known issues identified before Cloudera Runtime 7.1.9 SP2
- CDPD-76378 Uploading files to S3 takes longer than expected
- Uploading files to S3 on long haul networks is delayed if the
file is smaller than 64MB. As the
100-continueheader is not received immediately, the files are uploaded only after several retries. The delay in uploading is caused by thefs.s3a.connection.expect.continueS3A configuration parameter. Thefs.s3a.connection.expect.continueS3A configuration property controls whether or not aPUTrequest to the S3 store sets the"Expect: 100-continue"header, and awaits a100 CONTINUEresponse before uploading any data. This allows throttling and other transient problems to be reported by the S3 store before there is an attempt by the client to upload any data.By default, the value of the configuration property is set to
true, which means that the header is set, and a100 CONTINUEresponse is required.
