tsvsorter

command
v0.0.0-...-7a17b1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2018 License: MIT Imports: 12 Imported by: 0

README

TSV Sorter

Compilation

$ go get ./...
$ go build -o tsvsorter *.go

Usage

$ ./tsvsorter -h

Usage examples

  • From LocalFS to HDFS
./tsvsorter -i iris.csv -s=',' -H -f "Sepal Length" -o hdfs://localhost:9000/S_iris.csv
  • From HDFS to HDFS
./tsvsorter -i hdfs://localhost:9000/iris.csv -s=',' -H -f "Sepal Length" -o hdfs://localhost:9000/S_iris.csv
  • From HDFS to LocalFS
./tsvsorter -i hdfs://localhost:9000/iris.csv -s=',' -H -f "Sepal Length" -o S_iris.csv

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL