hive
Hive doesn't respond when I try to make a query
I have a setup on a EC2 instance that uses Whirr to spin up new hadoop instances. I have been trying to get Hive开发者_如何学JAVA to work with this setup. Hive should be configured to use mysql as the[详细]
2023-03-07 06:26 分类:问答Hadoop Basics: What do I do with the output?
(I\'m sure a similar question exists, but I haven\'t found the answer I\'m looking for yet.) I\'m using Hadoop and Hive (for our developers with SQL familiarity) to batch process multiple terabytes[详细]
2023-03-06 18:57 分类:问答Replace Delimiter when exporting to file from Hive
When doing an INSERT OVERWRITE LOCAL DI开发者_如何转开发RECTORY is it possible to specify the delimiter to use?[详细]
2023-03-06 03:43 分类:问答Hive - How can I write a create statement for a variable length, existing, hdfs file?
So, I have an ex开发者_JAVA百科isting hdfs directory, containing a bunch of files.These files are all tab delimited.[详细]
2023-03-05 03:53 分类:问答Cassandra wih Hive
Am new in cassandra and Hive. Now i want integrate cassandra with th开发者_运维知识库e Hadoop-Hive but how can i integrate the cassandra with Hive.You\'re in luck: DataStax just released Brisk, a Cass[详细]
2023-03-03 17:36 分类:问答hive Expression Not In Group By Key
I create a t开发者_开发技巧able in HIVE. It has the following columns: id bigint, rank bigint, date string[详细]
2023-02-28 11:47 分类:问答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).[详细]
2023-02-28 00:31 分类:问答Hadoop Hive - Split string
I am a new hivebe. My Query : In the log file we have a request fie开发者_如何学Gold like this "GET /img/home/search-user-ico.jpg HTTP/1.1" .There are more than 10,000 records are available.[详细]
2023-02-27 11:07 分类:问答Hive: writing column headers to local file?
Hive documentation lacking again: I\'d like to write the results of a query to a local file as well as the names of the columns.[详细]
2023-02-24 06:30 分类:问答Is there a Hive equivalent of SQL "not like"
While Hive supports positive like queries: ex开发者_JAVA百科. select * from table_name where column_name like \'root~%\';[详细]
2023-02-24 02:40 分类:问答