You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
@stczwd Thanks for reporting! the numa binding feature is not so robust, will look into this
Thanks for your attension. spark.oap.sql.columnar.numaBinding=false worked with me. I have change the code with some style changes, please check it again, thanks
If we run with spark local, ExecutorManager.scala#L46 will throw index out of range exception.
This is because there is no
YarnCoarseGrainedExecutorBackend
in our environment, thus we use Random.nextInt to get random index.The text was updated successfully, but these errors were encountered: