503 but expected a 200 & Readiness probe failed: Error: Got HTTP code 000 but expected a 200{"error":{"root_cause":[{"type":"circuit_breaking_exception&
我正在尝试在jupyter笔记本中使用elasticsearch,我已经使用pip install elasticsearch安装了elasticsearchpython客户端,并且在启动我的笔记本时,我在类路径中包含了elasticsearch spark连接器jar,但是当我测试elasticsearch实例是否正在运行时,我得到了No Module named elasticsearch,下面是我使用的代码:
from <em