Re: Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-09 Thread Stuart Smith
Hello,   Just to clarify, the hive shell is working for me. It started working when I added $CLASSPATH back on to HADOOP_CLASSPATH in hadoop_env.sh. I just posted my solution to help anybody else who had the same issue. It's kind of a random user error (the default hadoop configuration has $

Re: Hive slides from ApacheCon NA 2010

2010-11-09 Thread John Sichi
I didn't see any camera, so I'm guessing not. JVS On Nov 8, 2010, at 10:17 PM, איל (Eyal) wrote: > Will there be a video of this talk ? > > On Tue, Nov 9, 2010 at 1:09 AM, John Sichi wrote: >> http://www.slideshare.net/jsichi/hive-evolution-apachecon-2010 >> >> JVS >> >>

Re: Only a single expression in the SELECT clause is supported with UDTF's

2010-11-09 Thread Tim Robertson
Thanks Paul, Confirmed that it does indeed work like that. On Tue, Nov 9, 2010 at 12:13 AM, Paul Yang wrote: > In your original query, I think if you put parenthesis around p,k it should > have worked: > > select taxonDensityUDTF(kingdom_concept_id, phylum_concept_id) as (p,k) ... > > -Orig

Re: Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-09 Thread Saravanan Rajendran
Hi, Can you please help me to solve the below problem. I have spend on this 2 days, still i could not solve this. Dynamic partition is not working as expected. To Test Dynamic-partition Insert Create source table -- CREATE EXTERNAL TABLE testmove ( a string, b string

Re: Hive Getting Started Wiki assumes $CLASSPATH at end of HADOOP_CLASSPATH

2010-11-09 Thread yongqiang he
Maybe you can try to run "export HIVE_AUX_JARS_PATH=jar paths" before starting hive. Yongqiang On Mon, Nov 8, 2010 at 10:03 PM, Stuart Smith wrote: > > Hello Ted, > > Yes, I saw that mail when I googled. I'm pretty sure I didn't have the > same problem. I used the stable release tarball, whic