Harish Butani

Results 16 comments of Harish Butani

which version of hive? Does vanilla Hive CLI work in this env?

We have tested version 0.2 with hive-0.71 and hive-0.9. Currently working on the next version with hive-0.10, this has a similar issue with hive-CliDriver. I am guessing the change was...

We are no longer developing this. The hive-rt branch has the changes that would make it work with the version of hive you are looking at. But you will have...

Hi, We don't actively support this library anymore. This functionality is in the process of being folded into hive. You can see the latest code at https://github.com/apache/hive, the ptf-windowing branch....

The jar in the downloads area is quite old; was uploaded in August. Was tested against CDH3 and Hive 0.8 The source code in the hive-rt branch is more current...

try mvn install -skipTests=true If you are having build issues; I can email you the jar. We try to keep the hive-ptf branch functional. Checkout ptf_general_queries.q; there are 69 example...

This functionality is now available in hive 0.11 regards, Harish. On Thu, May 30, 2013 at 9:04 AM, shanchao [email protected] wrote: > I remembered that there was a discussion to...

You have hit the default partition size limit. :) Caused by: java.security.PrivilegedActionException: com.sap.hadoop.ds.list.ByteBasedList$ListFullException Set the 'com.sap.hadoop.windowing.partition.memory.size' as we discussed in the earlier issue today.

A rough way to calculate is: num of rows \* sizeof a row sizeof row = 8 \* num of double columns in query + 4 \* num of ints......

yes there is no distinct possible in the result column expressions What we can do is add another table function that does the post processing for you. So you would...