Re: Reset/restart CI

2021-04-20 Thread Julian Hyde
I see that Stamatis merged the PR. Thanks for the PR! > On Apr 18, 2021, at 7:44 PM, JiaTao Tao wrote: > > PR is already created and UT are all passed for a few days: > https://github.com/apache/calcite/pull/2404. > About the Github ENV, I think we are not authorized to do this. > The PR merge

Re: Reset/restart CI

2021-04-18 Thread JiaTao Tao
PR is already created and UT are all passed for a few days: https://github.com/apache/calcite/pull/2404. About the Github ENV, I think we are not authorized to do this. The PR merge is blocked for some days, let's done this ASAP. Regards! Aron Tao Julian Hyde 于2021年4月19日周一 上午3:21写道: > Aron

Re: Reset/restart CI

2021-04-18 Thread Julian Hyde
Aron & Alessandro, Can you discuss & come to consensus in https://issues.apache.org/jira/browse/CALCITE-4587 , and create a PR. Julian > On Apr 17, 2021, at 10:12 PM, JiaTao Tao wrote: > > Yes, I believe set ENV can archive the same

Re: Reset/restart CI

2021-04-17 Thread JiaTao Tao
Yes, I believe set ENV can archive the same purpose, the benefit of setting this in code is more stable and unaffected by the environment, as mentioned above: "GitHub updates virtual environments from time to time". Regards! Aron Tao Alessandro Solimando 于2021年4月16日周五 下午8:55写道: > Hi all, >

Re: Reset/restart CI

2021-04-16 Thread Alessandro Solimando
Hi all, locally on MacOS I have to set the SPARK_LOCAL_IP environment variable to overcome that very same problem (something along the line of export SPARK_LOCAL_IP="127.0.0.1"). I wonder if it wouldn't be less intrusive to set an environment variable rather than statically setting a SparkConf

Re: Reset/restart CI

2021-04-16 Thread JiaTao Tao
Hi The problem may be the wrong hostname in "/etc/hosts", a way to solve this problem is to set "spark.driver.bindAddress" explicitly, I've tested this and it works. I've created a JIRA(CALCITE-4587) and attached the PR( https://github.com/apache/calcite/pull/2404/files). Regards! Aron Tao

Re: Reset/restart CI

2021-04-14 Thread Vladimir Sitnikov
> java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed > after 16 retries (on a random free port)! Consider explicitly setting the appropriate > binding address for the service 'sparkDriver' (for example spark.driver.bindAddress > for SparkDriver) to the correct

Reset/restart CI

2021-04-14 Thread Julian Hyde
The same CI job seems to be failing in very similar ways [1]. I suspect there is some "memory" in the CI environment causing this error: > java.net.BindException: Cannot assign requested address: Service > 'sparkDriver' failed > after 16 retries (on a random free port)! Consider explicitly