Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 36 (0.528s).
Loading phrases to help you
refine your search...
RE: alter table add partition error - Hive - [mail # user]
...In the second step of   http://wiki.apache.org/hadoop/Hive/HowToContribute#Generating_Code     "Use the approved version of thrift. This is currently thrift-instant-r790732, w...
   Author: Pradeep Kamath, 2010-06-23, 16:03
Re: alter table add partition error - Hive - [mail # user]
...Hi Paul,    I have attached a draft of a patch (incomplete). The problem I am  facing is that to make this change I seem to need to change the thrift  idl (hive_metastore...
   Author: Pradeep Kamath, 2010-06-22, 17:21
RE: alter table add partition error - Hive - [mail # user]
...Hi Paul,    Yes I don't mind working on a patch though I have no knowledge of how thrift code works. I was also confused by your suggestion for a fix. I thought the fix would be in...
   Author: Pradeep Kamath, 2010-06-22, 00:46
RE: alter table add partition error - Hive - [mail # user]
...I tried debugging in code a little more. Here is what I found:  The code in ThriftHiveMetaStore eventually makes a call - get_partition() passing the partition key values for the partit...
   Author: Pradeep Kamath, 2010-06-21, 21:11
RE: alter table add partition error - Hive - [mail # user]
...Looks like the standalone script works fine against the existing partition:  ./ThriftHiveMetastore-remote -h localhost:9080 get_partition_by_name default dummy datestamp=20100602/srcid=...
   Author: Pradeep Kamath, 2010-06-18, 21:51
RE: alter table add partition error - Hive - [mail # user]
...Sorry, don't know python - so couldn't make sense out of the following error when I run the command you suggested:  [src/metastore/src/gen-py/hive_metastore]./ThriftHiveMetastore-remote...
   Author: Pradeep Kamath, 2010-06-18, 20:37
RE: alter table add partition error - Hive - [mail # user]
...Yes - exactly - the create table works fine - I have been able to even create external tables and run select queries on them with my current thrift setup. I am using Oracle as a backend DB. ...
   Author: Pradeep Kamath, 2010-06-18, 19:18
RE: alter table add partition error - Hive - [mail # user]
...Hi Ning,   I have pasted below [1] the values for HADOOP_CLASSPATH and CLASSPATH from an "env" command printed just before the following line in execHiveCmd.sh  exec $HADOOP jar ${...
   Author: Pradeep Kamath, 2010-06-18, 18:25
RE: alter table add partition error - Hive - [mail # user]
...I think there are two separate issues here - I want to open a jira for the first one since I am now able to reproduce it even with text format with builtin Serdes. Essentially this is a bug ...
   Author: Pradeep Kamath, 2010-06-18, 17:19
RE: alter table add partition error - Hive - [mail # user]
...Here are the create table and alter table statements:  CREATE external TABLE if not exists mytable (       bc string    ,src_spaceid string    ,srcpvi...
   Author: Pradeep Kamath, 2010-06-17, 20:24
Sort:
project
Pig (45)
Hive (36)
MapReduce (5)
Hadoop (3)
type
mail # user (33)
issue (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (36)
author
Namit Jain (800)
Edward Capriolo (644)
Zheng Shao (613)
Carl Steinbach (605)
John Sichi (297)
Mark Grover (265)
Ashutosh Chauhan (261)
Ning Zhang (255)
Nitin Pawar (249)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Navis (148)
Bejoy Ks (132)
Pradeep Kamath