| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
58 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: BINARY column type - Hive - [mail # user]
|
|
...Ya, for me it's pcap data so I had to take the data and process it out of the pcaps into something serialized for hive anyhow. in that case, I took the pcaps and loaded them with a tra...
|
|
|
Author: John Omernik,
2012-12-02, 16:27
|
|
|
Re: BINARY column type - Hive - [mail # user]
|
|
...No, I didn't remove any newline characters. newline became 0A By using perl or python in a transform if I had "Hi how are you\n" It would be come 486920686f772061726520796f75200A  ...
|
|
|
Author: John Omernik,
2012-12-02, 04:58
|
|
|
Re: BINARY column type - Hive - [mail # user]
|
|
...Hi Chuck - I've used binary columns with Newlines in the data. I used RCFile format for my storage method. Works great so far. Whether or not this is "the" way to get data in, I use he...
|
|
|
Author: John Omernik,
2012-12-01, 21:22
|
|
|
Re: Hive table backed by a txt file on S3 - Hive - [mail # user]
|
|
...Try putting the location to the directory the file is in. If there are other files you don't want to be included make a subdir. On Thu, Oct 25, 2012 at 6:26 AM, Nitin Pawar wrote: &nbs...
|
|
|
Author: John Omernik,
2012-10-25, 18:04
|
|
|
Re: Writing Custom Serdes for Hive - Hive - [mail # user]
|
|
...AWESOME This is exactly what we were looking for. Sorry that I was looking in the wrong spot! On Tue, Oct 16, 2012 at 11:09 AM, shrikanth shankar wr ote: e ce m , y m e op...
|
|
|
Author: John Omernik,
2012-10-16, 16:29
|
|
|
Re: Writing Custom Serdes for Hive - Hive - [mail # user]
|
|
...There reason I am asking (and maybe YC reads this list and can chime in) but he has written a connector for MongoDB. It's simple, basically it connects to a MongoDB, maps columns (prim...
|
|
|
Author: John Omernik,
2012-10-16, 15:54
|
|
|
Writing Custom Serdes for Hive - Hive - [mail # user]
|
|
...We have a maybe obvious question about a serde. When a serde in invoked, does it have access to the original hive query? Ideally the original query could provide the Serde some hints o...
|
|
|
Author: John Omernik,
2012-10-16, 15:30
|
|
|
Hive Issues RCFile - Binary fields Corruption or field storage issues? - Hive - [mail # user]
|
|
...I am putting binary data into binary columns in hive and using RCFile. Most data is just fine in my very large table, however queries over certain time frames get me RCFile/Compression issue...
|
|
|
Author: John Omernik,
2012-10-15, 20:00
|
|
|
Re: NEED HELP in Hive Query - Hive - [mail # user]
|
|
...select NAME, DATE, URL, SUM(HITCOUNT) as HITCOUNT from yourtable group by NAME, DATE, URL That's the HIVE answer. Not sure the PIG answer. On Sun, Oct 14, 2012 at 9:54 AM...
|
|
|
Author: John Omernik,
2012-10-14, 17:29
|
|
|
Custom Serde/Connector Null Pointer Exception - Hive - [mail # user]
|
|
...Greetings all. I am not sure if this is a hive issue or a custom serde issue. So I will ask in both places. I am trying to use the mongodb connection written by yc-huang. This co...
|
|
|
Author: John Omernik,
2012-10-13, 19:45
|
|
|
|