Re: Cannot connect to ES

2019-10-07 Thread Andrei Sereda
HTTPS support was added recently (see CALCITE-3335 ). To be released in 1.22 Currently ES configuration expects hostname without schema prefix (eg. https://). On Mon, Oct 7, 2019 at 9:52 PM Danny Chan wrote: > It seems that the host name

Re: Cannot connect to ES

2019-10-07 Thread Danny Chan
It seems that the host name “https://.com” can not be resolved by the java net api, do you validate it with java code on your machine ? Best, Danny Chan 在 2019年10月8日 +0800 AM8:13,Badrul Chowdhury ,写道: > Hi, > > I am trying to use the Calcite-ES adapter to connect to a remote ES > instance

Cannot connect to ES

2019-10-07 Thread Badrul Chowdhury
Hi, I am trying to use the Calcite-ES adapter to connect to a remote ES instance (logs below). I can connect to the endpoint, but I have to use credentials (login/pass). Is there and option in the model definition to include those fields? The documentation does not mention any.. Thoughts?