All: I have a number of Hadoop jobs that push their results into the Hive warehouse and then create Hive tables to query against the data.
So far this works great for a single user, but our end goal is to have multiple users be able to run queries against the completed jobs. My question is where do I go from here? Do I install the Derby database in server mode next? Or even more helpfully, does anyone have a 'build list' of what they did and in what order to get multi user Hive up and running? Any 'gotchas' worth keeping an eye out for? Thanks! Nathan
