index
:
refcat
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pig
/
dump.pig
blob: 0359f1acc96ba8ae9085afb65a067d0f295c6303 (
plain
)
1
2
3
A = load 'data.file' using PigStorage(':'); B = foreach A generate $0 as id; dump B;