chrislusf / gleam

Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible copy-paste error message

JensRantil opened this issue · comments

I'm reading

s3Prefix := "s3://"
if !strings.HasPrefix(location, s3Prefix) {
return "", "", fmt.Errorf("parameter %s should start with hdfs://", location)
}
and would expect it to be "parameter %s should start with s3://", right?

Yes. Please send a PR?