This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new c6e442e [MINOR] Fix the comment about usage of build.sh (#6254)
c6e442e is described below
commit c6e442e9264810760550eb8353850be11ec7f035
Author: zhoukang <[email protected]>
AuthorDate: Sun Jul 18 20:53:42 2021 +0800
[MINOR] Fix the comment about usage of build.sh (#6254)
* [BUILD] Fix comment about usage of build.sh
Co-authored-by: yuzhou.zk <[email protected]>
---
build.sh | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/build.sh b/build.sh
index 16c248c..641d7da 100755
--- a/build.sh
+++ b/build.sh
@@ -17,10 +17,17 @@
# under the License.
##############################################################
-# This script is used to compile Apache Doris(incubating)
-# Usage:
-# sh build.sh build both Backend and Frontend.
-# sh build.sh -clean clean previous output and build.
+# This script is used to compile Apache Doris(incubating).
+# Usage:
+# sh build.sh --help
+# Eg:
+# sh build.sh build all
+# sh build.sh --be build Backend without clean
+# sh build.sh --fe --clean clean and build Frontend and Spark
Dpp application, without web UI
+# sh build.sh --fe --be --clean clean and build Frontend, Spark
Dpp application and Backend, without web UI
+# sh build.sh --spark-dpp build Spark DPP application alone
+# sh build.sh --fe --ui build Frontend web ui with npm
+# sh build.sh --fe --be --ui --clean clean and build Frontend, Spark
Dpp application, Backend and web UI
#
# You need to make sure all thirdparty libraries have been
# compiled and installed correctly.
@@ -50,10 +57,10 @@ Usage: $0 <options>
Eg.
$0 build all
$0 --be build Backend without clean
- $0 --fe --clean clean and build Frontend and Spark
Dpp application
- $0 --fe --be --clean clean and build Frontend, Spark
Dpp application and Backend
+ $0 --fe --clean clean and build Frontend and Spark
Dpp application, without web UI
+ $0 --fe --be --clean clean and build Frontend, Spark
Dpp application and Backend, without web UI
$0 --spark-dpp build Spark DPP application alone
- $0 --fe --ui build Frontend web ui with npm
+ $0 --fe --ui build Frontend web ui with npm
"
exit 1
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]