Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 51 (0.374s).
Loading phrases to help you
refine your search...
RE: Table vs View - Hive - [mail # user]
...I am not sure about speed, but my understanding is that tables are real things, they exist as files on disk and can be reused. Views are temporary entities that are created on-the-fly and ca...
   Author: Connell, Chuck, 2013-05-06, 18:45
RE: Hive Problems Reading Avro+Snappy Data - Hive - [mail # user]
...When you do SELECT *, Hive does not run a real MapReduce job, so it is not a good test. Something is wrong with SerDe or InputFormat.  Chuck   From: Thomas, Matthew [mailto:[EMAIL ...
   Author: Connell, Chuck, 2013-04-07, 23:32
RE: Hive sample test - Hive - [mail # user]
...Using the Hive sampling feature would also help. This is exactly what that feature is designed for.  Chuck   From: Kyle B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2013 1...
   Author: Connell, Chuck, 2013-03-05, 18:51
RE: CHAN (Comprehensive Hive Archive Network) (Was Re: Using Reflect: A thread for ideas) - Hive - [mail # user]
...+1, great idea!  Chuck Connell, Nuance  From: Robin Morris [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2013 1:59 AM To: [EMAIL PROTECTED] Subject: CHAN (Comprehensive H...
   Author: Connell, Chuck, 2013-02-14, 13:58
RE: reg : getting table values in inputFormat in serde - Hive - [mail # user]
...So you have an XML serde? Did you write it? How can others download it?  Chuck  ________________________________ From: Mohit Chaudhary01 [[EMAIL PROTECTED]] Sent: Friday, December ...
   Author: Connell, Chuck, 2012-12-21, 12:58
RE: FROM INSERT after ADD COLUMN - Hive - [mail # user]
...I don't think you can do this. Populating new columns is the same as "row level updates" which Hive does not do. AFAIK, your only option is to write a new table, by reading the old table, se...
   Author: Connell, Chuck, 2012-12-10, 00:53
RE: BINARY column type - Hive - [mail # user]
...Thanks. I may be able to use some of your ideas.  I still feel like there ought to be a way to pack true binary records into a larger file, import that file into Hive, store each record...
   Author: Connell, Chuck, 2012-12-02, 18:27
RE: BINARY column type - Hive - [mail # user]
...The hex idea is clever. But does this mean that the files you brought into Hive (with a LOAD statement) were essentially ascii (hexed), not raw binary?  ________________________________...
   Author: Connell, Chuck, 2012-12-02, 15:00
RE: BINARY column type - Hive - [mail # user]
...Thanks John. When you say "hexed" data, do you mean binary encoded to ascii hex? This would remove the raw newline characters.  We considered Base64 encoding our data, a similar idea, w...
   Author: Connell, Chuck, 2012-12-01, 22:11
BINARY column type - Hive - [mail # user]
...I am trying to use BINARY columns and believe I have the perfect use-case for it, but I am missing something. Has anyone used this for true binary data (which may contain newlines)?   H...
   Author: Connell, Chuck, 2012-12-01, 16:50
Sort:
project
Hive (51)
MapReduce (5)
Sqoop (5)
type
mail # user (50)
mail # dev (1)
date
last 7 days (0)
last 30 days (1)
last 90 days (3)
last 6 months (13)
last 9 months (51)
author
Namit Jain (802)
Edward Capriolo (631)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Connell, Chuck