Hi I'm new in hadoop ecosystem. I have a question. What technology can return simple query results in seconds? Say we have 1 TB data in CSV format. We want to query data like what we do in traditional database. And we want to get the result in seconds.
I've tried put the files on HDFS and use Hive on MapReduce, Hive on Spark to query. None of them can achieve that. They return the result in almost an hour.
My point is, regardless of the hardware condition. Is there any technology much much faster than Hive?
Replies