You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/30 06:50:08 UTC

[GitHub] [incubator-doris] jackwener opened a new issue, #9850: [Enhancement] setup config by set `conf/*.conf` instead of generating `output/(be|fe)/conf`.

jackwener opened a new issue, #9850:
URL: https://github.com/apache/incubator-doris/issues/9850

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   Now, we setup config in `conf/*.conf`, after `./build.sh`, there will be new config file in `output/(be|fe)/conf`.
   
   config if `output/` is actual effective config file.
   
   I think we don't need to generate config file into `output/`, we can use conf file in `conf/` directly.
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg commented on issue #9850: [Enhancement] setup config by set `conf/*.conf` instead of generating `output/(be|fe)/conf`.

Posted by GitBox <gi...@apache.org>.
yangzhg commented on issue #9850:
URL: https://github.com/apache/incubator-doris/issues/9850#issuecomment-1141594278

   The `output` directory is the final output directory of the compilation result. It is used to distribute binary files. The output file should be able to run completely, and there should be a conf file in it. You may use the output directory as a test environment. This usage is not Appropriate, it should be copied to another directory to run


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] jackwener closed issue #9850: [Enhancement] setup config by set `conf/*.conf` instead of generating `output/(be|fe)/conf`.

Posted by GitBox <gi...@apache.org>.
jackwener closed issue #9850: [Enhancement] setup config by set `conf/*.conf` instead of generating `output/(be|fe)/conf`.
URL: https://github.com/apache/incubator-doris/issues/9850


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org