tables.json 564 B

123456789101112
  1. [
  2. {
  3. "data_file": "sample_07.csv",
  4. "create_hql": "CREATE TABLE `sample_07` (\n `code` string ,\n `description` string ,\n `total_emp` int ,\n `salary` int )\nROW FORMAT DELIMITED\n FIELDS TERMINATED BY '\t'\nSTORED AS TextFile\n",
  5. "table_name": "sample_07"
  6. },
  7. {
  8. "data_file": "sample_08.csv",
  9. "create_hql": "CREATE TABLE `sample_08` (\n `code` string ,\n `description` string ,\n `total_emp` int ,\n `salary` int )\nROW FORMAT DELIMITED\n FIELDS TERMINATED BY '\t'\nSTORED AS TextFile\n",
  10. "table_name": "sample_08"
  11. }
  12. ]