hadoop/hadoop-tools
Mehakmeet Singh 8e5620cd9e
HADOOP-17195. ABFS: OutOfMemory error while uploading huge files (#3446)
Addresses the problem of processes running out of memory when
there are many ABFS output streams queuing data to upload,
especially when the network upload bandwidth is less than the rate
data is generated.

ABFS Output streams now buffer their blocks of data to
"disk", "bytebuffer" or "array", as set in
"fs.azure.data.blocks.buffer"

When buffering via disk, the location for temporary storage
is set in "fs.azure.buffer.dir"

For safe scaling: use "disk" (default); for performance, when
confident that upload bandwidth will never be a bottleneck,
experiment with the memory options.

The number of blocks a single stream can have queued for uploading
is set in "fs.azure.block.upload.active.blocks".
The default value is 20.

Contributed by Mehakmeet Singh.
2021-09-22 11:19:16 +01:00
..
hadoop-aliyun Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-archive-logs Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-archives Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-aws HADOOP-17894. CredentialProviderFactory.getProviders() recursion loading JCEKS file from S3A (#3393) 2021-09-08 17:00:20 +01:00
hadoop-azure HADOOP-17195. ABFS: OutOfMemory error while uploading huge files (#3446) 2021-09-22 11:19:16 +01:00
hadoop-azure-datalake Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-datajoin Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-distcp HADOOP-17628. Distcp contract test is really slow with ABFS and S3A; timing out. (#3240) 2021-08-02 12:58:37 +01:00
hadoop-dynamometer HDFS-16050. Some dynamometer tests fail. (#3079) 2021-06-07 15:03:06 +09:00
hadoop-extras Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-fs2img Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-gridmix Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-kafka Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-openstack Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-pipes Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-resourceestimator Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-rumen Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-sls HADOOP-17760. Delete hadoop.ssl.enabled and dfs.https.enable from docs and core-default.xml (#3099) 2021-06-17 10:00:36 +09:00
hadoop-streaming Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
hadoop-tools-dist Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00
pom.xml Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00