| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
40 (0.085s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-713] Integrate operator counters into query plan to view progress of queries - Hive - [issue]
|
|
...Annotate the QueryPlan - with multiple stages and each stage(Task) can have an Operator tree - with counters that each Operator/Task updates....
|
|
|
http://issues.apache.org/jira/browse/HIVE-713
Author: Raghotham Murthy,
2011-12-17, 00:05
|
|
|
[HIVE-764] json.jar is corrupted - Hive - [issue]
|
|
...JSONStringer.array() method call results in failure at runtime. Compilation succeeds....
|
|
|
http://issues.apache.org/jira/browse/HIVE-764
Author: Raghotham Murthy,
2011-12-17, 00:05
|
|
|
[HIVE-341] Specifying partition column without table alias causes unknown exception - Hive - [issue]
|
|
...Created two tables - tmp_rsm_abc and tmp_rsm_abc1. The latter is partitioned on ds. Query on first table succeeds, but query on second fails. See the session below.hive> describe tmp_rsm_...
|
|
|
http://issues.apache.org/jira/browse/HIVE-341
Author: Raghotham Murthy,
2011-12-17, 00:03
|
|
|
[HIVE-398] column comments not supported in ADD COLUMNS and REPLACE COLUMNS statements - Hive - [issue]
|
|
...The error message is also broken.hive> create table tmp_rs(a int);OKTime taken: 0.057 secondshive> alter table tmp_rs add columns (b int); <----- succeeds  ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-398
Author: Raghotham Murthy,
2010-10-29, 22:59
|
|
|
[HIVE-1356] Allow uncommitted inserts and commit explicitly - Hive - [issue]
|
|
...Uncommitted inserts should not show up in show tables, show partitions etc. We would like to use an explicit commit to make partitions/tables visible after we have inserted all the data that...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1356
Author: Raghotham Murthy,
2010-05-20, 08:49
|
|
|
[HIVE-744] Create HiveShell to unify conf management of all hive tools - Hive - [issue]
|
|
...This would be similar to hadoop's JobShell. See HIVE-617 for more discussions....
|
|
|
http://issues.apache.org/jira/browse/HIVE-744
Author: Raghotham Murthy,
2009-08-09, 06:21
|
|
|
[HIVE-715] include throttle status of job tracker in HiveClusterStatus - Hive - [issue]
|
|
...Currently, Hive throttles clients when the cluster is in a bad state. This information about the cluster state is missing in HiveClusterStatus....
|
|
|
http://issues.apache.org/jira/browse/HIVE-715
Author: Raghotham Murthy,
2009-07-31, 18:30
|
|
|
[HIVE-714] Rename classes to make them more understandable - Hive - [issue]
|
|
...Right now there are a few class names which are quite confusing - we should rename them to be more clear. Here's the initial list of classes. There are probably others.ExecDriver -> MapRe...
|
|
|
http://issues.apache.org/jira/browse/HIVE-714
Author: Raghotham Murthy,
2009-07-31, 17:09
|
|
|
[HIVE-695] sort by does not support columns along with table alias when there is a group by - Hive - [issue]
|
|
...The following query works:select a.userid from pageviews a where a.ds = '2009-07-21' sort by a.userid; However, the query below results in an error:select a.userid, count(1) from pageviews a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-695
Author: Raghotham Murthy,
2009-07-28, 01:04
|
|
|
[HIVE-659] unify tableScanDesc and tableDesc - Hive - [issue]
|
|
...And make FetchTask use TableScanOperator instead of FetchOperator (which is not even a real Operator)....
|
|
|
http://issues.apache.org/jira/browse/HIVE-659
Author: Raghotham Murthy,
2009-07-21, 01:04
|
|
|
|