[
https://issues.apache.org/jira/browse/HBASE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated HBASE-45:
-------------------------------
Component/s: hql
> [HQL] Outputting select into file
> ---------------------------------
>
> Key: HBASE-45
> URL: https://issues.apache.org/jira/browse/HBASE-45
> Project: Hadoop HBase
> Issue Type: New Feature
> Components: hql
> Reporter: Edward Yoon
> Priority: Minor
>
> {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.