| clear query|facets|time |
Search criteria: .
Results from 191 to 200 from
38310 (0.097s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3239] exception will be thrown for timestamp column in resultset from getColumns metadata method - Hive - [issue]
|
|
...create table cert.tts ( x int, y timestamp )describe the table column metadata usingrs = meta.getColumns(null, "cert", "tts", "%");..while (rs.next()) { for (int i = 1; i <= rsmd.getColum...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3239
Author: N Campbell,
2013-05-15, 01:22
|
|
|
Re: Review Request: Add Vectorized Substr - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11106/ (Updated May 15, 2013, 1:16 a.m.) Review request for hive. Changes R...
|
|
|
Author: Timothy Chen,
2013-05-15, 01:16
|
|
|
[HIVE-4540] JOIN-GRP BY-DISTINCT fails with NPE when mapjoin.mapreduce=true - Hive - [issue]
|
|
...If the mapjoin.mapreduce optimization kicks in on a query of this form:select count(distinct a.v) from a join b on (a.k = b.k)group by a.gThe planer will NPE in the metadataonly optimizer....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4540
Author: Gunther Hagleitner,
2013-05-15, 00:38
|
|
|
LanguageManual DDL - Apache Hive - Apache Software Foundation - Hive - [wiki]
|
|
... Comment: Go to start of metadata &nb...
|
|
|
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL
Author: Siyang Chen,
2013-05-15, 00:00
|
|
|
[HIVE-2998] Making Hive run on Windows Server and Windows Azure environment - Hive - [issue]
|
|
...This is the master JIRA for improvements to Hive that would enable it to run natively on Windows Server and Windows Azure environments. Microsoft has done the initial work here to have...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2998
Author: Lengning Liu,
2013-05-14, 23:47
|
|
|
[HIVE-4558] mapreduce_stack_trace_hadoop20 in TestNegativeMinimrCliDriver fails on Windows - Hive - [issue]
|
|
...testNegativeCliDriver_mapreduce_stack_trace_hadoop20 fails because group information is printed out on Windows. Here is the example of mapreduce_stack_trace_hadoop20.q.out.orig:-------------...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4558
Author: Xi Fang,
2013-05-14, 23:47
|
|
|
[HIVE-4309] Hive server2 for Hive HA? - Hive - [issue]
|
|
...My team leader tell me Hive server2 is develop for Hive HA.I tell him Hive server2 is for concurrent requests.We plan to deployment Hive server HA.So can somebody tell me what is Hive server...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4309
Author: zengyongping,
2013-05-14, 23:40
|
|
|
Re: hiveserver2 Thrift Interface With Perl - Hive - [mail # user]
|
|
...This SASL module for Perl may be of interest: http://search.cpan.org/~gbarr/Authen-SASL-2.16/ On Tue, May 14, 2013 at 9:44 AM, Prasad Mujumdar wrote: ...
|
|
|
Author: Carl Steinbach,
2013-05-14, 23:05
|
|
|
[HIVE-4533] vectorized NotCol operation does not handle short-circuit evaluation for NULL propagation correctly - Hive - [issue]
|
|
...See file NotCol.java in org.apache.hadoop.hive.ql.exec.vector.expressions.This code does not look at the selection vector so it may waste time propagating nulls if the batch has already been...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4533
Author: Eric Hanson,
2013-05-14, 22:27
|
|
|
[HIVE-4463] Add unit tests for vectorized IS NULL and IS NOT NULL filters - Hive - [issue]
|
|
...Add junit tests for vectorized IS NULL and IS NOT NULL....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4463
Author: Eric Hanson,
2013-05-14, 22:11
|
|
|
|