union_testsuite.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/tag_value_1000_140.csv",
  21. "head": 0,
  22. "partition": 16,
  23. "table_name": "tag_value_1",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/tag_value_1000_140.csv",
  29. "head": 0,
  30. "partition": 16,
  31. "table_name": "tag_value_2",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. },
  35. {
  36. "file": "examples/data/tag_value_1000_140.csv",
  37. "head": 0,
  38. "partition": 16,
  39. "table_name": "tag_value_3",
  40. "namespace": "experiment",
  41. "role": "guest_0"
  42. }
  43. ],
  44. "pipeline_tasks": {
  45. "union": {
  46. "script": "./pipeline-union.py"
  47. },
  48. "union-basic": {
  49. "script": "./pipeline-union-basic.py"
  50. },
  51. "union-data-transform": {
  52. "script": "./pipeline-union-data-transform.py"
  53. },
  54. "union-tag": {
  55. "script": "./pipeline-union-tag-value.py"
  56. }
  57. }
  58. }