scoozie

Oozie artifact builder and validator

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.antipathy
ArtifactId

ArtifactId

scoozie_2.10
Last Version

Last Version

0.4.5
Release Date

Release Date

Type

Type

jar
Description

Description

scoozie
Oozie artifact builder and validator
Project URL

Project URL

https://github.com/SimonJPegg/scoozie
Project Organization

Project Organization

org.antipathy
Source Code Management

Source Code Management

https://github.com/SimonJPegg/scoozie

Download scoozie_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.antipathy/scoozie_2.10/ -->
<dependency>
    <groupId>org.antipathy</groupId>
    <artifactId>scoozie_2.10</artifactId>
    <version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.antipathy/scoozie_2.10/
implementation 'org.antipathy:scoozie_2.10:0.4.5'
// https://jarcasting.com/artifacts/org.antipathy/scoozie_2.10/
implementation ("org.antipathy:scoozie_2.10:0.4.5")
'org.antipathy:scoozie_2.10:jar:0.4.5'
<dependency org="org.antipathy" name="scoozie_2.10" rev="0.4.5">
  <artifact name="scoozie_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antipathy', module='scoozie_2.10', version='0.4.5')
)
libraryDependencies += "org.antipathy" % "scoozie_2.10" % "0.4.5"
[org.antipathy/scoozie_2.10 "0.4.5"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
org.apache.commons : commons-lang3 jar 3.8
commons-io : commons-io jar 2.6
xerces : xercesImpl jar 2.11.0
com.typesafe : config jar 1.3.3
org.zeroturnaround : zt-zip jar 1.13
org.scala-lang : scala-swing jar 2.10.7
com.github.pathikrit : better-files_2.10 jar 2.17.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 3.0.5

Project Modules

There are no modules declared in this project.

Scoozie

licenseimg Codacy codecovimg Build Status

issuesbadge releasebadge newcommitsbadge

Latest versions:

  • Scala 2.10: Maven
  • Scala 2.11: Maven
  • Scala 2.12: Maven

An Oozie artefact builder library for scala. it was created to allow developers to quickly generate new Oozie artefacts without copy/pasting XML and avoiding typos in the XML they create.

Scoozie was created with CDH in mind and supports oozie version 4.1.0.

Usage

Scoozie provides two modes of interaction

See the above links for more information.

Note: There appears to be an issue with submitting workflows/coordinators generated by this library via hue. Any variables containing the '=' symbol such as hive parameters are not picked up when the workflow is submitted. For now, it is recommended to submit via the command line.

Versions

Version
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4
0.3