which port should FlightSQL handler use #10741
youngsofun
started this conversation in
General
Replies: 3 comments 2 replies
-
50050 report https://github.com/datafuselabs/databend/actions/runs/4499896016/jobs/7918538998 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
according to https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
8600 is used in stateful standalone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FlightSQL
50050:
https://arrow.apache.org/ballista/user-guide/flightsql.html
Using FlightSQL to Connect to Ballista — Arrow DataFusion documentation (apache.org)
example server in arrow_rs use 50051
31337:
https://voltrondata.com/resources/running-arrow-flight-server-querying-data-jdbc-adbc
Running an Arrow Flight SQL Server and Querying Data with JDBC and ADBC | Voltron Data
https://github.com/voltrondata/flight-duckdb-example
voltrondata/flight-duckdb-example: Sample code to accompany blog post showcasing Arrow Flight SQL running on DuckDB (github.com)
other JDBC port
https://www.doc.ic.ac.uk/~pjm/databases/jdbc.html
JDBC (ic.ac.uk)
Beta Was this translation helpful? Give feedback.
All reactions