On Sat, Sep 18, 2010 at 1:00 PM, lei liu <liulei...@gmail.com> wrote: > I use ./hive --service metastoreĀ command to start metastore server, how to > connection metastore serverĀ with hive JDBC client? >
The JDBC client does not connect to the metastore. The JDBC client connects to the hive thrift server. You start that with hive --service hiveserver. Edward