Weijian Wen
Weijian Wen
Add “commons.crypto.stream.buffer.size” configuration in hbase when doing encryption through commonsCryptoAES.
add sm4-ctr and sm4-cbc in opensslCipher
I used spark 3.3.0, which includes netlib v2.2.1. When I ran spark on jdk17, i got a warning from yarn logs `WARN InstanceBuilder$JavaBLAS: Failed to load implementation from:dev.ludovic.netlib.blas.VectorBLAS`. I debug...
## What changes were proposed in this pull request? Add debian 10 support in vcpkg depends. (Please fill in changes proposed in this fix) (Fixes: \#ISSUE-ID) #6285 ## How was...
### Description Add debian 10 support in vcpkg environment. Now the setup-build-depends.sh supports debian 11.
### Backend VL (Velox) ### Bug description I am trying to set `spark.gluten.memory.dynamic.offHeap.sizing.enabled=true"`, but OOM exception occurs. spark configuration : ``` spark.executor.memory=4g; spark.executor.memoryOverhead=1G; spark.gluten.memory.dynamic.offHeap.sizing.enabled=true spark.memory.offHeap.enabled=true ``` and web ui shows:...