[
https://issues.apache.org/jira/browse/OOZIE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15394085#comment-15394085
]
Thomas Poepping commented on OOZIE-2616:
----------------------------------------
It looks like the compilation failure was due to:
"[ERROR] Failed to execute goal on project oozie-workflowgenerator: Could not
resolve dependencies for project
org.apache.oozie:oozie-workflowgenerator:war:4.3.0-SNAPSHOT: Failure to find
com.orange.links:gwt-links:jar:1.3-SNAPSHOT in
http://gwt-links.googlecode.com/svn/repository was cached in the local
repository, resolution will not be reattempted until the update interval of
gwt-links has elapsed or updates are forced -> [Help 1]"
which in no way is related to my patch.
The two tests that failed:
https://builds.apache.org/job/oozie-trunk-precommit-build/3047/testReport/ are
both not part of sharelibs or actions, so those failures should also not be
related to my patch.
The distro tarball failed because:
"[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site (default) on project
oozie-docs: The site descriptor cannot be resolved from the repository: Could
not transfer artifact org.apache:apache:xml:site:17 from/to
apache.snapshots.repo (https://repository.apache.org/content/groups/snapshots):
Connect to repository.apache.org:443 [repository.apache.org/207.244.88.143]
failed: Connection timed out
[ERROR] org.apache:apache:xml:17"
which is not related to my patch.
I'll resubmit the patch to hopefully get a clean run without timeouts in the
compilation. A thing to note is that because I'm simply adding a profile,
nothing in the build should change. This is a purely optional thing for users.
> Add Tez profile for Hive and Pig sharelibs
> ------------------------------------------
>
> Key: OOZIE-2616
> URL: https://issues.apache.org/jira/browse/OOZIE-2616
> Project: Oozie
> Issue Type: Improvement
> Affects Versions: trunk
> Reporter: Thomas Poepping
> Attachments: OOZIE-2616-1.patch
>
>
> More recent versions of Hive and Pig depend on Tez as their default execution
> engine. As the sharelib for those applications stands today, those
> applications are unable to run Tez jobs. This patch adds an optional profile
> to the root pom that will include the proper Tez dependencies into those
> sharelibs, while excluding problematic jars to keep the sharelibs from having
> classpath duplication issues. *Note*: this patch will only be required for
> those clients who specify their own, newer versions of Hive or Pig. This
> change is not required for the current supported versions of those
> applications (hence why the profile is off by default).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)