doc: add server preload and hubble deploy#281
Merged
imbajin merged 14 commits intoapache:masterfrom Sep 12, 2023
Merged
Conversation
imbajin
reviewed
Sep 9, 2023
Member
imbajin
left a comment
There was a problem hiding this comment.
fix CN first, then sync EN doc later
Comment on lines
64
to
80
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.h.Http11NioProtocol [] - Initializing ProtocolHandler ["http-nio-0.0.0.0-8088"] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.StandardService [] - Starting service [Tomcat] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.StandardEngine [] - Starting Servlet engine: [Apache Tomcat/9.0.24] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.C.[.[.[/] [] - Initializing Spring embedded WebApplicationContext | ||
| 2023-08-30 20:38:37 [main] [INFO ] c.z.h.HikariDataSource [] - hugegraph-hubble-HikariCP - Starting... | ||
| 2023-08-30 20:38:38 [main] [INFO ] c.z.h.HikariDataSource [] - hugegraph-hubble-HikariCP - Start completed. | ||
| 2023-08-30 20:38:41 [main] [INFO ] o.a.c.h.Http11NioProtocol [] - Starting ProtocolHandler ["http-nio-0.0.0.0-8088"] | ||
| 2023-08-30 20:38:41 [main] [INFO ] o.a.h.HugeGraphHubble [] - Started HugeGraphHubble in 7.379 seconds (JVM running for 8.499) | ||
| flection.CachedClass | ||
| WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | ||
| WARNING: All illegal access operations will be denied in a future release | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.h.Http11NioProtocol [] - Initializing ProtocolHandler ["http-nio-0.0.0.0-8088"] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.StandardService [] - Starting service [Tomcat] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.StandardEngine [] - Starting Servlet engine: [Apache Tomcat/9.0.24] | ||
| 2023-08-30 20:38:37 [main] [INFO ] o.a.c.c.C.[.[.[/] [] - Initializing Spring embedded WebApplicationContext | ||
| 2023-08-30 20:38:37 [main] [INFO ] c.z.h.HikariDataSource [] - hugegraph-hubble-HikariCP - Starting... | ||
| 2023-08-30 20:38:38 [main] [INFO ] c.z.h.HikariDataSource [] - hugegraph-hubble-HikariCP - Start completed. |
Member
There was a problem hiding this comment.
could reduce useless log print 🖨️
Comment on lines
546
to
548
| % Total % Received % Xferd Average Speed Time Time Time Current | ||
| Dload Upload Total Spent Left Speed | ||
| 100 222 100 222 0 0 4625 0 --:--:-- --:--:-- --:--:-- 4625 |
Comment on lines
586
to
588
| % Total % Received % Xferd Average Speed Time Time Time Current | ||
| Dload Upload Total Spent Left Speed | ||
| 100 222 100 222 0 0 4625 0 --:--:-- --:--:-- --:--:-- 4625 |
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: imbajin <jin@apache.org>
javeme
reviewed
Sep 10, 2023
|
|
||
| #### 2.2 源码编译 | ||
|
|
||
| 需要用户提前安装`yarn==16.x` |
|
|
||
| #### 2.1 下载 toolchain 二进制包 | ||
|
|
||
| 首先下载tar包 |
Contributor
There was a problem hiding this comment.
我们可以先说明一下:"hubble 在 toolchain 仓库中,首先下载 toolchain 的 tar 包"
|
|
||
| #### 9.2 启动脚本时指定参数 | ||
|
|
||
| 在脚本启动时候携带 `-p true` 参数 |
imbajin
reviewed
Sep 11, 2023
aroundabout
commented
Sep 11, 2023
Co-authored-by: imbajin <jin@apache.org>
github-actions bot
pushed a commit
that referenced
this pull request
Sep 12, 2023
- add the server preload - add how to deploy hubble --------- Co-authored-by: imbajin <jin@apache.org> 156b9c7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

main change
related issue