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 2009/02/18 20:42:47 UTC

[Hadoop Wiki] Update of "Hive/GettingStarted" by scruffy323

Dear Wiki user,

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

The following page has been changed by scruffy323:
http://wiki.apache.org/hadoop/Hive/GettingStarted

------------------------------------------------------------------------------
  (aka hive.metastore.warehouse.dir) and set them chmod g+w in 
  HDFS before a table can be created in Hive. 
  
+ Commands
+ {{{
+ $HADOOP_HOME/bin/hadoop fs -mkdir /tmp
+ $HADOOP_HOME/bin/hadoop fs -mkdir /user/hive/warehouse
+ $HADOOP_HOME/bin/hadoop fs -chmod g+w /tmp
+ $HADOOP_HOME/bin/hadoop fs -chmod g+w  /user/hive/warehouse
+ }}}
+ 
  
  To use hive command line interface (cli) from the shell:
  {{{