372046933

Results 39 comments of 372046933

ERROR: unrecognized node type: 63 是啥原因呢?

Is HDFS supported now? Loading from HDFS path results in coredump ```python dataset = tfio.IODataset.from_orc("hdfs://xxx/yy/iris.orc", capacity=15).batch(1) ```

> Is HDFS supported now? Loading from HDFS path results in coredump > > ```python > dataset = tfio.IODataset.from_orc("hdfs://xxx/yy/iris.orc", capacity=15).batch(1) > ``` HDFS supported (with kerberos) by https://github.com/tensorflow/io/pull/1674

By the way, Kerberos support is provided by `libhdfs`, `libgssapi-krb5-2` etc., which must be installed on the environment. I have tested `libhdfspp` and found that `libhdfspp` does not support kerberos.

希望https://github.com/apache/incubator-brpc/pull/1657 早点合并吧

`butil` depends on "//conditions:default": ["//external:ssl"],

Will it be merged soon?

I have to set `proxy_read_timeout` to a large value like 86400, otherwise, browser console continues reconnecting. https://github.com/jupyterhub/jupyterhub/issues/3368

> I have to set `proxy_read_timeout` to a large value like 86400, otherwise, browser console continues reconnecting. [jupyterhub/jupyterhub#3368](https://github.com/jupyterhub/jupyterhub/issues/3368) `proxy_read_timeout = 60s` is enough. Because the ping-pong interval is 30s

[nvidia/cuda:11.2.1-base-ubuntu20.04](https://hub.docker.com/layers/cuda/nvidia/cuda/11.2.1-base-ubuntu20.04/images/sha256-ad18e739eb064a62293c584e294b5103057bc898d39a728b65954ffa2e7a0c78?context=explore) is updated this afternoon. I pull the updated image and the pub key problem disappeared