Tagged Questions

Hive is a data warehouse infrastructure built on top of Hadoop that provides tools to enable easy data summarization, adhoc querying and analysis of large datasets data stored in Hadoop files

learn more… | top users | synonyms

21
votes
6answers
6k views

Difference between Pig and Hive? Why have both?

My background - 4 weeks old in the Hadoop world. Dabbled a bit in Hive, Pig and Hadoop using Cloudera's Hadoop VM. Have read Google's paper on Map-Reduce and GFS. I understand that- Pig's language ...
18
votes
4answers
13k views

How does Hive compare to HBase?

I'm interested in finding out how the recently-released (http://mirror.facebook.com/facebook/hive/hadoop-0.17/) Hive compares to HBase in terms of performance. The SQL-like interface used by Hive is ...
12
votes
1answer
3k views

Can OLAP be done in BigTable?

In the past I used to build WebAnalytics using OLAP cubes running on MySQL. Now an OLAP cube the way I used it is simply a large table (ok, it was stored a bit smarter than that) where each row is ...
7
votes
1answer
6k views

how to design Hbase schema?

Hi all suppose that I have this RDBM table (Entity-attribute-value_model): col1: entityID col2: attributeName col3: value and I want to use HBase due to scaling issues. I know that the only way to ...
5
votes
1answer
819 views

Does Hive have a String split function?

I am looking for a in-built String split function in Hive? E.g. if String is A|B|C|D|E then I want to have a function like array split(string input, char delimiter) so that I get back [A,B,C,D,E]. ...
5
votes
2answers
2k views

Spring-Batch for a massive nightly / hourly Hive / MySQL data processing

I'm looking into replacing a bunch of Python ETL scripts that perform a nightly / hourly data summary and statistics gathering on a massive amount of data. What I'd like to achieve is Robustness - ...
4
votes
2answers
78 views

Standard SQL to replace GREATEST() in MySQL query

I have a MySQL query that uses the GREATEST() function, and I want to rewrite it in standard ANSI SQL to run on others databases. I know GREATEST is supported by most SQL databases, but I'm probably ...
4
votes
1answer
274 views

Establishing a connection between R and a Hive (Hadoop) database

Does anyone know how to achieve that? I am assuming that RJDBC would help; but from my (likely naive) understanding, a bit of tweaking is necessary to write or adapt a Hive driver for this. Relevant ...
4
votes
1answer
997 views

Hadoop Hive web interface options

I've been experimenting with Hive for some data mining activities and would like to make it easily available to less command line orientated colleagues. Hive does now ship with a web interface ...
3
votes
2answers
74 views

SQL query with calculated dynamic min max

I got an sql issue. I have two tables which look like this: first TABLE X second TABLE Y TabX_ID| DATE | Value Z TabY_ID|TabX_ID | DATE | Value X | Value Y 4711 | 15.01 | 12 1 ...
3
votes
4answers
510 views

realtime querying/aggregating millions of records - hadoop? hbase? cassandra?

I have a solution that can be parallelized, but I don't (yet) have experience with hadoop/nosql, and I'm not sure which solution is best for my needs. In theory, if I had unlimited CPUs, my results ...
3
votes
1answer
325 views

COLLECT_SET() in Hive, keep duplicates?

Is there a way to keep the duplicates in a collected set in Hive, or simulate the sort of aggregate collection that Hive provides using some other method? I want to aggregate all of the items in a ...
3
votes
1answer
349 views

Python client support for running Hive on top of Amazon EMR

I've noticed that neither mrjob nor boto supports a Python interface to submit and run Hive jobs on Amazon Elastic MapReduce (EMR). Are there any other Python client libraries that supports running ...
3
votes
2answers
195 views

MDX support for Hive (Hadoop)

Is there any support for Multidimensional Expressions (MDX) for Hadoop's Hive ?
3
votes
1answer
428 views

Cassandra wih Hive

Am new in cassandra and Hive. Now i want integrate cassandra with the Hadoop-Hive but how can i integrate the cassandra with Hive. Thanks in advance venkat.N
3
votes
2answers
728 views

Running Pig query over data stored in Hive

