Hi @rymurr
thanks for the suggestion, now i see the port is accessible via telnet, but python clinet is still not able to connect, any suggestion on further debugging?
remio@dremio-master-0:/opt/dremio$ ss -tuln
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
tcp LISTEN 0 128 :::31010 :::*
tcp LISTEN 0 1 ::ffff:127.0.0.1:41610 :::*
tcp LISTEN 0 128 :::47470 :::*
tcp LISTEN 0 128 :::45678 :::*
tcp LISTEN 0 50 :::9047 :::*
dremio@dremio-master-0:/opt/dremio$
python client error:
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2018.1\helpers\pydev\pydevd.py", line 1664, in <module>
main()
File "C:\Program Files\JetBrains\PyCharm 2018.1\helpers\pydev\pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:\Program Files\JetBrains\PyCharm 2018.1\helpers\pydev\pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm 2018.1\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:/Users/smora/PycharmProjects/o2p/flighttest.py", line 45, in <module>
client.authenticate(HttpDremioClientAuthHandler(username, password))
File "pyarrow\_flight.pyx", line 660, in pyarrow._flight.FlightClient.authenticate
File "pyarrow\error.pxi", line 87, in pyarrow.lib.check_status
pyarrow.lib.ArrowIOError: gRPC failed with error code 16 and message:
on linux
Traceback (most recent call last):
File "./flighttest.py", line 47, in <module>
client.authenticate(HttpDremioClientAuthHandler(username, password))
File "pyarrow/_flight.pyx", line 944, in pyarrow._flight.FlightClient.authenticate
File "pyarrow/_flight.pyx", line 68, in pyarrow._flight.check_flight_status
pyarrow._flight.FlightUnavailableError: gRPC returned unavailable error, with message: Connect Failed