apache / apache/accumulo-testing

Explore writng a specialized summarizer for bulk ingest

Aperta
#97 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
19
Fork
40
Merge medio
21h 30m
PR unite (30g)
1

Descrizione

To debug a recent bulk ingest test I wrote the following summarizer. This summarizer counted the number of times each UUID was seen. I used to count the number of entries each map reduce job had created.

```java
package test.ci;

import org.apache.accumulo.core.client.summary.CountingSummarizer;

public class CiUuidSummarizer extends CountingSummarizer{

@Override
protected Converter converter() {
return (k,v,c) -> c.accept(v.toString().split(":")[0]);
}

}

```

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Start by reading the recent bulk ingest test that motivated the CiUuidSummarizer example and the Accumulo CountingSummarizer entry point. Clarify which summarization behavior is required, then define the implementation and test criteria; the issue currently does not specify what done looks like.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
java
Ambito
data-engineering
Tipo di issue
Funzionalità
Difficoltà
5/5
Tempo stimato
Più di una settimana
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.