RE: Issue with windowing function UDAF registeration

2014-11-26 Thread wesley dias
4 23:12:33 -0600 To: user@hive.apache.org You might be running this query on empty table .. Windowing function throw error with null input and this is fixed in 0.14 hive version Thanks KarthikOn Nov 26, 2014, at 21:35, wesley dias wrote: Hi, While executing a simple select query usin

RE: Issue with windowing function UDAF registeration

2014-11-26 Thread wesley dias
4 23:12:33 -0600 To: user@hive.apache.org You might be running this query on empty table .. Windowing function throw error with null input and this is fixed in 0.14 hive version Thanks KarthikOn Nov 26, 2014, at 21:35, wesley dias wrote: Hi, While executing a simple select query usin

Issue with windowing function UDAF registeration

2014-11-26 Thread wesley dias
Hi, While executing a simple select query using a custom windowing UDAF I created I am constantly running into this error. Error: java.lang.RuntimeException: Error in configuring object at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:109) at org.a

RE: Building hive package against latest hadoop-3.0.0-SNAPSHOT

2013-09-21 Thread wesley dias
0-SNAPSHOT From: jagatsi...@gmail.com To: user@hive.apache.org Its defined in build.properties You can try changing there and build. http://svn.apache.org/viewvc/hive/trunk/build.properties?revision=1521520&view=markup On 21/09/2013 8:19 PM, "wesley dias" wrote: Hello Everyone,

Building hive package against latest hadoop-3.0.0-SNAPSHOT

2013-09-21 Thread wesley dias
Hello Everyone, I am new to hive and I had a query related to building the Hive package from source. Is it possible to build a hive distribution against the latest hadoop source which is hadoop-3.0.0-SNAPSHOT? Currently, when I create a hive distribution and try running it against the late