Commit Graph

8 Commits

Author SHA1 Message Date
Jeremy Freudberg f2a8f4aa7d Fix oozie building
http->https

Change-Id: Ibc1ac6fdaa4f9384dcb6c07acd3fd9aaaf0c8429
2020-04-07 13:11:42 -04:00
Zhuang Changkun c118e53a8e Add support to build hadoop-3.0.1 related package
Change-Id: I2ba39c3d84bdd0b07e9fbe58ef0c8bc655c303ac
2018-05-18 19:23:28 +08:00
Zhuang Changkun ef7019c470 Add support to build hadoop-2.7.5 related package
Change-Id: I07a909431f6dce6f0ad723821f5c11386d363e95
2018-04-16 19:39:20 +08:00
Shu Yingya 2eedcec728 Add support to build hadoop-2.8.2 related package
This patch include some modification to build hadoop 2.8.2
required packages.
1. Modify the hadoop-swiftfs/pom.xml to fix dependency error
   while building hadoop-openstack.jar. It is caused by change
   in hadoop upstream [1],[2]
2. Add hadoop version 2.8.2 into sahara-extra/tools/ to build
   related packages
3. make some changes on build-oozie.sh so that we don't need
   to replace hadoop.version in pom.xml. we can specify
   hadoop.version directly in the command.
4. Apply a workaround patch to oozie 4.3.0 to solve WebUI issue [3]
5. Insert a dependency into oozie/sharelib

[1]: fa440a39b7
[2]: 12aa184479
[3]: https://issues.apache.org/jira/browse/OOZIE-2533

Change-Id: I186cf5e01907cfab4a34507be464a0da170ebb5d
2018-02-08 13:20:50 +00:00
Luigi Toscano 6ec96264a4 Fix building oozie 4.2.0
Remove the reference to repository.codehaus.org, which is still
still references by the pom.xml file for oozie 4.2; see
https://issues.apache.org/jira/browse/OOZIE-2417

Change-Id: I7420cd27bd732932bd113f18060ca89c2a882ff8
2017-07-10 18:21:52 +02:00
Vitaly Gridnev 19dbe3bbe3 removing all unneeded oozie versions
We no longer need support of building Oozie for 1.2.1 versions
of hadoop and 2.6.0.
Also, since we don't build Oozie often (it has no updates for year)
we can remove building that from all-artifacts script, to see how
building hadoop-openstack works.

Change-Id: I46e525ffa2e5c397de017253f7e37eed42139338
2016-06-11 15:16:00 +00:00
Vitaly Gridnev c7a36c4049 Update script for building new version of oozie
Related blueprint: support-vanilla-2-7-1

Change-Id: Ie00ecfc9a981f5eb0311ca7a2f30b6f13a46d499
2015-08-14 14:46:12 +00:00
Sergey Reshetnyak 5e7ea6f5f3 Add script for building oozie
Co-Authored-By: Sergey Lukjanov <slukjanov@mirantis.com>

Change-Id: If47e24b67d1dedc3b5eea7f69dfbddfecbc18cc9
2015-04-21 20:55:46 +03:00