upload_to_hive.json 413 B

123456789101112131415161718
  1. {
  2. "file": "examples/data/breast_hetero_host.csv",
  3. "id_delimiter": ",",
  4. "head": 1,
  5. "partition": 10,
  6. "namespace": "experiment",
  7. "table_name": "breast_hetero_guest",
  8. "storage_engine": "HIVE",
  9. "storage_address": {
  10. "host": "127.0.0.1",
  11. "port": 10000,
  12. "user": "fate",
  13. "passwd": "fate",
  14. "database": "experiment",
  15. "name": "breast_hetero_guest",
  16. "auth_mechanism": "PLAIN"
  17. }
  18. }