| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
269 (0.347s).
|
|
|
Loading phrases to help you refine your search...
|
|
Review Request: HIVE-3918: Normalize more CRLF line endings - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9083/ Review request for hive, Ashutosh Chauhan and Thejas Nair. Description Expla...
|
|
|
Author: Mark Grover,
2013-01-24, 07:14
|
|
|
Re: HIVE: java.lang.ArrayIndexOutOfBoundsException: 2 during JOIN - Hive - [mail # user]
|
|
...I was more interested in knowing if you were using any particular SerDes. You don't have to list out the columns, just the skeleton create table statement should do. On Tue, Jan 15, 20...
|
|
|
Author: Mark Grover,
2013-01-15, 18:46
|
|
|
Re: HIVE: java.lang.ArrayIndexOutOfBoundsException: 2 during JOIN - Hive - [mail # user]
|
|
...Fernando, Could you share your table definitions as well please? On Tue, Jan 15, 2013 at 10:31 AM, Fernando Andrés Doglio Turissini wrote: ...
|
|
|
Author: Mark Grover,
2013-01-15, 18:35
|
|
|
Re: Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING - Hive - [mail # dev]
|
|
... That's because type names are declared as static final's so == always returns the same result as equals() but equals() makes us think less so I agree with both of you to change it to ...
|
|
|
Author: Mark Grover,
2013-01-14, 21:13
|
|
|
Re: Timestamp, Epoch Time, Functions and other Frustrations - Hive - [mail # user]
|
|
...Brad is correct, there is a JIRA about this already: https://issues.apache.org/jira/browse/HIVE-3822 Sorry for the inconvenience. Mark On Fri, Jan 4, 2013 at 8:25 AM, Brad ...
|
|
|
Author: Mark Grover,
2013-01-04, 16:30
|
|
|
[HIVE-3858] Normalize left over CRLF files - Hive - [issue]
|
|
...There are 10 files which seem to have CRLF endings in the Hive repo right now. This becomes visible when using Mac OS X and cloning Hive's git repository.HIVE-3839 introduced a new .gitattri...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3858
Author: Mark Grover,
2013-01-04, 15:04
|
|
|
[HIVE-3822] Casting from double to timestamp type seems inconsistent - Hive - [issue]
|
|
...select cast(1355944339 as timestamp) from decimal_3 limit 1;1970-01-16 08:39:04.339select cast(1355944339000 as timestamp) from decimal_3 limit 1;2012-12-19 11:12:19select cast(1355944339.12...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3822
Author: Mark Grover,
2012-12-30, 04:26
|
|
|
[HIVE-3844] Unix timestamps don't seem to be read correctly from HDFS as Timestamp column - Hive - [issue]
|
|
...Serega Shepak pointed out that something likeselect cast(date_occurrence as timestamp) from xvlr_data limit 10where date_occurrence has BIGINT type (timestamp in milliseconds) works. B...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3844
Author: Mark Grover,
2012-12-30, 04:26
|
|
|
Re: HIVE left semi join multiple tables with columns from multiple table - Hive - [mail # user]
|
|
...Souvik, I am not sure I understand, you may want to play around with distinct keyword if you want to join on unique values. In any case, it looks like you've got it figured out already, so i...
|
|
|
Author: Mark Grover,
2012-12-30, 02:55
|
|
|
Re: HIVE left semi join multiple tables with columns from multiple table - Hive - [mail # user]
|
|
...Souvik, In your new example, you need a RIGHT OUTER JOIN between table1 and table2 (order matters - table1 on left, table2 on right) on the ID1 column. Something like this (untested by me): ...
|
|
|
Author: Mark Grover,
2012-12-28, 13:40
|
|
|
|