| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
40 (0.086s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-197] UDFToBoolean flipping values - Hive - [issue]
|
|
...UDFToBoolean should doreturn Boolean.valueOf(i.byteValue() != 0)Instead ofreturn Boolean.valueOf(i.byteValue() == 0)Same for all other types....
|
|
|
http://issues.apache.org/jira/browse/HIVE-197
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-423] change launch templates to use hive_model.jar - Hive - [issue]
|
|
...the model-jar target now builds hive_model.jar instead of metastore_model.jar. This causes the launch files (used to run tests) to not work anymore in eclipse....
|
|
|
http://issues.apache.org/jira/browse/HIVE-423
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-158] table aliases dont work for sampled tables in joins - Hive - [issue]
|
|
...The following query:FROM table1 TABLESAMPLE (BUCKET 1 OUT OF 512 ON col1) a JOIN table2 b ON (a.j1 = b.j2) SELECT a.col1, a.j1, b.j2;results in the error:ERROR ql.Driver (Session...
|
|
|
http://issues.apache.org/jira/browse/HIVE-158
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-73] Thrift Server and Client for Hive - Hive - [issue]
|
|
...Currently the hive cli directly calls the driver code. We need to be able to run a stand alone hive server that multiple clients can connect to. The hive server will allow clients to run que...
|
|
|
http://issues.apache.org/jira/browse/HIVE-73
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-203] fix eclipse templates to get junit tests working - Hive - [issue]
|
|
...right now eclipse templates are not complete....
|
|
|
http://issues.apache.org/jira/browse/HIVE-203
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-299] Include php packages for thrift service - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-299
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-171] distribute by and sort by ignored in the case of select * - Hive - [issue]
|
|
...create table tab1(col1 string, col2 string)select * from tab1 distribute by col1 sort by col2is different from:select col1, col2 from tab1 distribute by col1 sort by col2...
|
|
|
http://issues.apache.org/jira/browse/HIVE-171
Author: Raghotham Murthy,
2011-12-17, 00:08
|
|
|
[HIVE-504] script operator fails when there is an empty input file - Hive - [issue]
|
|
...Get the following error:Exception in thread "Timer-2" 09/05/21 11:58:13 INFO exec.FilterOperator: Initialization Done java.lang.NullPointerException at org.apache.hadoop.hiv...
|
|
|
http://issues.apache.org/jira/browse/HIVE-504
Author: Raghotham Murthy,
2011-12-17, 00:07
|
|
|
[HIVE-590] Pass type information in genFileSinkPlan - Hive - [issue]
|
|
...Right now only column names are being passed between semanticanalyzer and fetchtask. Once type information is passed, we can use LazySerDe to serialize the data (into json) in Driver.getResu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-590
Author: Raghotham Murthy,
2011-12-17, 00:07
|
|
|
[HIVE-567] jdbc: integrate hive with pentaho report designer - Hive - [issue]
|
|
...Instead of trying to get a complete implementation of jdbc, its probably more useful to pick reporting/analytics software out there and implement the jdbc methods necessary to get them worki...
|
|
|
http://issues.apache.org/jira/browse/HIVE-567
Author: Raghotham Murthy,
2011-12-17, 00:07
|
|
|
|