Skip to content

Commit

Permalink
Remove reference o AzkabanJobType in gms.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
frsann committed Mar 24, 2021
1 parent c4026b5 commit 6c12d21
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions datahub-graphql-core/src/main/resources/gms.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2036,11 +2036,6 @@ type DataJobInfo {
Job description
"""
description: String

"""
Datajob type
"""
type: AzkabanJobType
}

type DataJobInputOutput {
Expand All @@ -2054,38 +2049,3 @@ type DataJobInputOutput {
"""
outputDatasets: [Dataset!]
}

enum AzkabanJobType {
"""
The command job type is one of the basic built-in types. It runs multiple UNIX commands using java processbuilder.
Upon execution, Azkaban spawns off a process to run the command.
"""
COMMAND

"""
Runs a java program with ability to access Hadoop cluster.
https://azkaban.readthedocs.io/en/latest/jobTypes.html#java-job-type
"""
HADOOP_JAVA

"""
In large part, this is the same Command type. The difference is its ability to talk to a Hadoop cluster
securely, via Hadoop tokens.
"""
HADOOP_SHELL

"""
Hive type is for running Hive jobs.
"""
HIVE

"""
Pig type is for running Pig jobs.
"""
PIG

"""
SQL is for running Presto, mysql queries etc
"""
SQL
}

0 comments on commit 6c12d21

Please sign in to comment.