morningman commented on a change in pull request #6254:
URL: https://github.com/apache/incubator-doris/pull/6254#discussion_r671270804



##########
File path: build.sh
##########
@@ -17,10 +17,16 @@
 # 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

Review comment:
       ```suggestion
   #    sh build.sh  --fe --clean          clean and build Frontend and Spark 
Dpp application, without web UI.
   ```

##########
File path: build.sh
##########
@@ -17,10 +17,16 @@
 # 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

Review comment:
       ```suggestion
   #    sh build.sh  --fe --clean          clean and build Frontend and Spark 
Dpp application, without web UI.
   ```

##########
File path: build.sh
##########
@@ -17,10 +17,16 @@
 # 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
+#    sh build.sh  --fe --be --clean     clean and build Frontend, Spark Dpp 
application and Backend

Review comment:
       ```suggestion
   #    sh build.sh  --fe --be --clean     clean and build Frontend, Spark Dpp 
application and Backend, without web UI.
   ```

##########
File path: build.sh
##########
@@ -17,10 +17,16 @@
 # 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
+#    sh build.sh  --fe --be --clean     clean and build Frontend, Spark Dpp 
application and Backend
+#    sh build.sh  --spark-dpp           build Spark DPP application alone
+#    sh build.sh  --fe --ui             build Frontend web ui with npm

Review comment:
       Please add a new entry:
   # sh build.sh  --fe --be --ui --clean     clean and build Frontend, Spark 
Dpp application, Backend and web UI

##########
File path: build.sh
##########
@@ -17,10 +17,16 @@
 # 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
+#    sh build.sh  --fe --be --clean     clean and build Frontend, Spark Dpp 
application and Backend
+#    sh build.sh  --spark-dpp           build Spark DPP application alone
+#    sh build.sh  --fe --ui             build Frontend web ui with npm

Review comment:
       Please add a new entry:
   `# sh build.sh  --fe --be --ui --clean     clean and build Frontend, Spark 
Dpp application, Backend and web UI`




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

Reply via email to