From Fedora Project Wiki
No edit summary |
|||
Line 2: | Line 2: | ||
= Apache Flume package status = | = Apache Flume package status = | ||
===Package status=== | |||
The package builds with this assumptions (we are working on this issues) | |||
* The code is not ready for Thrift v0.9.1 available in Fedora 21, however Flume code can builds using legacy Thrift built-in code available in the upstream Flume TGZ. | |||
* Disable ElasticSearch Sink | |||
* Disable Morphline Solr Sink | |||
* Disable Twitter Source | |||
* Disable Kite Dataset Sink | |||
===Testing the package=== | |||
git clone https://github.com/fedora-bigdata-rpms/flume-rpm.git | |||
cd flume-rpm | |||
spectool -g flume.spec | |||
rpmbuild -bs --nodeps --define "_sourcedir ." --define "_srcrpmdir ." flume.spec | |||
sudo mock flume-1.5.2-1.fc21.src.rpm | |||
===Dependency packages=== | |||
* In order to build Flume with full features those are the dependency packages and their status: | |||
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10" | {| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10" | ||
| | |Package | ||
| | |Bugzilla | ||
|Status | |||
|- | |- | ||
| | |irclib | ||
| | |[[https://bugzilla.redhat.com/show_bug.cgi?id=976049 BZ#976049] | ||
|Pushed to the Fedora 21 testing repository | |||
|- | |- | ||
|Butter | |Butter | ||
|Ice cream | |Ice cream | ||
|Hola | |||
|} | |} | ||
= Apache Storm package status = | = Apache Storm package status = |
Revision as of 15:41, 1 February 2015
Javi Roman: Twitter Linkedin Photography
Apache Flume package status
Package status
The package builds with this assumptions (we are working on this issues)
- The code is not ready for Thrift v0.9.1 available in Fedora 21, however Flume code can builds using legacy Thrift built-in code available in the upstream Flume TGZ.
- Disable ElasticSearch Sink
- Disable Morphline Solr Sink
- Disable Twitter Source
- Disable Kite Dataset Sink
Testing the package
git clone https://github.com/fedora-bigdata-rpms/flume-rpm.git cd flume-rpm spectool -g flume.spec rpmbuild -bs --nodeps --define "_sourcedir ." --define "_srcrpmdir ." flume.spec sudo mock flume-1.5.2-1.fc21.src.rpm
Dependency packages
- In order to build Flume with full features those are the dependency packages and their status:
Package | Bugzilla | Status |
irclib | [BZ#976049 | Pushed to the Fedora 21 testing repository |
Butter | Ice cream | Hola |