| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
148 (0.259s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3634] Utilize sorted traits of columns provided by some storage handler (hbase, etc.) - Hive - [issue]
|
|
...Some storage handler can provide rows sorted/bucketized on columns but this is not utilized by hive....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3634
Author: Navis,
2013-01-28, 05:45
|
|
|
[HIVE-3946] Make it possible to configure for each stage - Hive - [issue]
|
|
...Some MR related configurations like "mapred.reduce.tasks" or "hive.exec.reducers.bytes.per.reducer" needed to be configured for each stage....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3946
Author: Navis,
2013-01-26, 14:13
|
|
|
[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
|
|
|
|