logoalt Hacker News

rennokkitoday at 10:29 AM3 repliesview on HN

> Uses jq for TB json files

> Hadoop: bro

> Spark: bro

> hive: bro

> data team: bro


Replies

f311atoday at 12:48 PM

JQ is very convenient, even if your files are more than 100GB. I often need to extract one field from huge JSON line files, I just pipe jq to it to get results. It's slower, but implementing proper data processing will take more time.

anonymoushntoday at 12:44 PM

are those tools known for their fast json parsers?