Re: Hive: Request for Dataset

2022-02-07 Thread Owen O'Malley
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

Hive: Request for Dataset

2022-02-06 Thread akhedkar
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.