-
```python
client = KerberosClient('http://....:50070', delegate=True)
client.list('hdfs:///')
```
produces this error
```
INFO:hdfs.client:Instantiated .
INFO:hdfs.client:Listing 'hdfs:///'.
D…
-
Hello,
I am forced to uptake 5.0.0 alpha4 for Kafka input plugin with Kafka 0.10 support. Now I am running into a dependency problem with Avro codec. Apparently it has issues with logstash-core. See …
-
# Bug Report
## Description
When downloading files from a remote storage via dvc pull, the download stucks all 'number-of-jobs' files for about 10 seconds before continuing.
I have a folder on …
-
When attempting to run this against a cluster, I get:
ValueError: Invalid value for `inactive_timeout`, must be a value greater than or equal to `60`
However when I look at the value on the clus…
-
I am trying to compile Dr. Elephant on my mac.
I already installed the following dependencies:
1. spark 2.4.4
2. hadoop 2.7.7
3. activator 1.3.12
However, when I `sudo sh ./compile.sh ./compile…
-
# Bug Report
## Description
In GH CI is useful to reuse the ENV var ```GITHUB_REPOSITORY``` if not the workflow is even uglier in bash.
A plausible solution would be to use a hash function inter…
-
Hello 😃,
Is there any way to copy from one WebHDFS to another?
I tried to find methods relevant to spec, WebHDFS, etc., but I couldn't 😢.
Or do I have to implement that function myself?
aiqwe updated
3 months ago
-
Currently pinot relies on NFS as the storage on pinot controller and use vip to handle controller failover, which is not very easy/possible for many of the users to setup them.
Better to leverage hdfs…
-
I am running airflow with Celery Executor by running the **docker-compose-CeleryExecutor.yml** file. Everything is working as intended. With one command I am able to run this image which I was not abl…
ghost updated
4 years ago
-
I use fluent-plugin-beats + fluent-plugin-flowcounter + fluent-plugin-elasticsearch as a beats process model,and i want a per second bytes data of diskio from metricbeat.
so my td-agent's conf is:
…