Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 118 (0.202s).
Loading phrases to help you
refine your search...
Re: joining user sessions - Hive - [mail # user]
...Hi,  If one of your tables are small enough then you can go in for map side joins, which actually distributes the smaller table contents into the distributed cache and then perform the ...
   Author: Bejoy KS, 2012-06-13, 16:52
Re: Hive Mapside join with Distributed cache - Hive - [mail # user]
...You just need to enable map joins before executing your join query. hive> Set hive.auto.convert.join=true  Regards Bejoy KS  Sent from handheld, please excuse typos.  From:...
   Author: Bejoy KS, 2012-06-11, 16:03
Re: Error while Creating Table in Hive - Hive - [mail # user]
...Hi Babak  You gotta follow those instructions in the apace site to set up hadoop from scratch and ensure that hdfs is working first. You should be able to read and write files to hdfs b...
   Author: Bejoy KS, 2012-06-05, 19:55
Re: Re[2]: from-insert-select trouble - Hive - [mail # user]
...Great, good catch.. Not enough child heap size available to process your data volume. If you have free memory available just increase child.opts memory and it may pass through as well.  ...
   Author: Bejoy KS, 2012-05-22, 13:07
Re: Reduce operation stuck - Hive - [mail # user]
...Hi Balaji  How many reduce tasks are being triggered? If more than 1, how many of them are completed and and how many are still running? Can you try increasing the number of reduce task...
   Author: Bejoy KS, 2012-05-19, 04:15
Re: Is there a way to create user account and grant read only permissions? - Hive - [mail # user]
...Hi patrick       The Authorization mechanisms in hive are not as solid as other RDBMS. A user can grant himself rights and can then drop a table or do whatever operations he l...
   Author: Bejoy KS, 2012-05-19, 04:08
Re: Want to improve the performance for execution of Hive Jobs. - Hive - [mail # user]
...Hi Bhavesh      On a job level, if you set/override some properties it won't go into mapred-site.xml. Check your corresponding Job.xml to get the values. Also confirm from tas...
   Author: Bejoy KS, 2012-05-08, 12:02
Re: how can I escape hive CLI output - Hive - [mail # user]
...Hi     Hdfs/hive to any RDBMS , sqoop is the right tool to go for. It is exclusively meant for to and fro parallel data transfers between Rdbms and hdfs.   Regards Bejoy KS &n...
   Author: Bejoy KS, 2012-05-04, 19:22
Re: Distributed execution for UNION ALL - Hive - [mail # user]
...Hi Alexander       Are you have a single node execution issue only for this particular query that involves Union all or is it same across all hive queries.  Regards Bejoy...
   Author: Bejoy KS, 2012-05-04, 13:58
Re: How to make the query compiler not determine the number of reducers? - Hive - [mail # user]
...Thomas,       It needn't be the case, raising your map tasks may not have any effect on reduce tasks. May be we can help you out if you could provide some details like :  ...
   Author: Bejoy KS, 2012-04-30, 14:14
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 (4)
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