Merge "Hive job type support on CI"
This commit is contained in:
commit
6d13dbf4d5
@ -48,6 +48,18 @@ edp_jobs_flow:
|
|||||||
args:
|
args:
|
||||||
- 10
|
- 10
|
||||||
- 10
|
- 10
|
||||||
|
hive_job:
|
||||||
|
- type: Hive
|
||||||
|
main_lib:
|
||||||
|
type: swift
|
||||||
|
source: etc/edp-examples/edp-hive/script.q
|
||||||
|
input_datasource:
|
||||||
|
type: hdfs
|
||||||
|
hdfs_username: hadoop
|
||||||
|
source: etc/edp-examples/edp-hive/input.csv
|
||||||
|
output_datasource:
|
||||||
|
type: hdfs
|
||||||
|
destination: /user/edp-output
|
||||||
spark_pi:
|
spark_pi:
|
||||||
- type: Spark
|
- type: Spark
|
||||||
main_lib:
|
main_lib:
|
||||||
|
@ -74,3 +74,4 @@ clusters:
|
|||||||
- mapreduce_job
|
- mapreduce_job
|
||||||
- mapreduce_streaming_job
|
- mapreduce_streaming_job
|
||||||
- java_job
|
- java_job
|
||||||
|
- hive_job
|
Loading…
Reference in New Issue
Block a user