up
output location in case of task failures (maybe to allow the user to debug).
What is hive’s behavior? Specifically if I have a table foo and I am writing to
partition datestamp=20101102 then the write would go to
/user/hive/warehouse/foo/datestamp=20101102. If the task(s) writing to this
partition? The behavior in hadoop is to NOT clean up
output location in case of task failures (maybe to allow the user to debug).
What is hive's behavior? Specifically if I have a table foo and I am writing to
partition datestamp=20101102 then the write would go to
/user/hive/warehouse/foo/date
NOT clean up
output location in case of task failures (maybe to allow the user to debug).
What is hive’s behavior? Specifically if I have a table foo and I am writing to
partition datestamp=20101102 then the write would go to
/user/hive/warehouse/foo/datestamp=20101102. If the task(s) writing
to debug).
What is hive's behavior? Specifically if I have a table foo and I am writing to
partition datestamp=20101102 then the write would go to
/user/hive/warehouse/foo/datestamp=20101102. If the task(s) writing to this
fail, does hive remove this dir on exit? If it doesn't, a
Thanks Edward. I'll poke around there.
On Tue, Nov 2, 2010 at 6:40 PM, Edward Capriolo wrote:
> On Tue, Nov 2, 2010 at 12:47 PM, Tim Robertson
> wrote:
>> Hi all,
>>
>> Is the following a valid UDF please?
>>
>> When I run it I get the following so I presume not:
>> hive> select toGoogleCoord
On Tue, Nov 2, 2010 at 12:47 PM, Tim Robertson
wrote:
> Hi all,
>
> Is the following a valid UDF please?
>
> When I run it I get the following so I presume not:
> hive> select toGoogleCoords(latitude,longitude,1) from
> raw_occurrence_record limit 100;
> FAILED: Error in semantic analysis:
> java.
Hi all,
Is the following a valid UDF please?
When I run it I get the following so I presume not:
hive> select toGoogleCoords(latitude,longitude,1) from
raw_occurrence_record limit 100;
FAILED: Error in semantic analysis:
java.lang.IllegalArgumentException: Error: name expected at the
position 7 o