You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/08/04 13:08:56 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #889: [BUILD] Package release tarball

yaooqinn commented on a change in pull request #889:
URL: https://github.com/apache/incubator-kyuubi/pull/889#discussion_r682598931



##########
File path: docs/develop_tools/distribution.md
##########
@@ -29,12 +29,12 @@ For instance,
 ./build/dist --name custom-name --tgz
 ```
 
-This results a Kyuubi distribution named `kyuubi-{version}-bin-custom-name.tar.gz` for you.
+This results a Kyuubi distribution named `kyuubi-{version}-bin-custom-name.tgz` for you.
 
 If you are planing to deploy Kyuubi where `spark` is provided, in other word, it's not required to bundle spark binary, use 
 
 ```bash
 ./build/dist --tgz --spark-provided
 ```
 
-Then you will get a Kyuubi distribution without spark binary named `kyuubi-{version}-bin-without-spark.tar.gz`.
+Then you will get a Kyuubi distribution without spark binary named `kyuubi-{version}-bin-without-spark.tgz`.

Review comment:
       fix the name here?




-- 
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@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org