Skip to content

Instantly share code, notes, and snippets.

@shiumachi
Created August 7, 2012 14:28
Show Gist options
  • Save shiumachi/3285804 to your computer and use it in GitHub Desktop.
Save shiumachi/3285804 to your computer and use it in GitHub Desktop.
cdh-user-jp@ のバグテスト用Hiveスクリプト
drop table test_table;
drop table test_table1;
drop table test_table2;
CREATE TABLE test_table (id INT, name STRING);
set hive.metastore.warehouse.dir=/tmp/warehouse;
CREATE TABLE test_table1 (id INT, name STRING);
set hive.metastore.warehouse.dir=/tmp/warehouse2;
CREATE TABLE test_table2 (id INT, name STRING);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment