Re: explode on array of struct and explode UDTF

2011-05-13 Thread Sagar Naik
Does that mean I need to override UDTFExplode ? In that case, every nested struct /list serde needs to implement this ? Correct if I m wrong -Sagar On May 13, 2011, at 6:51 AM, Edward Capriolo wrote: > You must have a mistake in your object inspector. I am doing something > similar with neste

Hive configuration

2011-05-13 Thread Raghunath, Ranjith
Is there any advantage to changing the value of the 'hive.exec.submitviachild' parameter? Thank you, Ranjith

Question on sum(float column)

2011-05-13 Thread M.R. Muthukumar
When I do a sum of a float column, result is represented in real Number format like 3.6541529954550403E8, is there a way to get the result as a regular number with 2 decimal digits, I did try round function which didn't help. Thanks for the help.

Re: wiki spam

2011-05-13 Thread Brock Noland
Hello, I can work on this. Brock On May 13, 2011 1:30 PM, "John Sichi" wrote: > Apparently our roadmap includes hard drive recovery, wedding reception flowers, and developing muscles. > > http://wiki.apache.org/hadoop/Hive/Roadmap > > Anyone want to take a crack at migrating the HIve wiki conten

wiki spam

2011-05-13 Thread John Sichi
Apparently our roadmap includes hard drive recovery, wedding reception flowers, and developing muscles. http://wiki.apache.org/hadoop/Hive/Roadmap Anyone want to take a crack at migrating the HIve wiki content from Hadoop's MoinMoin over to the Hive-specific Confluence space we have set up? In

Re: explode on array of struct and explode UDTF

2011-05-13 Thread Edward Capriolo
You must have a mistake in your object inspector. I am doing something similar with nested structs in arrays. This is a struct that has a few top level properties, and then one property is a list of structs one level of nesting only. public ObjectInspector initialize(ObjectInspector[] argu