Skip to content

Commit

Permalink
[BOT] Set version for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-saagie committed Dec 29, 2019
1 parent 6b89826 commit 08211f9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions certified/job/sqoop/1.4.6/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version:
label: 1.4.6
isAvailable: true
defaultResources:
cpu: 0.3
memory: 512
disk: 512
features:
- field: COMMAND_LINE
label: Command line
isMandatory: true
comment: sqoop
defaultValue: "driver=xxx \nhost=\"x.x.x.x\"\nport=xxx \nusername=\"xxx\" \npassword=\"xxxx\" \ndatabase=\"xxxx\" \ntable=\"xxxx\" \nhdfsdest=hdfs:///tmp/sqoop_import \n\nsqoop import --connect jdbc:$driver://$host:$port/$database --username $username --password $password --as-textfile -m 1 --target-dir $hdfsdest --table \"$table\""
- field: ARTIFACT
label: Package
isMandatory: false
comment: "Any file necessary for the process, can be a zip file containing shell script, jar files, data etc."
- field: SCHEDULER
label: Scheduled
isMandatory: true

techno:
id: 66d79135-7915-49d2-bb26-0fdcbdac80d1
label: SQOOP
available: true
icon: sqoop
recommendedVersion: 1.4.6
docker:
image: saagie/sqoop
version: 1.4.6-0.6.0_sqoop
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version.buildmeta=
version.buildmeta=sqoop
version.buildmeta.prefix=_
version.major=0
version.minor=6
version.patch=0
version.prerelease=
version.semver=0.6.0
version.semver=0.6.0_sqoop

0 comments on commit 08211f9

Please sign in to comment.