You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/29 02:33:51 UTC

[Hadoop Wiki] Update of "Hive/StatsDev" by ahmedaly

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hive/StatsDev" page has been changed by ahmedaly.
http://wiki.apache.org/hadoop/Hive/StatsDev?action=diff&rev1=42&rev2=43

--------------------------------------------------

  set hive.stats.dbclass=hbase;
  }}}
  
- In case of JDBC implementations of temporary stored statistics (ex. Derby or MySQL), the user should specify the appropriate connection string to the database by setting the variable '''hive.stats.dbconnectionstring'''. Also the user should specify the appropriate JDBC driver by setting the variable vvvvvv
+ In case of JDBC implementations of temporary stored statistics (ex. Derby or MySQL), the user should specify the appropriate connection string to the database by setting the variable '''hive.stats.dbconnectionstring'''. Also the user should specify the appropriate JDBC driver by setting the variable '''hive.stats.jdbcdriver'''
  {{{
  set hive.stats.dbclass=jdbc;
  set hive.stats.dbconnectionstring="jdbc:derby:;databaseName=TempStatsStore;create=true"
- set hive.stats.xyx= ""
+ set hive.stats.jdbcdriver= "org.apache.derby.jdbc.EmbeddedDriver";
  }}}
  
  === Existing Tables ===