I believe it was just intended as an example with your own data. For an
example that uses data available on every linux machine, you can do:
create table passwd (
name string,
not_used string,
uid int,
gid int,
full_name string,
home_dir string,
shell string
) row format delimited fi
Hi,
The original Hive tutorial available online refers to a dataset called
"pv_2008-06-08.txt":
https://cwiki.apache.org/confluence/display/Hive/Tutorial
And of course, it is referenced in dozens of tutorials all over the
Internet. However, there is no way I can find the original data anywhere.