Merge lp:~asanjar/charms/trusty/hive2/trunk into lp:~charmers/charms/trusty/hive2/trunk

Proposed by amir sanjar
Status: Merged
Merged at revision: 8
Proposed branch: lp:~asanjar/charms/trusty/hive2/trunk
Merge into: lp:~charmers/charms/trusty/hive2/trunk
Diff against target: 41 lines (+11/-2)
1 file modified
README.md (+11/-2)
To merge this branch: bzr merge lp:~asanjar/charms/trusty/hive2/trunk
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Review via email: mp+227241@code.launchpad.net

Description of the change

merging fix for bug "HIVE 0.11.3 does not support --auxpath and HIVE_AUX_JARS_PATH."

To post a comment you must log in.
7. By amir sanjar

merge with trusty

Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

Amir,

This appears to a README update only, how does it fix the bug listed in the description?

Thanks,
Tim

Revision history for this message
amir sanjar (asanjar) wrote :

if I remember correctly, after I had committed and pushed code change for the fix (below), I realized that I had not updated the README file. I assumed it will show both changes though ?!!

from lp:charms/trusty/hive2
     elk_jar_path="/home/ubuntu/elasticsearch-hadoop-2.0.0/dist/elasticsearch-hadoop-2.0.0.jar"
     cp /home/ubuntu/elasticsearch-hadoop-2.0.0/dist/*.* /usr/lib/hive/lib/.
     # echo "export HIVE_AUX_JARS_PATH=\$HIVE_AUX_JARS_PATH:$elk_jar_path" >> /etc/hive/conf.juju/hive-env.sh

Revision history for this message
amir sanjar (asanjar) wrote :

fix is in, please approve

Revision history for this message
Charles Butler (lazypower) wrote :

Looks like the fix is in upstream, the MP is a bit misleading.

NBD

+1 LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-06-17 12:57:26 +0000
3+++ README.md 2014-07-18 17:55:59 +0000
4@@ -1,6 +1,6 @@
5 # Overview
6
7-Data warehouse infrastructure built on top of Hadoop.
8+**Data warehouse infrastructure built on top of Hadoop.**
9
10 Hive 0.11.3 is a data warehouse infrastructure built on top of Hadoop that
11 provides tools to enable easy data summarization, adhoc querying and
12@@ -13,7 +13,7 @@
13 analysis which may not be supported by the built-in capabilities of
14 the language.
15
16-Hive provides:
17+**Hive provides:**
18
19 - HiveQL - An SQL dialect language for querying data in a RDBMS fashion
20 - UDF/UDAF/UDTF (User Defined [Aggregate/Table] Functions) - Allows user to
21@@ -66,6 +66,7 @@
22 # associate Hive with resourcemanager
23 juju add-relation hive-server:resourcemanager hadoop-master:resourcemanager
24
25+
26 To deploy a Hive service with a Metastore service::
27
28 # deploy Metastore instance
29@@ -89,4 +90,12 @@
30
31 juju add-unit hive-server
32
33+TO deploy a Hive service with elasticsearch service::
34+ # deploy ElasticSearch locally:
35+ juju deploy local:elasticsearch elk
36+ juju add-unit -n elk
37+ # deploy hive service by any senarios mentioned above
38+ # associate Hive with elasticsearch
39+ juju add-relation hive-server:elk elk:client
40+
41 This currently only works when using a Metastore service.

Subscribers

People subscribed via source and target branches

to all changes: