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.

learn more… | top users | synonyms

0
votes
0answers
6 views

How to import LinkedIn Json file into Hive External Table?

The following is the JSON file exported from LinkedIn using API. { "numResults": 21, "people": { "total": 21, "values": { ...
0
votes
2answers
13 views

How to pass parameters to Python streaming script in Hive?

Hive user can stream table through script to transform that data: ADD FILE replace-nan-with-zeros.py; SELECT TRANSFORM (...) USING 'python replace-nan-with-zeros.py' AS (...) FROM some_table; ...
3
votes
0answers
28 views

Integration testing Hive jobs

I'm trying to write a non-trivial Hive job using the Hive Thrift and JDBC interfaces, and I'm having trouble setting up a decent JUnit test. By non-trivial, I mean that the job results in at least one ...
3
votes
1answer
28 views

how to get input file name as column within hive query

I have a hive external tables that mapped to some directory. This directory includes a several files. I want to run query like find file name where there is a user "abc" select file_name , usr from ...
1
vote
1answer
17 views

How does hive store sequencefile?

There is a hive internal table which is stored as sequence file, and the first column type is string and the field seperator is '\1',I want to process it using Mapreduce directly, and find out that ...
0
votes
0answers
12 views

Hive performance on Amazon DynamoDB

I'm using Amazon DynamoDB to collect statistics and ElasticMapReduce with Hive to process statistics and upload results to S3. On DynamoDB I have table prod_product_views: - id (Hash key) - ...
0
votes
0answers
15 views

Error while creating table in hive

I have installed hive using CDH4.1 i want to use MySql for hive metastore,i have edited the hive-site.xml for configuring with mysql and started hive server and metastore when i was trying to create ...
0
votes
1answer
24 views

How to insert on-fly query data to HBase using Hive

I am new in Hbase and Hive. Can someone please explain me how to insert data into Hbase using Hive? I found a lot of information regarding to this, but all of them are talking about exactly the same ...
0
votes
0answers
19 views

Out of memory due to hash maps used in map-side aggregation

MY Hive Query is throwing this exception. Hadoop job information for Stage-1: number of mappers: 6; number of reducers: 1 2013-05-22 12:08:32,634 Stage-1 map = 0%, reduce = 0% 2013-05-22 ...
1
vote
2answers
40 views

Hive job not running properly on cassandra cluster, reducer get stuck

Hi I have 6 node datastax cassandra cluster(3 cassandra- 3 analytics). I am using hive to generate reports. The issue is when I run a hive job with count(*) or group by query, mappers get completed ...
0
votes
1answer
22 views

different 'apply' methods in RHive API

RHive API contains 5 'apply' functions: rhive.napply rhive.sapply rhive.mrapply rhive.mapapply rhive.reduceapply Unfortunately, RHive manual does not provide any description what is the difference ...
-2
votes
0answers
34 views

SELECT COUNT DISTINCT from Hive [closed]

Everyone! There is one problem with Hive. This query: SELECT COUNT(DISTINCT field1) FROM some_table WHERE field2 = 'some vale' gives me a different result from these two : INSERT OVERWRITE TABLE ...
0
votes
1answer
38 views

hadoop hive count concurrency

How to implement it in hadoop? In hive, I have a table with lots columns, which two of them are begin_time, end_time. I need to count the number on the each time a piece of the table is this: ...
0
votes
1answer
28 views

Getting error on rhive.env(): cant't connect to a Rserver at x.x.x.x

I run Hadoop cluster (master + 3 slaves)+Hive server and I want to use RHive over it. I installed R environment on every computer. Rserve was installed on every node and RHive was installed on the ...
3
votes
1answer
34 views

FAILED: Error in semantic analysis: Column Found in more than One Tables/Subqueries

CREATE EXTERNAL TABLE old_events (day STRING, foo STRING, count STRING, internal_id STRING) PARTITIONED BY (ds string) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' LOCATION '${INPUT}'; CREATE ...
0
votes
0answers
20 views

Hadoop and Hive Homes in CDH4

I'm trying to configure RHive in the CDH4 environment. When reading a package 'RHive' in R, the error below got returned. I'm guessing that's due to wrong homes. If so, what would be the correct ones? ...
1
vote
0answers
21 views

Hive custom XML input

I have some issue with xml input for the hive table. My hive version is 0.10 I created table by this statment: CREATE EXTERNAL TABLE logAlert (storexml string) STORED AS INPUTFORMAT ...
0
votes
1answer
35 views

Hive syntax — Comparision in Case when

I am using Hive to do a comparison in CASE WHEN THEN statement . Can u please check whether my syntax is correct. ${hiveconf:Test Metric} METRIC_ID, CASE WHEN ...
0
votes
1answer
74 views

In hive, count time between two time

In hive, I have a table with lots columns, which two of them are begin_time, end_time. I need to count the number on the each time a piece of the table is this: begin_time end_time ...
1
vote
1answer
45 views

HIVE - hive subquery is not working with case when statement with IN clause

I am trying to migrate data from mysql to hive.I am not able to write a subquery case when statement with IN clause.This is my query. Can you Please help in this regard. AM i not following the proper ...
2
votes
1answer
33 views

regex for access log in Hive RegexSerDe

I'm very new in developing regular expressions. Can any one help me to build a common regular expression for the following two strings. offset=0&fileGuid=1014fc48-6eb3-4fff-8242-96f5a496b0ee ...
0
votes
1answer
35 views

split function does not work in Cloudera Impala

I keep getting an AnalysisException that says "split unknown" when I try to use the split function in Cloudera Impala. It seems to be a valid function listed on the built-in functions page. For ...
-2
votes
1answer
25 views

Accessing Hadoop Cluster remotely with Rest services and API's

Can you please provide me the tutorial or documentation on rest services and API's or anything related for developing applications and accessing hadoop cluster remotely for mr/pig/hive/hbase? Thanks!
-2
votes
0answers
17 views

Mapreduce development environment and developing udfs, lookups [closed]

Can you please provide me a documentation or tutorial to setup development environment for developing Mapreduce jobs using Java? Also environment for developing udf for pig/hive, hbase and lookups ...
-2
votes
0answers
16 views

Client programs and Mapreduce jobs and queries [closed]

Can you please tell me how to write client programs for hadoop ecosystem and also how the pig/hive queries, hbase and MR jobs are automated in enterprise, any documentation or tutorial? Thanks!
0
votes
1answer
40 views

What is the syntax to create an external table partitioned on an hbase column?

I have a table in HBase that I'd like to represent as an EXTERNAL TABLE in hive So far I've been using: CREATE EXTERNAL TABLE events(key STRING, day INT, source STRING, ip STRING) STORED BY ...
0
votes
1answer
34 views

How to communicate with HiveServer2 running NONE authentication

I'm trying to communicate with HiveServer2 via ruby TCPSocket. As per Thrift SASL spec, I send START message and then plain auth information. Server returns COMPLETE status with an empty payload. It ...
0
votes
1answer
15 views

In hive, can a php custom reducer include another php file?

Let me explain the actual problem using a very simple dummy problem. Input: 1 2 3 4 Output : 1 4 9 16 I would write a custom reducer process.php which will read every line and square the numbers. ...
1
vote
1answer
44 views

Unable to add a column as part of hive query

CREATE EXTERNAL TABLE old_events (day STRING, foo STRING, count STRING, internal_id STRING) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' LOCATION '${INPUT}';; CREATE EXTERNAL TABLE events ...
0
votes
1answer
41 views

Hadoop/Hive commands not working from Crontab

I am not able to execute hadoop/hive commands from Crontab. Basically i have scheduled a perl script in crontab which contains system commands which are setting PATH before my operations. I am aware ...
1
vote
2answers
82 views

In hive, how to do a calculation among 2 rows?

I have this table. +------------------------------------------------------------+ | ks | time | val1 | val2 | ...
0
votes
1answer
30 views

Load HBase records from PIG conditionally

Is there a way to load records from HBase into a pig relation based on the value of a particular column in HBase? Thank You
1
vote
0answers
30 views

Best way to split log files

Need help and this seems like such a common task to do: We have hourly huge logfiles containing many different events. We have been using hive to split these events to different files, in a hard coded ...
1
vote
1answer
52 views

How to reduce number of output files in Apache Hive

Does anyone know of a tool that can "crunch" the output files of Apache Hadoop into fewer files or one file. Currently I am downloading all the files to a local machine and the concatenate them in one ...
0
votes
0answers
15 views

Is there any Hive jsonserde available to write data which can be used on AWS?

I want to output data from Hive in json format. Is there a read-write json serde available which can be used with Hive on Amazon AWS Elastic Mapeduce infrastructure. The one I know is ...
0
votes
1answer
43 views

Slow Hive Query Performance under AWS Elastic MapReduce

There's a strange problem I'm experiencing, and I assure you I've googled a lot. I'm running a set of AWS Elastic MapReduce Clusters, and I have a Hive Table with about 16 partitions. They're created ...
0
votes
0answers
58 views

Hive queries via Python client

I have hive 0.8 installed on a hadoop cluster running in AWS EMR. I am trying to do some data QA, which involves running a hive query and fetching the results into python where some more logic is ...
0
votes
0answers
93 views

Creating Hive Metastore Database Tables Error

I'm running through the Cloudera Manager (free edition) and I reached the point where the wizard is creating the Hive Metastore Database. This error is shown and halts the configuration process. ...
1
vote
2answers
161 views

Hive INSERT OVERWRITE DIRECTORY command output is not separated by a delimiter. Why?

The file that I am loading is separated by ' ' (white space). Below is the file. The file resides in HDFS:- 001 000 001 000 002 001 003 002 004 003 005 004 006 005 007 006 008 007 099 007 1> I am ...
0
votes
1answer
77 views

Hive External table-CSV File- Header row

Below is the hive table i have created: CREATE EXTERNAL TABLE Activity ( column1 type, column2 type ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' LOCATION '/exttable/'; In my HDFS location ...
0
votes
0answers
34 views

How to generate a list of percentiles in Hive?

I'm trying to get percentile data from p1 to p99 for a column, and want to output the data in the form of p, value ---------- 0.01, xxx 0.02, yyy 0.03, zzz ... Is there a good way to achieve this? ...
2
votes
1answer
51 views

Hive — split data across files

Is there a way to instruct Hive to split data into multiple output files? Or maybe cap the size of the output files. I'm planning to use Redshift, which recommends splitting data into multiple files ...
0
votes
1answer
33 views

Using Sqoop incremental import as chunk-wise

Is it really possible to import chunk-wise data through sqoop incremental import? Say I have a table with rowid 1,2,3..... N (here N is 100) and now I want to import it as chunk. Like 1st import: ...
0
votes
2answers
56 views

How to confirm hive mode of running in CDH 4.2? - local or remote

In my cluster, that uses CDH 4.2, I see two different hive-site.xml files. 1. hive-site.xml file that is in the hive conf directory. 2. hive-site.xml file that I can view from the WebUI of CDH 4.2 My ...
0
votes
1answer
46 views

Cloudera Impala Queries failing

I am trying to get Impala set up on our cluster but when I try to select count(*) from our table I get the following error. Query: select count(*) from events ERROR: AnalysisException: Failed to ...
1
vote
1answer
66 views

How to get array/bag of elements from Hive group by operator?

I want to group by a given field and get the output with grouped fields. Below is an example of what I am trying to achieve:- Imagine a table named 'sample_table' with two columns as below:- F1 F2 ...
0
votes
0answers
20 views

Hive with hadoop-0.22.0 possible?

Hi I want to install hive . And i already have hadoop-0.22.0 cluster.when I checked it seems this version not work with Hive .any other solution ??
1
vote
3answers
60 views

How to Overwrite the existing files using hadoop fs -copyToLocal command

Is there any way we can overwrite existing files, while coping from HDFS using: hadoop fs -copyToLocal <HDFS PATH> <local path>
0
votes
0answers
39 views

Not able to create HIVE table with JSON format using SERDE

We are very new to Hadoop and Hive. We created normal Hive table and loaded data as well. But We are facing issue when we are creating table in Hive with JSON format. I have added serde jar also. We ...
0
votes
0answers
112 views

Cloudera Manager Embedded PostgreSQL Hive Metastore Server OutOfMemoryError Issue

I'm using: Cloudera Manager Free Edition: 4.5.1 Cloudera Hadoop Distro: CDH 4.2.0-1.cdh4.2.0.p0.10 (Parcel) Hive Metastore with cloudera manager embedded PostgreSQL database. My cloudera manager is ...

1 2 3 4 5 21