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 <[email protected]>
Date: 2016-09-26T22:01:01Z
Initial implementation
commit 58fda38fa5616e876254f5f535c86518bc805b48
Author: cstella <[email protected]>
Date: 2016-09-26T22:01:27Z
Merge branch 'master' into METRON-455
commit 57897decf4a8eec03d6e32ec7fcaab54db8d8563
Author: cstella <[email protected]>
Date: 2016-09-27T01:15:52Z
Added unit/integration tests.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---