Bug 1192291 - [RFE][sahara]: Add a common HBase lib in hdfs on cluster start
Summary: [RFE][sahara]: Add a common HBase lib in hdfs on cluster start
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-sahara
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Upstream M3
: 7.0 (Kilo)
Assignee: Elise Gafford
QA Contact: Luigi Toscano
URL: https://blueprints.launchpad.net/saha...
Whiteboard: upstream_milestone_kilo-3 upstream_de...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-13 05:01 UTC by RHOS Integration
Modified: 2015-08-05 13:21 UTC (History)
5 users (show)

Fixed In Version: openstack-sahara-2015.1.0-2.el7ost
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-05 13:21:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2015:1548 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement Advisory 2015-08-05 17:07:06 UTC

Description RHOS Integration 2015-02-13 05:01:13 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/sahara/+spec/edp-add-hbase-lib.

Description:

HBase applications written in Java require the Hbase classpath.  Typically, a Java program will be run this way using /usr/bin/hbase to get the classpath:

java -cp `hbase classpath`:MyHbaseApp.jar MyHBaseApp

Java jobs launched from EDP are Oozie actions, and there is no way to set an extra classpath value.  Instead, the Oozie solution to this problem is to create a shared library (a directory of JAR files) in hdfs and then set the "oozie.libpath" configuration property on the job to the location of the library. This causes Oozie to make all of the jars in the library available to the job.

Sahara currently supports setting the oozie.libpath configuration on a job.  However, in the case of HBase there is no existing collection of JARs to point to.  This blueprint proposes adding an option to create an HBase library in hdfs at cluster creation time for clusters that enable the HBase service.

Specification URL (additional information):

None

Comment 8 errata-xmlrpc 2015-08-05 13:21:18 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2015:1548


Note You need to log in before you can comment on or make changes to this bug.