Marco Gaido

Results 42 comments of Marco Gaido

@yeyb I don't understand your question anyway the answer to your problem is: if you want to support HTTPS proxy, use ProxyType.HTTP and set the `socketFactory` to a `SSLSocketFactory`

@yeyb I am not sure which is the problem you are having, but the example by @swankjesse seems very clear to me, I don't know what else to say...

@boy-uber thanks for your comment. I think the point of this PR is to be able to retrieve the reporter, in order to be able to reuse it to write...

thanks for the patch @peter-toth. I remember there were issues with the thrifserver part due to dependencies on hive which created issues with jetty versions different to the one used...

thanks for submitting the PR @akitanaka. I think we should really first understand why you are seeing this issue. I remember I did several tests also on real clusters after...

mmmh, well the `thriftserver/client` module is useful only for having a working beeline (which you can find in the dev folder). That jar/path is never used in the server side...

@akitanaka the problem is not with the thtiftserver client. The problem is when you are enabling the thriftserver module, so the thrift server is running in the Livy server and...

I have not been able to reproduce any issue with this new PR, but I remember I did have problems with it and it was environment dependent because it depended...