| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
32 (5.176s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Table schema size limit to 4000 chars ? - Hive - [mail # user]
|
|
...There shouldn't be any problems with comments in Avro schemas. You just need to make sure they're escaped properly. We did run into a problem with schema.literal values longer th...
|
|
|
Author: Jakob Homan,
2013-01-22, 22:20
|
|
|
Re: Review Request: HIVE-3528 - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7431/#review15161 Ship it! +1. Looks great. - Jakob Homan On Jan. 2, ...
|
|
|
Author: Jakob Homan,
2013-01-08, 22:52
|
|
|
[HIVE-3092] Hive tests should load Hive classes from build directory, not Ivy cache - Hive - [issue]
|
|
...As discussed in HIVE-895, currently the tests pull in jars for other components rather from Ivy rather than using the built classes and jars in the build directory (bit.ly/LzndQU). Thi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3092
Author: Jakob Homan,
2012-12-19, 15:55
|
|
|
[HIVE-3798] Can't escape reserved keywords used as table names - Hive - [issue]
|
|
...hive (some_table)> show tables;OK...comment...Time taken: 0.076 secondshive (some_table)> describe comment;FAILED: Parse Error: line 1:0 cannot recognize input near 'describe' 'comment...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3798
Author: Jakob Homan,
2012-12-13, 19:53
|
|
|
[HIVE-2643] Recent patch prevents Hadoop confs from loading in 0.20.204 - Hive - [issue]
|
|
...After the application of HIVE-2362, we're unable to run queries against the Hive cluster (RC2 and 3):java.io.IOException: Failed to set permissions of path: /user/jhoman-667872320/.staging t...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2643
Author: Jakob Homan,
2012-11-26, 21:32
|
|
|
[HIVE-3264] Add support for binary dataype to AvroSerde - Hive - [issue]
|
|
...When the AvroSerde was written, Hive didn't have a binary type, so Avro's byte array type is converted an array of small ints. Now that HIVE-2380 is in, this step isn't necessary and w...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3264
Author: Jakob Homan,
2012-11-18, 18:29
|
|
|
[HIVE-3017] hive-exec jar, contains classes from other modules(hive-serde, hive-shims, hive-common etc) duplicating those classes in two jars - Hive - [issue]
|
|
...HIVE-2646 added the jars from hive-serde to the hive-exec class:... 0 Wed May 09 20:56:30 PDT 2012 org/apache/hadoop/hive/serde2/typeinfo/ 1971 Wed May 09 20:56...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3017
Author: Jakob Homan,
2012-11-18, 00:43
|
|
|
Re: Possible patch to fix column comments with non-native SerDe - Hive - [mail # dev]
|
|
...You'll need to update your serde to use the method call that takes comments. See https://github.com/jghoman/haivvreo/commit/29ead1fe101baafa8e9844eaf92022cbe4846c6f for an example. &nb...
|
|
|
Author: Jakob Homan,
2012-08-16, 18:16
|
|
|
Re: Possible patch to fix column comments with non-native SerDe - Hive - [mail # dev]
|
|
...This was fixed in Hive 8 (https://issues.apache.org/jira/browse/HIVE-2171). Can you just apply that patch? On Mon, Aug 6, 2012 at 2:15 PM, Stephen R. Scaffidi wrote: ...
|
|
|
Author: Jakob Homan,
2012-08-06, 22:47
|
|
|
[HIVE-2677] Joins involving where statements with a partition do not prune correctly in left outer join - Hive - [issue]
|
|
...The following query:select t1.id as m_id, count(t2.id) as totals from table1 t1 left outer join table2 t2 on (t1.id = t2.id) where (datepartition == '2011-11-08-00') group by t1.id;sho...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2677
Author: Jakob Homan,
2012-07-30, 19:24
|
|
|
|