EmmyMiao87 commented on a change in pull request #6943:
URL: https://github.com/apache/incubator-doris/pull/6943#discussion_r737980565
##########
File path: docs/en/installing/compilation.md
##########
@@ -107,6 +107,14 @@ Note: For different versions of Doris, you need to
download the corresponding mi
$ sh build.sh
```
+ > ** Note: **
+ >
+ > If you are using `build-env-1.4.1` This environment, use the following
command when compiling:
+ >
+ > `sh build.sh --clean --be --fe --ui` this way
Review comment:
```suggestion
> `sh build.sh --clean --be --fe --ui`
```
##########
File path: docs/en/installing/compilation.md
##########
@@ -107,6 +107,14 @@ Note: For different versions of Doris, you need to
download the corresponding mi
$ sh build.sh
```
+ > ** Note: **
+ >
+ > If you are using `build-env-1.4.1` This environment, use the following
command when compiling:
+ >
+ > `sh build.sh --clean --be --fe --ui` this way
+ >
+ > This is because the code generated by the old THRIFT belt Boost relies
on the file part of the file, there is no lock-dependent file in the new
version of Thrift, you need to clean up the rebound-generated dependence,Need
to add - Clean parameters
Review comment:
```suggestion
> This is because the version 1.4.1 image has upgraded thrift (0.9 ->
0.13), you need to use the --clean command to force the use of the new version
of thrift to generate code files, otherwise incompatible code will appear.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]