wForget commented on PR #7503:
URL:
https://github.com/apache/incubator-gluten/pull/7503#issuecomment-2412848922
Maybe we can package them into a zip file with directories like this:
```
./
└── Linux
└── x86_64
└── libjemalloc.so
...
```
Then specify preload jemalloc lib like this:
```
spark.yarn.dist.archives=/path/to/jemallocs.zip
spark.executorEnv.LD_PRELOAD=./jemallocs.zip/$(uname)/$(uname
-m)/libjemalloc.so
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]