JNSimba commented on issue #325:
URL:
https://github.com/apache/doris-spark-connector/issues/325#issuecomment-3569370742
@Nj-kol There are two issues here: reading and writing.
1. For writing, configuring the external BE IP address on `doris.benodes`
will solve the problem; this parameter is currently supported.
2. For reading, similar to the 9060 error mentioned above, you need to
switch to ArrowFlight for reading. Since ArrowFlight internally also involves
direct client-to-BE connection for reading, you need to configure
`public_host={nginx ip}` and `arrow_flight_sql_proxy_port={nginx port}`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]