[HQL] Outputting select into file --------------------------------- Key: HADOOP-2595 URL: https://issues.apache.org/jira/browse/HADOOP-2595 Project: Hadoop Issue Type: New Feature Components: contrib/hbase Affects Versions: 0.16.0 Reporter: Edward Yoon Assignee: Edward Yoon Priority: Minor Fix For: 0.17.0
{code} SELECT { column_name [, column_name] ... | expr[alias] | * } FROM table_name [WHERE row = 'row-key' | STARTING FROM 'row-key' [UNTIL 'stop-key']] [NUM_VERSIONS = version_count] [TIMESTAMP 'timestamp'] [LIMIT = row_count] [INTO FILE 'file_name'] <----------------* {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.