I'm looking to run Hive without bothering to run hadoop/map-reduce.
I want users to use hive just for metadata and to use spark, presto, etc for queries/execution.
I think this will generally work, but I'm concerned about a few administrative commands. Specifically, I need to know how msck repair table
works.
Does this command require map-reduce to function, or does hive handle it in the metastore/etc?