| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
32 (0.142s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4392] Illogical InvalidObjectException throwed when use mulit aggregate functions with star columns - Hive - [issue]
|
|
...For Example:hive (default)> create table liza_1 as > select *, sum(key), sum(value)  ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4392
Author: caofangkun,
2013-05-09, 03:10
|
|
|
[HIVE-4522] Confusing result generated when use mulit aggregate functions with star columns - Hive - [issue]
|
|
...hive (default)> set hive.cli.print.header=true;hive (default)> select * from src; OKkey value 3548 100 100Table src has two columns: key and v...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4522
Author: caofangkun,
2013-05-08, 06:44
|
|
|
[HIVE-4307] For partitioned table , if where statement is 'const string equals const string', the query will throw MismatchedTokenException - Hive - [issue]
|
|
...For example:create table srcpart (key string, value string) partitioned by (ds string, hr string);hive>explain select * from srcpart where 'test'='test2';BR.recoverFromMismatchedTokenFAIL...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4307
Author: caofangkun,
2013-04-08, 10:08
|
|
|
[HIVE-4230] when export data to local files ,users could decide whether the output contains corresponding column names - Hive - [issue]
|
|
...Example:hive>desc src;key stringvalue stringhive>insert overwrite local directory './src_table' select * from src;hive>!cat ./src_table/000000_0;a1 b1a2 b2a3 b3when user set a prope...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4230
Author: caofangkun,
2013-03-26, 03:01
|
|
|
[HIVE-4210] output of "show create table" shoud contain a Semicolon at the end of the query string - Hive - [issue]
|
|
...Beforeļ¼ hive (default)> SHOW CREATE TABLE v1 > ;[2013-03-21 11:31:57]: Compile Start [2013-03-21 11:31:59]: Compile...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4210
Author: caofangkun,
2013-03-21, 05:50
|
|
|
[HIVE-3914] use Chinese in hive column comment and table comment - Hive - [issue]
|
|
...use Chinese in hive column comment and table comment,and the metadata in Mysql is regular,the charset of 'COMMENT' column in 'columns_v2' table and 'PARAM_VALUE' column in 'table_params' tab...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3914
Author: caofangkun,
2013-03-20, 07:05
|
|
|
[HIVE-4135] When using PostgreSQL as stats database ,there's a type cast bug - Hive - [issue]
|
|
...When using PostgreSQL as stats database ,there's a type cast bug.tasktrack log :2013-03-01 16:03:08,973 INFO org.apache.hadoop.hive.ql.exec.TableScanOperator: 0 forwarded 17598 rows201...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4135
Author: caofangkun,
2013-03-07, 08:23
|
|
|
[HIVE-3945] union all datatype do not match may result wrong result - Hive - [issue]
|
|
...hive (default)> desc src;key string value string select key, value FROM ( select 'key' as key, 'value' as value – datatype: string, string fro...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3945
Author: caofangkun,
2013-02-25, 15:59
|
|
|
[HIVE-3961] provide new method for get all sorted tables by table create time - Hive - [issue]
|
|
... /** * @param dbName @param sorted if true then sort by createTime ASC else sort by createTime DESC @return @throws HiveException */ public List<St...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3961
Author: caofangkun,
2013-01-30, 04:02
|
|
|
[HIVE-3941] Implement The Schema Search Path Feature - Hive - [issue]
|
|
...The Schema Search Pathhttp://www.postgresql.org/docs/current/static/ddl-schemas.htmlhive(myschema)> SET search_path TO myschema,default; – set Schema Search Pathhive(myschema)> S...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3941
Author: caofangkun,
2013-01-29, 02:37
|
|
|
|