[DOC]Doris BE development and debugging environment construction#6056
Merged
morningman merged 8 commits intoapache:masterfrom Jul 4, 2021
hf200012:be-dev
Merged
[DOC]Doris BE development and debugging environment construction#6056morningman merged 8 commits intoapache:masterfrom hf200012:be-dev
morningman merged 8 commits intoapache:masterfrom
hf200012:be-dev
Conversation
[DOC]Doris BE development and debugging environment construction
Add installation under ubuntu, dependent installation
morningman
reviewed
Jun 21, 2021
Contributor
morningman
left a comment
There was a problem hiding this comment.
Thank for your share, please update the sidebar
update the sidebar
morningman
reviewed
Jun 23, 2021
docs/.vuepress/sidebar/en.js
Outdated
| "debug-tool", | ||
| "fe-eclipse-dev", | ||
| "fe-idea-dev", | ||
| "be-vscode-dev", |
Contributor
There was a problem hiding this comment.
indent, using space instead of tab
space instead of tab
morningman
reviewed
Jun 28, 2021
docs/.vuepress/sidebar/zh-CN.js
Outdated
| "debug-tool", | ||
| "fe-eclipse-dev", | ||
| "fe-idea-dev", | ||
| "be-vscode-dev", |
Contributor
There was a problem hiding this comment.
Suggested change
| "be-vscode-dev", | |
| "be-vscode-dev", |
using space instead of tab
EmmyMiao87
reviewed
Jun 30, 2021
| under the License. | ||
| --> | ||
|
|
||
| # Apache doris Be development and debugging |
| under the License. | ||
| --> | ||
|
|
||
| # Apache doris Be 开发调试 |
|
|
||
| 2. 安装 GCC 8.3.1+,Oracle JDK 1.8+,Python 2.7+,确认 gcc, java, python 命令指向正确版本, 设置 JAVA_HOME 环境变量 | ||
|
|
||
| 4. 安装其他依赖包 |
Contributor
There was a problem hiding this comment.
Suggested change
| 4. 安装其他依赖包 | |
| 3. 安装其他依赖包 |
EmmyMiao87
reviewed
Jul 1, 2021
| 2. 编译第三方依赖包 | ||
|
|
||
| ``` | ||
| cd /home/zhangfeng/incubator-doris/thirdparty |
Contributor
There was a problem hiding this comment.
Suggested change
| cd /home/zhangfeng/incubator-doris/thirdparty | |
| cd /home/incubator-doris/thirdparty |
| 3. 编译doris产品代码 | ||
|
|
||
| ``` | ||
| cd /home/zhangfeng/incubator-doris |
Contributor
There was a problem hiding this comment.
Suggested change
| cd /home/zhangfeng/incubator-doris | |
| cd /home/incubator-doris |
| ./build.sh --be --fe --clean#删除并同时编译be fe | ||
| ``` | ||
|
|
||
| 如果不出意外,应该会编译成功,最终的部署文件将产出到 /home/zhangfeng/incubator-doris/output/ 目录下。如果还遇到其他问题,可以参照 doris 的安装文档 http://doris.apache.org。 |
Contributor
There was a problem hiding this comment.
Suggested change
| 如果不出意外,应该会编译成功,最终的部署文件将产出到 /home/zhangfeng/incubator-doris/output/ 目录下。如果还遇到其他问题,可以参照 doris 的安装文档 http://doris.apache.org。 | |
| 如果不出意外,应该会编译成功,最终的部署文件将产出到 /home/incubator-doris/output/ 目录下。如果还遇到其他问题,可以参照 doris 的安装文档 http://doris.apache.org。 |
stalary
pushed a commit
to stalary/doris
that referenced
this pull request
Jul 8, 2021
…che#6056) Doris BE development and debugging environment construction Add installation under ubuntu, dependent installation Compile on ubuntu 20.04 physical machine, the actual test needs to install these dependencies: autoconf automake libtool autopoint
stalary
pushed a commit
to stalary/doris
that referenced
this pull request
Jul 27, 2021
…che#6056) Doris BE development and debugging environment construction Add installation under ubuntu, dependent installation Compile on ubuntu 20.04 physical machine, the actual test needs to install these dependencies: autoconf automake libtool autopoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doris BE development and debugging environment construction
Add installation under ubuntu, dependent installation
Compile on ubuntu 20.04 physical machine, the actual test needs to install these dependencies: autoconf automake libtool autopoint
Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce to Doris?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...