I would like to know how to run Pig queries stored in Hive format. I have configured Hive to store compressed data (using this tutorial http://wiki.apache.org/hadoop/Hive/CompressedStorage). ...
3
votes
2answers
250 views

Any Good Opensource Analytics front end tool?

Is there any good open source web-based front end analytics tool that can talk to HIVE/HDFS for data ?
3
votes
2answers
1k views

Is there a Hive equivalent of SQL “not like”

While Hive supports positive like queries: ex. select * from table_name where column_name like 'root~%'; Hive Does not support negative like queries: ex. select * from table_name where ...
3
votes
1answer
497 views

Create temporary table in Hive?

Does Hive support temporary tables? I can't find it in the apache docs.
3
votes
1answer
257 views

Is Hive QL have same expressive power as writing your own MapReduce Jobs directly on Hadoop?

To put in other words, Is there a problem that can be solved by directly defining your map reduce jobs, but for which you cannot form a Hive QL query? If yes, then it means that Hive QL is limited ...
3
votes
3answers
468 views

How to transfer mysql table to hive?

I have a large mysql table that I would like to transfer to a Hadoop/Hive table. Are there standard commands or techniques to transfer a simple (but large) table from Mysql to Hive? The table stores ...
3
votes
1answer
407 views

Using Hive with Pig

My hive query has multiple outer joins and takes very long to execute. I was wondering if it would make sense to break it into multiple smaller queries and use pig to work the transformations. Is ...
2
votes
1answer
77 views

How to make hive run mapreduce jobs concurrently?

I'm new to hive and I have encountered a problem, I have a table in hive like this: create table td(id int, time string, ip string, v1 bigint, v2 int, v3 int, v4 int, v5 bigint, v6 int) ...
2
votes
2answers
87 views

Hive unable to manually set number of reducers

I have the following hive query: select count(distinct id) as total from mytable; which automatically spawns: 1408 Mappers 1 Reducer I need to manually set the number of reducers and I have tried ...
2
votes
0answers
46 views

Manipulate two data sets with a sum(if…) or conditional statement that do not have a common identifier with Hive Hadoop Python

I am trying to run an analysis on the accuracy of geographical ip targeting and have two very large data sets to work with based on conversions of ip addresses to ip integers or ip_number(s). The ...
2
votes
2answers
129 views

HIVE/HDFS for realtime storage of sensor data on a massive scale?

I am evaluating sensor data collection systems with the following requirements, 1 million endpoints sending in 100 bytes of data every minute (as a time series). Basically millions of small writes ...
2
votes
1answer
126 views

Problems in running Hive queries

I have configured Hadoop and Hive on Windows through Cygwin. But I am facing some problems like: in hive terminal (CLI): hive> When I enter query, the query do not execute and terminal remains ...
2
votes
1answer
43 views

getting data out of hive and into mysql @ AWS?

I'd love to use Sqoop but don't think it is worth running the Cloudera stack @ AWS over ElasticMapReduce (which I really like) just for this. My current thought is just to write the data I need ...
2
votes
0answers
55 views

Does hive instantiate a new UDF object for each record?

Say I'm building a UDF class called StaticLookupUDF that has to load some static data from a local file during construction. In this case I want to ensure that I'm not replicating work more than I ...
2
votes
2answers
153 views

NoSql or MySQL for Data Analytics

We have a cluster (hadoop, pig) which churns data 350Gb (growing couple of GB a week). All these data need to be made available for Analytics. We have a Msyql solution with star schema(only parts ...
2
votes
2answers
152 views

Using FileFormat v Serde to read custom text files

Hadoop/Hive newbie here. I am trying to use data stored in a custom text-based format with Hive. My understanding is you can either write a custom FileFormat or a custom SerDe class to do that. Is ...
2
votes
1answer
318 views

Hive: dynamic partition adding to external table

I am running hive 071, processing existing data which is has the following directory layout: -TableName - d= (e.g. 2011-08-01) - d=2011-08-02 - d=2011-08-03 ... etc under each date I have the date ...
2
votes
4answers
2k views

How to convert .txt file to Hadoop's sequence file format

To effectively utilise map-reduce jobs in Hadoop, i need data to be stored in hadoop's sequence file format. However,currently the data is only in flat .txt format.Can anyone suggest a way i can ...
2
votes
2answers
766 views

Perl Thrift client to Hive?

I'd like to connect to a Hadoop-based Hive datastore using Perl. Hive allows connection using the Thrift interface (http://wiki.apache.org/hadoop/Hive/HiveClient), and there is a Thrift implementation ...
2
votes
2answers
125 views

What are the consequences of adding a column to an exiting HIVE table?

Suppose that a couple hundred Gigs after starting to use HIVE I want to add a column. From the various articles & pages I have seen, I cannot understand the consequences in terms of storage ...
2
votes
1answer
1k views

Where does Hive store its files in HDFS?

I'm relatively new to Hadoop and Hive, so this may be a very stupid question, and yet I just spent the better part of the day looking for an answer. I need to find the mapping between Hive tables and ...
2
votes
2answers
651 views

Hive, hadoop, and the mechanics behind hive.exec.reducers.max

In context of this other question here Using hive.exec.reducers.max directive has truely baffled me. From my perspective I thought hive worked on some sort of logic like, I have N # of blocks in a ...
2
votes
1answer
605 views

Specifying compression codec for a INSERT OVERWRITE SELECT in Hive

I have a hive table like CREATE TABLE beacons ( foo string, bar string, foonotbar string ) COMMENT "Digest of daily beacons, by day" PARTITIONED BY ( day string COMMENt "In ...
2
votes
3answers
601 views

Using Hadoop, are my reducers guaranteed to get all the records with the same key?

I'm running a hadoop job (using hive actually) which is supposed to uniq lines in a lot of text file. More specifically it chooses the most recently timestamped record for each key in the reduce ...
2
votes
3answers
1k views

C#.NET Importing a registry hive and parsing its contents

I have been given a .Hive file from a registry which i have to parse and use the contents as part of a html report(from this i assume i have to convert to text somehow). The whole thing must be done ...
1
vote
0answers
70 views

Optimizing few GB of data in Hadoop Hive

I've been using Hive quite extensively now, and I was wondering if there was a way to improve the following workflow. Every night, a tab-delimited uncompressed textfile dump from our Oracle cluster ...
1
vote
1answer
52 views

How to set number of mapreduce task equal to 1 in hive

I tried following in hive- set hive.exec.reducers.max = 1; set mapred.reduce.tasks = 1; from flat_json insert overwrite table aggr_pgm_measure PARTITION(dt='${START_TIME}') reduce log_time, ...
1
vote
2answers
73 views

Hive script issue

I am running the following shell script, #!/bin/bash HADOOP_HOME='/home/hadoop/hadoop-0.20.2' HIVE_HOME='/home/hadoop/hive-0.8.0' echo -e '1\x01foo' > /tmp/a.txt echo -e '2\x01bar' >> ...
1
vote
2answers
123 views

hive regexp_extract weirdness

I am having some problems with regexp_extract: I am querying on a tab-delimited file, the column I'm checking has strings that look like this: abc.def.ghi Now, if I do: select distinct ...
1
vote
0answers
26 views

Using map/reduce java classes in hive queries

I read like, in hive queries we can use map/reduce scripts. Can we use java map/reduce classes in Hive queries. If so, can you please provide me the sample. Thanks MRK
1
vote
2answers
120 views

Running Python on Hadoop

I am trying to run a very simple python script via hive and hadoop. This is my script: #!/usr/bin/env python import sys for line in sys.stdin: line = line.strip() nums = line.split() i ...
1
vote
1answer
61 views

Validate Hive HQL syntax?

Is there a programmatic way to validate HiveQL statements for errors like basic syntax mistakes? I'd like to check statements before sending them off to Elastic Map Reduce in order to save debugging ...
1
vote
1answer
86 views

Hadoop/Hive query to split one column into several ones

I am using HIVE with two tables looking like (more or less): -TABLE1 defined as [(Variables : string),(Value1 : int),(Value2 : int)] with field "Variables" looking like "x0,x1,x2,x3,...,xn" -TABLE2 ...
1
vote
1answer
47 views

Hive CLI: what are the possible exit codes and their meanings?

I'm working on a shell script that uses the Hive CLI client to execute some HQL scripts. Sometimes these calls can generate an Exception, and in my script, I have to check for when that happens. I'm ...
1
vote
1answer
117 views

Questions about Streaming Job Flow on Amazon EMR

I have to make a quite complex data processing system using Amazon EC2 + S3 + RDS + EMR and I have some general questions in which I hope you can help me out: I need to use R, then I have to use ...

1 2 3 4