Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 26 (0.093s).
Loading phrases to help you
refine your search...
Mapside join exeception - Hive - [mail # user]
...Hi all,   Do anyone of you have an idea of what the following error means when I run a Mapside join.        java.lang.RuntimeException: Error while reading from task...
   Author: Viraj Bhat, 2010-06-24, 18:21
MapSide join in Hive - Hive - [mail # user]
...Hi all,   I am joining 2 datasets, one is around 1.5TB in size and the other is around 350MB in size.  I wanted to do a Map Side join using "id" as the join column between the two ...
   Author: Viraj Bhat, 2010-06-24, 17:43
RE: Using Distributed Cache in Hive UDF's?? - Hive - [mail # user]
...Hi Edward,   I was able to use the distributed cache, using the set mapred.cache.files option. I could read the files locally using standard java api's.  Thanks  Viraj   ...
   Author: Viraj Bhat, 2010-06-24, 17:33
RE: Compiling Hive against a different version of Hadoop 20 - Attempt 2 - Hive - [mail # user]
...Hi Carl,   I worked on your suggestion and it seems to fail at another point.  ant -Dhadoop.root=~/projects/newhadoop/hadoop-0.20.10/ -Dhadoop.version=0.20.10 package -Doffline=tru...
   Author: Viraj Bhat, 2010-06-21, 23:20
Using Distributed Cache in Hive UDF's?? - Hive - [mail # user]
...Hi all,   I have a lookup function in hive which looks if a certain pattern is present in a large text file. I upload this text file to HDFS. I hope to use this text file in my UDF &nbs...
   Author: Viraj Bhat, 2010-06-21, 23:03
Compiling Hive against a different version of Hadoop 20 - Attempt 2 - Hive - [mail # user]
...Hi all,   I tried compiling this time by running ant clean first.     Then I tried running   ant -Dhadoop.root=~/projects/newhadoop/hadoop-0.20.10/ -Dhadoop.version=0.20....
   Author: Viraj Bhat, 2010-06-21, 06:21
RE: Creating partitions causes Error in semantic analysis - Hive - [mail # user]
...Hi John,  Yes the problem was that in the select clause I needed to define the partition columns in exactly the similar order. INSERT OVERWRITE TABLE newtable PARTITION (newdatestamp, m...
   Author: Viraj Bhat, 2010-06-17, 06:16
RE: Creating partitions causes Error in semantic analysis - Hive - [mail # user]
...Hi Yongqiang,  I am using the trunk code. I figured out what the problem was  INSERT OVERWRITE TABLE newtable PARTITION (newdatestamp, myregion, myproperty) SELECT name, age, dates...
   Author: Viraj Bhat, 2010-06-17, 06:11
Creating partitions causes Error in semantic analysis - Hive - [mail # user]
...Hi all,    I have a table known as "oldtable" which is partitioned by datestamp.     The schema of the "oldtable" is:     name string  age bigint  pro...
   Author: Viraj Bhat, 2010-06-16, 23:07
RE: Compiling Hive against a different version of Hadoop 20 - Hive - [mail # user]
...Hi Edward,   Thanks for your help. I am compiling against a version of Hadoop which has changed and removed some core classes. I call it Hadoop 20.9, but it is different from the one av...
   Author: Viraj Bhat, 2010-06-15, 18:26
Sort:
project
Hive (26)
Pig (12)
Hadoop (3)
MapReduce (3)
type
mail # user (23)
issue (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (2)
last 9 months (26)
author
Namit Jain (802)
Edward Capriolo (631)
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)
Viraj Bhat