-
### Search before asking
- [X] I had searched in the [issues](https://github.com/databendlabs/databend/issues) and found no similar issues.
### Version
```
v1.2.615-a8da519a63(rust-1.81.0-nightly…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
### What happens?
I am using fsspec's (2024.6.0) [WebHDFS](https://filesystem-spec.readthedocs.io/en/latest/_modules/fsspec/implementations/webhdfs.html) implementation to connect to our HDFS. When…
-
```
import hadoop.conf
import desktop.conf
```
가 어떻게 가능한가?
desktop 앱에서 Makefile 을 보면 virtual env 에 순서대로 각 컴포넌트를 빌드하고 설치한다.
따라서, `desktop/core/src/desktop/conf.py`, `desktop/libs/hadoop/src/had…
-
> **66b6329** created the issue
Please consider adding support of webHDFS protocol.
https://hadoop.apache.org/docs/4ebaa120643e8e11fdd2ae7c0e1bf851d351ca65.0.4/webhdfs.htm
The protocol requires two …
-
So far I was not able to use webhdfs with docker version of hadoop [on Ubuntu]. Here is what I tried:
1) Add a text file at user/root/f.txt :
```
curl -i -X PUT -T f.txt "http://172.17.0.2:50070/web…
-
webhdfs_prefix is hard coded in _Request class (client.py): webhdfs_prefix = `'/webhdfs/v1'
However, some clusters don't use the standard prefix. It's better to pass in the prefix as a parameter of C…
-
Hi,
I've been playing with the HDFS remote (with some problems, I've opened a bug report).
I'm wondering if there is any plan to add support for WebHDFS or Httpfs to allow access to remote Hadoop …
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this iss…
-
I can't access WebHDFS via Curl or using Python HDFS. For instance, the response of `curl -i "http://localhost:50070/webhdfs/v1/user/?op=GETFILESTATUS"` is `curl: (52) Empty reply from server`.
Wh…