| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
152 (4.985s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-493] automatically infer existing partitions of table from HDFS files. - Hive - [issue]
|
|
...Initially partition list for a table is inferred from HDFS directory structure instead of looking into metastore (partitions are created using 'alter table ... add partition'). but this auto...
|
|
|
http://issues.apache.org/jira/browse/HIVE-493
Author: Prasad Chakka,
2010-10-29, 22:59
|
|
|
[HIVE-419] Rename HDFS directories when a table is renamed. - Hive - [issue]
|
|
...As the title says. Applies only to internal (or native) tables....
|
|
|
http://issues.apache.org/jira/browse/HIVE-419
Author: Prasad Chakka,
2010-10-29, 22:59
|
|
|
[HIVE-897] fix inconsistent expectations from table/partition location value - Hive - [issue]
|
|
...currently code expects this to be full URI in some locations (LoadSemanticAnalyzer). Also HiveAlterHandle should work in either case....
|
|
|
http://issues.apache.org/jira/browse/HIVE-897
Author: Prasad Chakka,
2010-07-04, 14:23
|
|
|
Re: enough alter tables in the same .q file eventually fail - Hive - [mail # user]
|
|
...There was a bug that got fixed where each request was creating a separate m etastore client. That could be it or something similar that hasn't gotten f ixed. On Apr 8, 2010, at 11:47 A...
|
|
|
Author: Prasad Chakka,
2010-04-08, 20:03
|
|
|
Re: Adding/appending data to existing table/partition - Hive - [mail # user]
|
|
...they will work as long as you put the files in the expected location for re gular tables. On Mar 17, 2010, at 1:57 PM, Ryan LeCompte wrote: This is interesting... thanks for the...
|
|
|
Author: Prasad Chakka,
2010-03-17, 21:06
|
|
|
Re: Adding new columns to existing Hive tables - Hive - [mail # user]
|
|
...All it says is that when you change metadata, the underlying data is not re formatted to juggle around to fit the new metadata. Eg. If your data has 3 columns and they are named a, b, ...
|
|
|
Author: Prasad Chakka,
2010-03-09, 21:24
|
|
|
Re: Question on modifying a table to become external - Hive - [mail # user]
|
|
...Eva, Here is the wiki describing the syntax on changing table properties. http:/ /wiki.apache.org/hadoop/Hive/LanguageManual/DDL#Add_Table_Properties ___________________________...
|
|
|
Author: Prasad Chakka,
2010-02-19, 18:25
|
|
|
Re: Question on modifying a table to become external - Hive - [mail # user]
|
|
...I think you can do this by 'alter table add properties ('EXTERNAL' ='T RUE')' or some such. Basically Hive knows that a table is an EXTERNAL table by checking for a table propery...
|
|
|
Author: Prasad Chakka,
2010-02-18, 20:13
|
|
|
[HIVE-310] alter table is not using correct serde while replacing columns - Hive - [issue]
|
|
...Alter table should set correct serde while replacing columns depending on the column types instead of setting the serde to MetadataTypedColumnsetSerDe always....
|
|
|
http://issues.apache.org/jira/browse/HIVE-310
Author: Prasad Chakka,
2010-01-12, 19:20
|
|
|
Re: adding view support to Hive (HIVE-972) - Hive - [mail # user]
|
|
...I am assuming partioned views are supported. Does this apply to partitions as well? ________________________________ From: John Sichi Reply-To: Date: Mon, 21 D...
|
|
|
Author: Prasad Chakka,
2009-12-22, 01:39
|
|
|
|