This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bc60d5191a [MINOR] Remove irrelevant comments (#9328)
4bc60d5191a is described below

commit 4bc60d5191a748b2ad536603b962e7fca0955528
Author: Dongsj <[email protected]>
AuthorDate: Tue Aug 1 16:50:57 2023 +0800

    [MINOR] Remove irrelevant comments (#9328)
    
    Co-authored-by: dongsj <[email protected]>
---
 .../hudi-metaserver-server/bin/start_hudi_metaserver.sh          | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git 
a/hudi-platform-service/hudi-metaserver/hudi-metaserver-server/bin/start_hudi_metaserver.sh
 
b/hudi-platform-service/hudi-metaserver/hudi-metaserver-server/bin/start_hudi_metaserver.sh
index f45fd5b4ef1..a878138c294 100755
--- 
a/hudi-platform-service/hudi-metaserver/hudi-metaserver-server/bin/start_hudi_metaserver.sh
+++ 
b/hudi-platform-service/hudi-metaserver/hudi-metaserver-server/bin/start_hudi_metaserver.sh
@@ -16,11 +16,4 @@
 #  See the License for the specific language governing permissions and
 # limitations under the License.
 
-#
-# Usage: ./scripts/checkout_pr.sh
-#
-# Checkout a PR given the PR number into a local branch. PR branches are named
-# using the convention "pull/<PR_NUMBER>", to enable pr_push_command.sh to work
-# in tandem.
-#
-java -jar hudi-metaserver-*.jar
+java -jar hudi-metaserver-*.jar
\ No newline at end of file

Reply via email to