You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/03 07:23:59 UTC

[jira] [Commented] (HAWQ-778) Refine hawq register with some sanity checks

    [ https://issues.apache.org/jira/browse/HAWQ-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313780#comment-15313780 ] 

ASF GitHub Bot commented on HAWQ-778:
-------------------------------------

GitHub user Oliver-Luo opened a pull request:

    https://github.com/apache/incubator-hawq/pull/690

    HAWQ-778. Refine hawq register, add sanity checks.

    Add check to the existence of command 'hadoop'. If not exist, remind user to export the path of  command 'hadoop' into environment variable $PATH.
    Add check to the path entered by user. It must start with 'hdfs://', and the file(s) to be registered and the table in HAWQ must be in the same HDFS cluster.
    Modify the output of hawq register to give more information.
    Modify the tests to fit the changes above.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Oliver-Luo/incubator-hawq HAWQ-778

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/690.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #690
    
----
commit 9f0256d42c5677d6eb7f316f70ab80915da5f7b6
Author: Yancheng Luo <yl...@pivotal.io>
Date:   2016-06-03T06:48:33Z

    HAWQ-778. Refine hawq register, add sanity checks.

----


> Refine hawq register with some sanity checks
> --------------------------------------------
>
>                 Key: HAWQ-778
>                 URL: https://issues.apache.org/jira/browse/HAWQ-778
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>          Components: Command Line Tools
>            Reporter: Yangcheng Luo
>            Assignee: Lei Chang
>            Priority: Minor
>
> Add check to the existence of command 'hadoop'. If not exist, remind user to export the path of  command 'hadoop' into environment variable $PATH.
> Add check to the path entered by user. It must start with 'hdfs://', and the file(s) to be registered and the table in HAWQ must be in the same HDFS cluster.
> Modify the output of hawq register to give more information.
> Modify the tests to fit the changes above.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)