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 2020/06/01 09:26:52 UTC

[GitHub] [incubator-doris] hxianshun opened a new issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

hxianshun opened a new issue #3740:
URL: https://github.com/apache/incubator-doris/issues/3740


   https://github.com/apache/incubator-doris/blob/master/docs/zh-CN/administrator-guide/config/be_config.md
   
   In this page, most of configurations have no instructions. Users can't know what the configuration mean and how the configuration use, so I suggest add instructions for these configurations


----------------------------------------------------------------
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.

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] hxianshun commented on issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

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


   > For BE configs, how about to add a new description parameter for config defination like gflag style, for example:
   > 
   > ```
   >     CONF_Int32(be_port, "9060", "port on which ImpalaInternalService is exported");
   > ```
   > 
   > And then, we can dump all configs to a file (markdown format?), we can use this file directly in documentation.
   
   Good idea, but the translation of other languages how to show? I think not only description or translation needed, maybe explain how to use these confis to make doris achieve high performance is more important.


----------------------------------------------------------------
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.

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] acelyc111 edited a comment on issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

Posted by GitBox <gi...@apache.org>.
acelyc111 edited a comment on issue #3740:
URL: https://github.com/apache/incubator-doris/issues/3740#issuecomment-638578537


   For BE configs, how about to add a new description parameter for config defination like gflag style, for example:
   ```
       CONF_Int32(be_port, "9060", "port on which ImpalaInternalService is exported");
   ```
   And then, we can dump all configs to a file (markdown format?), we can use this file directly in documentation, no need to maintenance code and doc separatly.


----------------------------------------------------------------
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.

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] kangkaisen commented on issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

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


   > For BE configs, how about to add a new description parameter for config defination like gflag style, for example:
   > 
   > ```
   >     CONF_Int32(be_port, "9060", "port on which ImpalaInternalService is exported");
   > ```
   > 
   > And then, we can dump all configs to a file (markdown format?), we can use this file directly in documentation, no need to maintenance code and doc separatly.
   
   +1. We could refer to Apache Arrow. https://arrow.apache.org/docs/cpp/  It's doc was generated by code comment.


----------------------------------------------------------------
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.

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] acelyc111 commented on issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

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


   For BE configs, how about to add a new description parameter for config defination like gflag style, for example:
   ```
       CONF_Int32(be_port, "9060", "port on which ImpalaInternalService is exported");
   ```
   And then, we can dump all configs to a file (markdown format?), we can use this file directly in documentation.


----------------------------------------------------------------
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.

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] HangyuanLiu commented on issue #3740: [Suggestion] Hope to Add Instructions for BE Configurations

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


   We are gradually improving the documentation. The detailed config is commented and explained in the config.cpp/Config.java
    If you have a certain configuration explanation, welcome to contribute code.


----------------------------------------------------------------
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.

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