-
Firstly, the check function is sucessfully performed with the following command:
raxml-ng --msa check-final-merge.min4.fasta --model TVM+I+G4 --check --prefix check
Then I run the following comman…
-
### Dagster version
1.5.14
### What's the issue?
I use dagster_duckdb_polars for partitioned asset with time window partition, when I try to backfill for the whole history the issue is I experience…
-
Notebook with MCVE and all notes: https://nbviewer.jupyter.org/gist/rikturr/43336377678018d01d4f21f19dd7ef11
When using `ParallelPostFit` to train with pandas/numpy objects then predict on dask obj…
-
## Question / Bug?
I am currently running 2 set ups:
A) 9 servers sharing the 9 partitions
B) 2 servers consuming from 9 partitions each
I am running one consumer to consumer from multiple topic…
-
When you accept the default partitioning scheme in librdkafka, it will randomly choose a partition at startup and fill only that one. Ideally, we can evenly distribute bro events across multiple parti…
dcode updated
6 years ago
-
```python
import dask.array as da
import dask.dataframe as dd
import numpy as np
import pandas as pd
np.random.seed(42)
a = da.random.random(size=(100, 100), chunks=(10, 10))
def test1(x)…
-
**Is your feature request related to a problem? Please describe.**
ksqlDB allows to create STREAMS without a key. For this case, if the stream is queried and a result STREAM is produced (eg, a simple…
mjsax updated
3 years ago
-
Ok so I got two partitions on one drive, Main and Secure. Secure is a veracrypt NTFS partition. When I mount it with veracrypt and move data, sometimes what happens is that the Main partition somehow…
-
0
down vote
favorite
I am facing error in label encoding features. To generate my case(Originally, i have imported a csv file in dask dataframe and after cleaning, it is left with 28 columns), I …
-
Description
===========
This might be related to the same problem as in #3663 but on a different API call.
I am trying to simply scrape my Kafka cluster with the admin and consumer client. However,…