Yicong-Huang opened a new pull request, #3870: URL: https://github.com/apache/texera/pull/3870
In our current implementation, we hard-coded to use `core` folder as the root of all services. When look for configuration of a service, we search from `core` folder. This logic relies heavily on the `core` folder. This PR changes the behavior: 1. We use `TEXERA_HOME` env variable to find the root of the texera repo. All services/configures/files should be searched starting from this dir. 2. When omitted, it will default to the current working directory. -- 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]
