### Willingness to contribute Yes. I can contribute a fix for this bug independently. ### Feathr version 0.10.4-rc1 ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 20.0)**: - **Python version**: - **Spark version, if reporting runtime issue**: ### Describe the problem Log4j version conflict causes the following problem: <img width="936" alt="image" src="https://user-images.githubusercontent.com/26561033/216555843-05be2d4f-c02f-44d4-afc9-b5a7285a5b93.png"> ### Tracking information _No response_ ### Code to reproduce bug _No response_ ### What component(s) does this bug affect? - [ ] `Python Client`: This is the client users use to interact with most of our API. Mostly written in Python. - [X] `Computation Engine`: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark. - [ ] `Feature Registry API`: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API) - [ ] `Feature Registry Web UI`: The Web UI for feature registry. Written in React