Re: Greenplum MapReduce

From: Richard Huxton <dev(at)archonet(dot)com>
To: Suvankar Roy <suvankar(dot)roy(at)tcs(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Greenplum MapReduce
Date: 2009-08-03 09:49:47
Message-ID: 4A76B2BB.1070306@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Suvankar Roy wrote:
> Hi Richard,
>
> I sincerely regret the inconvenience caused.....

No big inconvenience, but the lists can be very busy sometimes and the
easier you make it for people to answer your questions the better the
answers you will get.

> %YAML 1.1
> ---
> VERSION: 1.0.0.1
> DATABASE: test_db1
> USER: gpadmin
> DEFINE:
> - INPUT: #****** This the line which is causing the error ******#
> NAME: doc
> TABLE: documents

If it looks fine, always check for tabs. Oh, and you could have cut out
all the rest of the file, really.

> I have learnt that unnecessary TABs can the cause of this, so trying to
> overcome that, hopefully the problem will subside then....

I'm always getting this. It's easy to accidentally introduce a tab
character when reformatting YAML. It might be worth checking if your
text editor has an option to always replace tabs with spaces.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-08-03 10:48:34 Re: Why is PostgreSQL so slow on Windows ( Postgres 8.3.7) version
Previous Message Suvankar Roy 2009-08-03 09:36:49 Re: Greenplum MapReduce