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: {{{
