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