[
https://issues.apache.org/jira/browse/HAWQ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15447849#comment-15447849
]
Lili Ma commented on HAWQ-760:
------------------------------
hawq register has two usages,
1. Register a file/folder to an existing table. Can register a file or a
folder. If we register a file, can specify eof of this file. If eof not
specified, directly use actual file size. If we register a folder, directly use
actual file size.
hawq register [-h hostname] [-p port] [-U username] [-d databasename] [-f
filepath] [-e eof]<tablename>
2. Register according to .yml configuration file.
hawq register [-h hostname] [-p port] [-U username] [-d databasename] [-c
config] [--force][--repair] <tablename>
HAWQ-991 is the second usage specifying registering according to .yml
configuration file.
> Hawq register
> -------------
>
> Key: HAWQ-760
> URL: https://issues.apache.org/jira/browse/HAWQ-760
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Command Line Tools
> Reporter: Yangcheng Luo
> Assignee: Lili Ma
> Fix For: backlog
>
>
> Users sometimes want to register data files generated by other system like
> hive into hawq. We should add register function to support registering
> file(s) generated by other system like hive into hawq. So users could
> integrate their external file(s) into hawq conveniently.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)