_id) as (p,k) ...
>
> -Original Message-
> From: Tim Robertson [mailto:timrobertson...@gmail.com]
> Sent: Monday, November 08, 2010 5:53 AM
> To: user@hive.apache.org
> Subject: Re: Only a single expression in the SELECT clause is supported with
> UDTF's
>
> Thank you onc
: user@hive.apache.org
Subject: Re: Only a single expression in the SELECT clause is supported with
UDTF's
Thank you once again Sonal.
The following worked just nicely:
select k,p from temp_kingdom_phylum lateral view
taxonDensityUDTF(kingdom_concept_id, phylum_concept_id) e as k,p;
[For a
ngdom_concept_id, phylum_concept_id)
>> as p,k from temp_kingdom_phylum;
>> FAILED: Error in semantic analysis: Only a single expression in the
>> SELECT clause is supported with UDTF's
>> hive>
>>
>> Below is my code. Thanks for any pointers,
&g
hive> select taxonDensityUDTF(kingdom_concept_id, phylum_concept_id)
> as p,k from temp_kingdom_phylum;
> FAILED: Error in semantic analysis: Only a single expression in the
> SELECT clause is supported with UDTF's
> hive>
>
> Below is my code. Thanks for any point
Hi all,
I am trying my first UDTF, but can't seem to get it to run. Can
anyone spot anything wrong with this please:
hive> select taxonDensityUDTF(kingdom_concept_id, phylum_concept_id)
as p,k from temp_kingdom_phylum;
FAILED: Error in semantic analysis: Only a single expression in th