[ https://issues.apache.org/jira/browse/HADOOP-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555496#action_12555496 ]
Edward Yoon commented on HADOOP-2502: ------------------------------------- It is a current grammars. But, [TIMESTAMP 'timestamp' ] not implemented. {code} INSERT INTO table_name (colmn_name, ...) VALUES ('value', ...) WHERE row = 'row-key' [TIMESTAMP 'timestamp']; SELECT { column_name [, column_name] ... | * } FROM table_name [WHERE row = 'row-key' | STARTING FROM 'row-key'] [NUM_VERSIONS = version_count] [TIMESTAMP 'timestamp'] [LIMIT = row_count] [INTO FILE 'file_name'] {code} Let's do it, firstly. > [Hbase Shell] Insert/Select timestamp, Timestamp data type in HQL > ----------------------------------------------------------------- > > Key: HADOOP-2502 > URL: https://issues.apache.org/jira/browse/HADOOP-2502 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.16.0 > Environment: All > Reporter: Edward Yoon > Assignee: Edward Yoon > Fix For: 0.16.0 > > > Current Insert/Select commands can't flexible handle the date. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.