| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
152 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-514] partition key names should be case insensitive in alter table add partition statement. - Hive - [issue]
|
|
...create table testpc(a int) partitioned by (ds string, hr string);alter table testpc add partition (ds="1", hr="1"); --> worksalter table testpc add partition (ds="1", Hr="1"); --> does...
|
|
|
http://issues.apache.org/jira/browse/HIVE-514
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-516] Enable predicate pushdown - Hive - [issue]
|
|
...Enable predicate pushdown by default....
|
|
|
http://issues.apache.org/jira/browse/HIVE-516
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-420] Support regular expressions for column in select clause - Hive - [issue]
|
|
...support queries like select a.`(ds|hr)?+.+` from a where a.ds='2009-09-09' which are useful when there are humongous number of columns in a table and want to select all columns ex...
|
|
|
http://issues.apache.org/jira/browse/HIVE-420
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-435] Empty passwd param causing NPE in ExecDriver - Hive - [issue]
|
|
...HIVE-403 can cause NPE if the password param is empty....
|
|
|
http://issues.apache.org/jira/browse/HIVE-435
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-414] Add Hive web interface to Eclipse config files - Hive - [issue]
|
|
...hwi/src and hwi/test directories do not appear in Eclipse....
|
|
|
http://issues.apache.org/jira/browse/HIVE-414
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-605] add new datanucleus jars to .classpath - Hive - [issue]
|
|
...HIVE-445 replaced jpox jars with upgraded versions. this is JIRA is to fix the .classpath so that eclipse works....
|
|
|
http://issues.apache.org/jira/browse/HIVE-605
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-610] move all properties from jpox.properties to hive-site.xml - Hive - [issue]
|
|
...there some properties in jpox.properties and some in hive-site.xml. move all to the later file....
|
|
|
http://issues.apache.org/jira/browse/HIVE-610
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-442] Partition is created before data is moved thus creating a window where data is incomplete - Hive - [issue]
|
|
...During the said window, processes waiting for the partition to be created can run queries on partial data thus causing untold misery....
|
|
|
http://issues.apache.org/jira/browse/HIVE-442
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-488] loading into a partition with more than one partition column fails if the partition is not created before. - Hive - [issue]
|
|
...Following test fails on HDFS cluster but not on local file system.drop table hive_test_src;drop table hive_test_dst;create table hive_test_src ( col1 string ) stored as textfile ;load data l...
|
|
|
http://issues.apache.org/jira/browse/HIVE-488
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-544] predicate pushdown is not handling exprFieldNodeDesc correctly - Hive - [issue]
|
|
...complex column fields are not handled correctly resulting in ClassCastException....
|
|
|
http://issues.apache.org/jira/browse/HIVE-544
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
|