Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change single-dash hiveconf to double-dash per discussion in dev@hive "--hiveconf vs -hiveconf" March 7-8, 2014

...

Code Block
export HIVE_OPTS='--hiveconf mapred.job.tracker=local --hiveconf fs.default.name=file:///tmp \
    --hiveconf hive.metastore.warehouse.dir=file:///tmp/warehouse \
    --hiveconf javax.jdo.option.ConnectionURL=jdbc:derby:;databaseName=/tmp/metastore_db;create=true'

...