Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Update doc/load_data_using_stream_load_howto.md #525

Conversation

yandongxiao
Copy link
Collaborator

Fixes: #523

@@ -7,6 +7,14 @@ FE Proxy is a reverse proxy that can be used to solve this problem. It is a ngin
proxies the HTTP request to FE and BE, including the HTTP 307 redirection.
> You need to switch the traffic, that is, the request sent to FE HTTP Port (8030) is sent to FE Proxy HTTP Port (8080).

**Note: The FE Proxy only resolves the domain name resolution problem for Stream Load Request.**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FE proxy solves the data transfer link through HTTP protocol, non-HTTP traffic can't be proxied by the FE proxy such as the spark connector reading data directly from BE nodes through thrift protocol.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@yandongxiao yandongxiao merged commit 0c010d4 into StarRocks:main May 13, 2024
3 of 4 checks passed
@yandongxiao yandongxiao added v1.9.7 documentation Improvements or additions to documentation labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation v1.9.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FE proxy works for loading data with the spark connector, but not for unloading
2 participants