Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 118 (1.226s).
Loading phrases to help you
refine your search...
Re: alter external table location with new namenode address - Hive - [mail # user]
...Yes you need to update the metastore db directly for this to be in effect.  Regards Bejoy KS  Sent from handheld, please excuse typos.  From: Alok Kumar  Date: Fri, 24 Au...
   Author: Bejoy KS, 2012-08-24, 12:10
Re: move Hive from one distribution to another - Hive - [mail # user]
...Hi Anson  Hive has the EXPORT IMPORT feature  since 0.8 that EXPORTs  the table structure as well as data into a file which can be used for I MPORTing back to a new instance. A sam...
   Author: Bejoy KS, 2012-08-21, 17:23
Re: how to handling complex log file(compressed, 200G) - Hive - [mail # user]
...Hi Kiwon Lee  There isn't anything specific you need to do in hive DDL or DML to parse gz files. You need to ensure that 'org.apache.hadoop.io.compress.GzipCodec' is availabe in 'io.com...
   Author: Bejoy KS, 2012-08-17, 19:23
Re: UNION ALL - what is the simplest form - Hive - [mail # user]
...Hi Anand  You necessarily don't need to go in for UNION ALL for your requirement.  Use INSERT INTO instead, which has less overhead. It is supported from hive 0.8 .  INSERT IN...
   Author: Bejoy KS, 2012-08-16, 07:42
Re: how to do random sampling in hive? - Hive - [mail # user]
...Hi,  To get more accurate sampling, you need to bucketize your table based on the columns you wish to use in sampling. Also use the TABLESAMPLE clause while getting the required sample ...
   Author: Bejoy KS, 2012-08-15, 16:04
Re: loading data in HDFS similar to raid concept(i.e i have 100GB data file load as 30GB in one node, 40 GB in other node and 30GB in other node - Hive - [mail # user]
...Hi Shaik  AFAIK it is not possible in hadoop. The hdfs storage concept is different from RAID, In hdfs your file is broken down to blocks and each of these blocks are stored in one or m...
   Author: Bejoy KS, 2012-08-13, 11:11
Re: Exploding Array of String in Hive - Hive - [mail # user]
...Hi Raihan  To fetch an element of an Array you can just specify the position of the element in your query.  Say if you have a table like 'test_table' with a field 'arr_clmn Array',...
   Author: Bejoy KS, 2012-08-11, 08:53
Re: [ANNOUNCE] New Hive Committer - Navis Ryu - Hive - [mail # dev]
...Congrats Navis.. :)  Regards Bejoy KS  Sent from handheld, please excuse typos.  From: alo alt  Date: Fri, 10 Aug 2012 17:08:07  To:  Reply-To: [EMAIL PROTECTED...
   Author: Bejoy KS, 2012-08-10, 15:10
Re: Caused by: java.io.EOFException - Hive - [mail # user]
...It could be like the file corresponding to the partition dt='20120731' got corrupted.  This file as pointed in the error logs should be the culprit. hdfs://ares-nn/apps/hdmi-technology/...
   Author: Bejoy KS, 2012-08-07, 00:27
Re: Passing date as command line arguments - Hive - [mail # user]
...Yes that is the right issue. Variable substitution is not happening. I can't say much here as I haven't tried out this on 0.6 . The code on my blog post is based on 0.7 or higher version I g...
   Author: Bejoy KS, 2012-08-04, 07:39
Sort:
project
Hive (118)
MapReduce (69)
Hadoop (29)
HDFS (13)
Sqoop (10)
Pig (2)
type
mail # user (115)
issue (2)
mail # dev (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (3)
last 9 months (118)
author
Namit Jain (802)
Edward Capriolo (633)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Bejoy KS