| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
128 (0.192s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3797] Add option for hive server to initialize and add resources registered to it to clients - Hive - [issue]
|
|
...CliDriver has -i option for initializing the session. HiveServer also should have one and make resources usable for clients if needed.hive --service hiveserver -i init.q -u-i for init script...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3797
Author: Navis,
2013-01-26, 03:01
|
|
|
[HIVE-3062] Insert into table overwrites existing table if table name contains uppercase character - Hive - [issue]
|
|
..."Insert into table <table-name> ~~" is expected to append query result into the table. But when the table name contains uppercase character, it overwrite existing table....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3062
Author: Navis,
2013-01-25, 07:04
|
|
|
[HIVE-2332] If all of the parameters of distinct functions are exists in group by columns, query fails in runtime - Hive - [issue]
|
|
...select sum(key_int1), sum(distinct key_int1) from t1 group by key_int1;fails with message..FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTaskhadoop says..C...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2332
Author: Navis,
2013-01-21, 19:04
|
|
|
[HIVE-2820] Invalid tag is used for MapJoinProcessor - Hive - [issue]
|
|
...Testing HIVE-2810, I've found tag and alias are used in very confusing manner. For example, query below fails..hive> set hive.auto.convert.join=true; &n...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2820
Author: Navis,
2013-01-19, 02:28
|
|
|
[HIVE-2828] make timestamp accessible in the hbase KeyValue - Hive - [issue]
|
|
...Originated from HIVE-2781 and not accepted, but I think this could be helpful to someone.By using special column notation ':timestamp' in HBASE_COLUMNS_MAPPING, user might access timestamp v...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2828
Author: Navis,
2013-01-18, 01:25
|
|
|
[HIVE-3852] Multi-groupby optimization fails when same distinct column is used twice or more - Hive - [issue]
|
|
...FROM INPUTINSERT OVERWRITE TABLE dest1 SELECT INPUT.key, sum(distinct substr(INPUT.value,5)), count(distinct substr(INPUT.value,5)) GROUP BY INPUT.keyINSERT OVERWRITE TABLE dest2 SELECT INPU...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3852
Author: Navis,
2013-01-17, 21:47
|
|
|
[HIVE-3907] Hive should support adding multiple resources at once - Hive - [issue]
|
|
...Currently hive adds resources in one by one manner. And for JAR resources, one classloader is created for each jar file, which seemed not good idea....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3907
Author: Navis,
2013-01-16, 12:26
|
|
|
[HIVE-3787] Regression introduced from HIVE-3401 - Hive - [issue]
|
|
...By HIVE-3401, split_sample_out_of_range.q and split_sample_wrong_format.q are not showing valid 'line:loc' information for error messages....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3787
Author: Navis,
2013-01-16, 01:45
|
|
|
[HIVE-3842] Remove redundant test codes - Hive - [issue]
|
|
...Currently hive writes same test code again and again for each test, making test class huge (50k line for ql)....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3842
Author: Navis,
2013-01-04, 03:56
|
|
|
[HIVE-3286] Explicit skew join on user provided condition - Hive - [issue]
|
|
...Join operation on table with skewed data takes most of execution time handling the skewed keys. But mostly we already know about that and even know what is look like the skewed keys.If we ca...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3286
Author: Navis,
2013-01-04, 03:51
|
|
|
|