Weijian Wen
Weijian Wen
This is a configuration in Apache Commons-crypto and HBase use this library to do encryption. The default value of this buffer size is 8192. If we want to encrypt something...
I found a warning in [Java CI / build (macos-latest, 8, false)](https://github.com/apache/commons-crypto/runs/6812108742?check_suite_focus=true): `** WARN: Could not enable JNA; detected lib VERSION 0x10000000: Error looking up function 'ENGINE_load_rdrand': dlsym(0x7ff81e7bd070, ENGINE_load_rdrand): symbol...
This PR is a wrapper over OpenSSL, but If we want to test it, we need to install a specific engine. In my case, i installed [kae engine ](https://github.com/kunpengcompute/KAE)and it...
I met this issue too. My system Locale is Chinese, and I select English in the bottom left corner. System: Windows 10, openJDK 1.8.0_345 jar: jitwatch-ui-1.4.7-shaded-win.jar
> @MacChen01 @brahmareddybattula > > This PR is somewhat disruptive as it changes a lot of content. Essentially, the limitation of Ambari's support for multiple operating systems is just to...
https://github.com/apache/incubator-gluten/blob/main/gluten-core/src/main/java/org/apache/gluten/memory/memtarget/DynamicOffHeapSizingMemoryTarget.java#L51 I have one question here: ``` if (size + usedOffHeapBytesNow + usedOnHeapBytes > MAX_MEMORY_IN_BYTES) { ... } ``` Why we need to use the `usedOnHeapBytes` to compare with `MAX_MEMORY_IN_BYTES(offHeapMemorySize)`?
PTAL @supermem613 @zhztheplayer
> Why are you using the option spark.gluten.memory.dynamic.offHeap.sizing.enabled? @wenwj0 In our scenario, we have various configurations for different executor memory. I try to use this property because it seems that...
> We don't have CI to track this. Would you like to maintain this support? @FelixYBW Sure, I am willing to do this, please let me know what I need...