Merge "Hive job type support on CI"

This commit is contained in:
Jenkins 2015-10-21 13:54:03 +00:00 committed by Gerrit Code Review
commit 6d13dbf4d5
2 changed files with 13 additions and 0 deletions

View File

@ -48,6 +48,18 @@ edp_jobs_flow:
args:
- 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:
- type: Spark
main_lib:

View File

@ -74,3 +74,4 @@ clusters:
- mapreduce_job
- mapreduce_streaming_job
- java_job
- hive_job