Back to Starrocks

Stream Load Table Url

docs/en/_assets/commonMarkdown/stream_load_table_url.mdx

4.1.01.2 KB
Original Source
Plain
http://<fe_host>:<fe_http_port>/api/<database_name>/<table_name>/_stream_load

The following table describes the parameters in the URL.

ParameterRequiredDescription
fe_hostYesThe IP address of the FE node in your cluster.
NOTE
If you submit the load job to a specific BE or CN node, you must input the IP address of the BE or CN node.
fe_http_portYesThe HTTP port number of the FE node in your cluster. The default port number is 8030.
NOTE
If you submit the load job to a specific BE or CN node, you must input the HTTP port number of the BE or CN node. The default port number is 8030.
database_nameYesThe name of the database to which the table belongs.
table_nameYesThe name of the table.

:::note You can use SHOW FRONTENDS to view the IP address and HTTP port of the FE node. :::