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 2022/10/08 09:12:35 UTC

[GitHub] [doris-website] SeekingYang opened a new pull request, #132: 404 repair

SeekingYang opened a new pull request, #132:
URL: https://github.com/apache/doris-website/pull/132

   127-130


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


[GitHub] [doris-website] JNSimba commented on a diff in pull request #132: 404 repair

Posted by GitBox <gi...@apache.org>.
JNSimba commented on code in PR #132:
URL: https://github.com/apache/doris-website/pull/132#discussion_r990625167


##########
versioned_docs/version-0.15/best-practices/star-schema-benchmark.md:
##########
@@ -162,4 +162,4 @@ The following test report is based on Doris [branch-0.15](https://github.com/apa
     >
     > Note 4: Parallelism means query concurrency, which is set by `set parallel_fragment_exec_instance_num=8`.
     >
-    > Note 5: Runtime Filter Mode is the type of Runtime Filter, set by `set runtime_filter_type="BLOOM_FILTER"`. ([Runtime Filter](http://doris.incubator.apache.org/master/en/administrator-guide/runtime-filter.html) function has a significant effect on the SSB test set. Because in this test set, The data from the right table of Join can filter the left table very well. You can try to turn off this function through `set runtime_filter_mode=off` to see the change in query latency.)
+    > Note 5: Runtime Filter Mode is the type of Runtime Filter, set by `set runtime_filter_type="BLOOM_FILTER"`. ([Runtime Filter](https://doris.apache.org/docs/0.15/administrator-guide/runtime-filter/) function has a significant effect on the SSB test set. Because in this test set, The data from the right table of Join can filter the left table very well. You can try to turn off this function through `set runtime_filter_mode=off` to see the change in query latency.)

Review Comment:
   url uses relative path



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org


[GitHub] [doris-website] JNSimba commented on a diff in pull request #132: 404 repair

Posted by GitBox <gi...@apache.org>.
JNSimba commented on code in PR #132:
URL: https://github.com/apache/doris-website/pull/132#discussion_r990625312


##########
versioned_docs/version-0.15/installing/install-deploy.md:
##########
@@ -74,7 +74,7 @@ Doris, as an open source MPP architecture OLAP database, can run on most mainstr
 
 > Note 2: Number of FE nodes
 > 
-> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](./internal/metadata-design).)
+> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](https://doris.apache.org/community/design/metadata-design).)

Review Comment:
   same as above



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org


[GitHub] [doris-website] JNSimba commented on a diff in pull request #132: 404 repair

Posted by GitBox <gi...@apache.org>.
JNSimba commented on code in PR #132:
URL: https://github.com/apache/doris-website/pull/132#discussion_r990625257


##########
versioned_docs/version-0.15/extending-doris/logstash.md:
##########
@@ -28,7 +28,7 @@ under the License.
 
 This plugin is used to output data to Doris for logstash, use the HTTP protocol to interact with the Doris FE Http interface, and import data through Doris's stream load.
 
-[Learn more about Doris Stream Load ](http://doris.apache.org/master/zh-CN/administrator-guide/load-data/stream-load-manual.html)
+[Learn more about Doris Stream Load ](https://doris.apache.org/docs/0.15/administrator-guide/load-data/stream-load-manual/)

Review Comment:
   same as above



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org


[GitHub] [doris-website] hf200012 merged pull request #132: 404 repair

Posted by GitBox <gi...@apache.org>.
hf200012 merged PR #132:
URL: https://github.com/apache/doris-website/pull/132


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


[GitHub] [doris-website] SeekingYang commented on a diff in pull request #132: 404 repair

Posted by GitBox <gi...@apache.org>.
SeekingYang commented on code in PR #132:
URL: https://github.com/apache/doris-website/pull/132#discussion_r990718768


##########
versioned_docs/version-0.15/installing/install-deploy.md:
##########
@@ -74,7 +74,7 @@ Doris, as an open source MPP architecture OLAP database, can run on most mainstr
 
 > Note 2: Number of FE nodes
 > 
-> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](./internal/metadata-design).)
+> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](https://doris.apache.org/community/design/metadata-design).)

Review Comment:
   this url cannot use relative path



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org