apache/pinot

Command in pinot-admin to test operations of a PinotFS implementation

Open

#5.951 geöffnet am 31. Aug. 2020

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (1 zugewiesene Person)Java (1.234 Forks)batch import
good first issue

Repository-Metriken

Stars
 (4.937 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 7h) (186 gemergte PRs in 30 T)

Beschreibung

This would be a quick way for someone testing or writing a PinotFS implementation, to ensure that all operations are working

For example:

pinot-admin.sh pinotFS <fs-config-file> <fsCommand> args

For azure blob store:

pinot-admin.sh pinotFS abs.config copyToLocal <srcURI> <dstURI>

Contributor Guide