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 2021/07/16 13:53:07 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #6254: [MINOR] Fix the comment about usage of build.sh

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: commits-unsubscribe@doris.apache.org

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