From Fedora Project Wiki

< SIGs‎ | bigdata‎ | packaging

(Created page with "This is a preliminary evaluation by the Big Data SIG of the work required to get [http://hbase.apache.org/ Apache Hbase] into Fedora. This work has been done...")
 
Line 5: Line 5:


== Jetty Version ==
== Jetty Version ==
HBase wants to use jetty 6.  It will need to be ported to use jetty 9.
HBase wants to use jetty 6.  It will need to be ported to support the latest version of jetty in Fedora.


== Tomcat Version ==
== Tomcat Version ==

Revision as of 14:17, 23 September 2013

This is a preliminary evaluation by the Big Data SIG of the work required to get Apache Hbase into Fedora. This work has been done based upon the 0.96 branch building against the hadoop 2.0.5-alpha package in Fedora 20.

Issues To Be Resolved

Missing Java Dependencies

Jetty Version

HBase wants to use jetty 6. It will need to be ported to support the latest version of jetty in Fedora.

Tomcat Version

Hbase wants to use tomcat/jasper version 5.x. It will need to be ported to use tomcat 7.

Runs As a Webapp

Hbase runs as a webapp with its own configuration of tomcat. This is problematic since the shell scripts needed to run this type of configuration are not currently packaged in the Fedora version of tomcat. The bug bz990588 has been logged to get the tomcat scripts packaged.

It might also be possible to modify the installation of Hbase to run as a webapp within the Fedora tomcat package.