Actually since hive 13 you seem to need a driver and a username and password. The username and pw can be blank or whatever but DriverManager.getConnection(url) does not seem to work any more.
On Fri, May 16, 2014 at 5:11 PM, Jay Vyas <jayunit...@gmail.com> wrote: > So i guess your saying "yes : just use the JDBC driver with the > jdbc:hive2://", and that is the equivalent of PigServer (with caveat that > it can't run a hive script). > > >