Re: [SQLWindowing] Windowing function output path syntax (#26)

2013-02-22 Thread neelesh gadhia
rn code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask MapReduce Jobs Launched: Job 0: Map: 1  Reduce: 1   HDFS Read: 0 HDFS Write: 0 FAIL Total MapReduce CPU Time Spent: 0 msec hive> From: "Butani, Harish" To: "user@hive.apache.org"

Re: [SQLWindowing] Windowing function output path syntax (#26)

2013-02-22 Thread neelesh gadhia
Hello, I downloaded the source code from ptf-windowing branch and build the dist based on that. Now when I try to make use of windowing function using the following ql, I get an error as shown below. Am I missing anything here? Please advise. from partition by mid order by mid with sum(ta

Re: Nullpointer Exception when using UDF

2013-02-14 Thread neelesh gadhia
. Although I confirmed that is not the case. Any further pointers or advise is appreciated. thanks, Neelesh From: Dean Wampler To: user@hive.apache.org; neelesh gadhia Sent: Thursday, February 14, 2013 6:41 AM Subject: Re: According to your stack trace

[no subject]

2013-02-14 Thread neelesh gadhia
Hello, I am a Newbie to using UDF's on hive. But implemented these GenericJDF ( https://issues.apache.org/jira/browse/HIVE-2361 ) on hive 0.9.0 and hadoop 1.1.1. Was able to add jar to hive hive> select * from emp; OK 1    10    1000 2    10    1200 3    12    1500 4    12    300 5    12    18