top | item 2710447

Ask HN: Are you using Hive? What for?

3 points| danfitch | 14 years ago

2 comments

order

danfitch|14 years ago

I/We are also using Hive to process compressed logs, manipulate them and create sub tables, that we can query on. We use Amazon EMR, and storing the data on s3. But mainly we use it for text processing via HQL.(Right or wrong it creates some structure around our data.)

sbochins|14 years ago

I use it to replace writing tedious map reduce jobs. Once you have it setup, it is very easy to write new jobs very quickly.