You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "Zhao, Jicheng" <ji...@ebay.com> on 2010/10/09 05:24:44 UTC

wiki gettingstarted

Hi,
On http://wiki.apache.org/hadoop/Hive/GettingStarted i find the streaming command :
hive> FROM invites a INSERT OVERWRITE TABLE events SELECT TRANSFORM(a.foo, a.bar) AS (oof, rab) USING '/bin/cat' WHERE a.ds > '2008-08-09';
doesn't work and
hive> FROM invites a INSERT OVERWRITE TABLE events SELECT TRANSFORM(a.foo, a.bar) USING '/bin/cat' AS (oof, rab) WHERE a.ds > '2008-08-09';
works.
is the feature needs a particular version or it is a mistake.

Thanks,
Brian