From Fedora Project Wiki

< SIGs‎ | bigdata‎ | packaging

mNo edit summary
mNo edit summary
Line 76: Line 76:
  |-
  |-
  | metrics-core
  | metrics-core
  | '''<span style="color:darkviolet">Available</span>'''
  | '''<span style="color:orange">Review</span>'''
  | https://bugzilla.redhat.com/show_bug.cgi?id=861502
  | https://bugzilla.redhat.com/show_bug.cgi?id=861502
  |  
  |  

Revision as of 13:33, 6 September 2013

From the project site: "Hive is a data warehouse system for Hadoop that facilitates easy data summarization, ad-hoc queries, and the analysis of large datasets stored in Hadoop compatible file systems. Hive provides a mechanism to project structure onto this data and query the data using a SQL-like language called HiveQL. At the same time this language also allows traditional map/reduce programmers to plug in their custom mappers and reducers when it is inconvenient or inefficient to express this logic in HiveQL."

The Fedora Big Data SIG is investigating the requirements to adapt the latest version of Hive as a package in Fedora, now that Hadoop 2.x has been packaged. Although Hive obviously has a significant dependency on Hadoop, the Java project is not Maven-based and instead is built using Ant and Ivy. The Packaging:Java xmvn tooling support in Fedora does not directly apply to the Hive build. In many ways this can be viewed as a simplification instead of a challenge since one can configure a local file-system Ivy resolver relatively easily.

Using static build-derived analysis (Ant doesn't really provide something like the Maven dependency plugin), there are a group of dependencies that are currently missing from Fedora which block the build of Hive using Fedora-only installed versions. There are also many dependencies available which are not necessarily version-compatible. However, like the Changes/Hadoop outline, those can hopefully be mitigated in the Hive source where possible.

Missing/Questionable Dependencies
Project State Review BZ Packager Notes
avro-ipc, avro-mapred Available Although avro 1.6.2 is packaged, it does not include the ipc and mapred jars.
commons-httpclient Available
datanucleus-core, datanucleus-connectionpool, datanucleus-enhancer, datanucleus-rdbms Available
ftplet-api Available
ftpserver-core, ftpserver-deprecated Available
geronimo-j2ee-management_1.1_spec Available
high-scale-lib Available
httpclient,httpcore Available
javolution Available
kahadb Available
libthrift,libfb303 Review https://bugzilla.redhat.com/show_bug.cgi?id=982285, https://bugzilla.redhat.com/show_bug.cgi?id=1000563 Will Benton has some RPM artifacts at http://freevariable.com/thrift/
metrics-core Review https://bugzilla.redhat.com/show_bug.cgi?id=861502
pig Available
stax-api Available Need to sort out which of available stax-api packages could fit (bea, stax2)
tempus-fugit Available Concurrency library. May only be a test dep. Upstream at http://tempusfugitlibrary.org/