You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/27 01:21:20 UTC

[jira] [Commented] (METRON-455) Create stellar management functions to put, get and list data in HDFS

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

ASF GitHub Bot commented on METRON-455:
---------------------------------------

GitHub user cestella opened a pull request:

    https://github.com/apache/incubator-metron/pull/277

    METRON-455: Create stellar management functions to put, get and list data in HDFS

    Create functions around reading, writing and removing local and HDFS files.
    
    Functions added:
    * Interacting with HDFS
      * `HDFS_LS`
      * `HDFS_RM`
      * `HDFS_GET`
      * `HDFS_PUT`
    * Interacting with the local filesystem
      * `FILE_LS`
      * `FILE_RM`
      * `FILE_GET`
      * `FILE_PUT`
    
    You can test these by deploying the management jar as per the instructions in `metron-management` and try them out in the Stellar REPL.

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

    $ git pull https://github.com/cestella/incubator-metron METRON-455

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

    https://github.com/apache/incubator-metron/pull/277.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 #277
    
----
commit e4cd0620c64bc67bde027caa224b99dbaf454636
Author: cstella <ce...@gmail.com>
Date:   2016-09-26T22:01:01Z

    Initial implementation

commit 58fda38fa5616e876254f5f535c86518bc805b48
Author: cstella <ce...@gmail.com>
Date:   2016-09-26T22:01:27Z

    Merge branch 'master' into METRON-455

commit 57897decf4a8eec03d6e32ec7fcaab54db8d8563
Author: cstella <ce...@gmail.com>
Date:   2016-09-27T01:15:52Z

    Added unit/integration tests.

----


> Create stellar management functions to put, get and list data in HDFS
> ---------------------------------------------------------------------
>
>                 Key: METRON-455
>                 URL: https://issues.apache.org/jira/browse/METRON-455
>             Project: Metron
>          Issue Type: Sub-task
>            Reporter: Casey Stella
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>




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