Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 108 (0.282s).
Loading phrases to help you
refine your search...
Re: Map Reduce Local Task - Hive - [mail # user]
...That setting will make Hive more aggressive about trying to convert a join to a local task, where it bypasses the job tracker. When you're experimenting with queries on a small data set, it ...
   Author: Dean Wampler, 2013-01-08, 15:59
Re: Does Hue (Hadoop User Experience) works with Apache HIVE/HADOOP - Hive - [mail # user]
...If you're willing to consider a commercial option, Karmasphere is already supported on EMR.  http://aws.amazon.com/elasticmapreduce/karmasphere/  On Sat, Dec 29, 2012 at 1:29 AM, C...
   Author: Dean Wampler, 2012-12-29, 15:18
Re: hive regular expression - Hive - [mail # user]
...Hive uses Java's regex API. This tutorial provides an excellent introduction.  http://docs.oracle.com/javase/tutorial/essential/regex/  dean  On Wed, Dec 26, 2012 at 12:46 PM,...
   Author: Dean Wampler, 2012-12-26, 18:50
Re: Reflect MySQL updates into Hive - Hive - [mail # user]
...Looks good, but a few suggestions. If you can eliminate duplicates, etc. as you ingest the data into HDFS, that would eliminate a cleansing step. Note that if the target directory in HDFS IS...
   Author: Dean Wampler, 2012-12-24, 18:12
Re: Reflect MySQL updates into Hive - Hive - [mail # user]
...This is not as hard as it sounds. The hardest part is setting up the incremental query against your MySQL database. Then you can write the results to new files in the HDFS directory for the ...
   Author: Dean Wampler, 2012-12-24, 14:51
Re: Creating external table poiting to s3 folder with files not loading data - Hive - [mail # user]
...You raise an important point; "metadata" commands like create table and alter table only affect metadata, not the actual data itself. So, you have to write the files into the partition direc...
   Author: Dean Wampler, 2012-12-17, 15:07
Re: Creating external table poiting to s3 folder with files not loading data - Hive - [mail # user]
...A couple of clarifying questions and suggestions. First, keep in mind that Hive doesn't care if you have a typo of some kind in your external location ;) Use DESCRIBE FORMATTED to verify the...
   Author: Dean Wampler, 2012-12-14, 15:22
Re: Running commands at hive cli or hive thirft startup - Hive - [mail # user]
...What about using "hive -i ~/.hiverc -f script"? I haven't tried it, but I assume it reads the specified "rc" file in the batch mode case. True?  On Fri, Dec 14, 2012 at 3:41 AM, Mark Gr...
   Author: Dean Wampler, 2012-12-14, 14:31
Re: Storing data in TSV with changing headers - Hive - [mail # user]
...You'll have to define separate tables for the different schemas. You can "unify" them in a query with the union feature. You should also remove the header lines in the files, if you still ha...
   Author: Dean Wampler, 2012-11-30, 13:40
Re: Starting with Hive - writing custom SerDe - Hive - [mail # user]
...Similarly, Pig is pretty nice for this type of data cleansing and it's a little more flexible  However, for completeness, I'll mention an alternative to writing a UDF; use the Hive stre...
   Author: Dean Wampler, 2012-11-29, 15:09
Sort:
project
Hive (108)
type
mail # user (106)
issue (2)
date
last 7 days (6)
last 30 days (7)
last 90 days (38)
last 6 months (90)
last 9 months (108)
author
Namit Jain (802)
Edward Capriolo (636)
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)
Dean Wampler