thinkharderdev commented on issue #1020:
URL:
https://github.com/apache/arrow-datafusion/issues/1020#issuecomment-997411993
I get the same error on a mac. It seems like the executor is listening on
the IPv6 loopback address but the client is trying to fetch the partition from
the IPv4 loopback address:
```
INFO [ballista_executor::standalone] Ballista v0.6.0 Rust Executor listening
on [::1]:62689
Error: Execution("General(\"Error connecting to Ballista scheduler or
executor at http://127.0.0.1:62689: tonic::transport::Error(Transport,
hyper::Error(Connect, ConnectError(\\\"tcp connect error\\\", Os { code: 61,
kind: ConnectionRefused, message: \\\"Connection refused\\\" })))\")")
```
--
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]