Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 118 (3.367s).
Loading phrases to help you
refine your search...
Re: need help to write a query that does same as BETWEEN operator - Hive - [mail # user]
...Hi Praveen  If Between is not supported in your hive version, you can replace Between using  . Like  SELECT *FROM account a, timezone.g WHERE a.create_date >= g.start_date ...
   Author: Bejoy KS, 2012-10-12, 09:58
Re: Need Help in Hive storage format - Hive - [mail # user]
...Hi Yogesh.   It should be a simple delimited file with ^A character  as the field delimiter.  Regards Bejoy KS  Sent from handheld, please excuse typos.  From: yoges...
   Author: Bejoy KS, 2012-10-11, 17:53
Re: hive mapred problem - Hive - [mail # user]
...Hi Ajit  Is Oracle jdk used in your data nodes? If it is open jdk then I guess jps won't work. Also have you configured java correctly on DNs for the user that issues jps command?  ...
   Author: Bejoy KS, 2012-10-09, 12:27
Re: Compression of Intermediate Data - Hive - [mail # user]
...Hi Hadi  The propertis you specified doen't enable compression of map output. To enable map output compression you need to enable the following properties  SET hive.exec.compress.o...
   Author: Bejoy KS, 2012-10-06, 15:32
Re: hive query fail - Hive - [mail # user]
...Hi Ajit  Oracle as a metastore has popped up a few issues for us in the past. The most widely used metastore db is MySql which is pretty good.    Regards Bejoy KS  Sent f...
   Author: Bejoy KS, 2012-10-04, 06:37
Re: org.apache.hadoop.ipc.RemoteException(java.io.IOException: java.io.IOException - Hive - [mail # user]
...Hi Raihan  The propery 'mapred.jobtracker.maxtasks.per.job' is a JobTra cker level one and not a task level one. Hence you cannot override it at ta sk level. You need to make modificati...
   Author: Bejoy KS, 2012-10-04, 03:23
Re: File Path and Partition names - Hive - [mail # user]
...Hi Carla  If you like to have your custom directory structure for your  partitions. You can create dirs in hdfs of your choice , load data into them (If from another hive table the...
   Author: Bejoy KS, 2012-10-02, 12:54
Re: hive permissions issue on a database - Hive - [mail # user]
...Hi Rahul  Hive currently have this limitation. You can have permissions on hdfs but not on the metastore. So as a result any user can drop any table in hive. I have seen such discussion...
   Author: Bejoy KS, 2012-10-02, 03:01
Re: Performance: hive+hbase integration query against the row_key - Hive - [mail # user]
...Hi Ashok,  AFAIK, there is no property that will get you this functiona lity on the fly.   Regards, Bejoy KS   ___________________ _____________  From: "[EMAIL PROTECTED]" &nb...
   Author: Bejoy KS, 2012-09-12, 21:33
Re: Performance: hive+hbase integration query against the row_key - Hive - [mail # user]
...Hi Ashok  'LOAD DATA INPATH ..' issues a hdfs move under the hood, that  is why the original data in hdfs is not present after the load operation.  If you want to preserve the...
   Author: Bejoy KS, 2012-09-12, 21:09
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 (6)
last 9 months (118)
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)
Bejoy KS