| 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
|
|
|
|