Denis Khurtin

Results 1 comments of Denis Khurtin

I found problem with ``` LD_PRELOAD=$LIBNSS_WRAPPER_PATH ``` https://github.com/bitnami/containers/blob/f42116e177933a61ba4beaf3c80233c01d569746/bitnami/spark/3.5/debian-12/rootfs/opt/bitnami/scripts/spark/entrypoint.sh#L30 This part was badly written. I use k8s mode, so my workaround is ``` --conf spark.executorEnv.LD_PRELOAD=/opt/bitnami/common/lib/libnss_wrapper.so ``` Could you refactor this part?...