beregon87

Results 6 comments of beregon87

> Ubuntu 21.10 The same error after > > pip install PyChromecast==1.0.3 zeroconf==0.19.1 > > restart and the problem resolved for me. This worked for me as well on Xubuntu...

I'm not sure what the problem is here. HDFS does not have HA with only 1 datanode, so you would of course expect errors if you shut it down.

We've had issues similar to this one ever since we started using the hdfs sink connector a few years ago.

@MahsaSeifikar Looking at the logs you included, I don't think it is the same issue. Rather, it looks like you have misconfigured the connector `logs.dir` option.

@migueleliasweb that would break compatibility with all python versions < 3.5

I'm not a maintainer, but looking at `setup.py`: ``` "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language ::...