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/08/21 12:26:20 UTC

[jira] [Commented] (METRON-343) Security Vault Services

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

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

GitHub user 2xyo opened a pull request:

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

    Metron-342 Fix permissions of {{ metron_directory }}/patterns directory

    This fix allow the `hdfs` user to access to grok patterns in `{{ metron_directory }}/patterns`.
    
    This PR addresses https://issues.apache.org/jira/browse/METRON-343
    
    Fix the following error during the installation:
    ```
    TASK [metron_streaming : Upload Grok Patterns to hdfs:///apps/metron] **********
    fatal: [node1]: FAILED! => {"changed": true, "cmd": ["hdfs", "dfs", "-put", "-f", "/usr/metron/0.2.0BETA/patterns", "/apps/metron"], "delta": "0:00:02.131558", "end": "2016-08-21 14:03:26.476524", "failed": true, "rc": 1, "start": "2016-08-21 14:03:24.344966", "stderr": "put: Error accessing file:/usr/metron/0.2.0BETA/patterns", "stdout": "", "stdout_lines": [], "warnings": []}
    
    ```

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

    $ git pull https://github.com/2xyo/incubator-metron patch-2

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

    https://github.com/apache/incubator-metron/pull/220.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 #220
    
----
commit 16366dce01393bbaad59340a664a9e18a455284c
Author: 2*yo <yo...@lepage.info>
Date:   2016-08-21T12:23:59Z

    Metron-342 Fix permissions of {{ metron_directory }}/patterns directory
    
    This fix allow the `hdfs` user to upload grok pattern on HDFS directory.
    
    This PR addresses https://issues.apache.org/jira/browse/METRON-343
    
    Fix the following error during the installation:
    ```
    TASK [metron_streaming : Upload Grok Patterns to hdfs:///apps/metron] **********
    fatal: [node1]: FAILED! => {"changed": true, "cmd": ["hdfs", "dfs", "-put", "-f", "/usr/metron/0.2.0BETA/patterns", "/apps/metron"], "delta": "0:00:02.131558", "end": "2016-08-21 14:03:26.476524", "failed": true, "rc": 1, "start": "2016-08-21 14:03:24.344966", "stderr": "put: Error accessing file:/usr/metron/0.2.0BETA/patterns", "stdout": "", "stdout_lines": [], "warnings": []}
    
    ```

----


> Security Vault Services
> -----------------------
>
>                 Key: METRON-343
>                 URL: https://issues.apache.org/jira/browse/METRON-343
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: George Vetticaden
>              Labels: platform
>             Fix For: 0.2.2BETA
>
>
> Security Vault represents all the data we push into HDFS. 
> Right now, it is is dumping ground for each sensor. 
> * We need to provide a set of services aroudn the security that does the following:
> places the data in the security valut optimized manner (partitions, optimized formats, etc..)
> * Provide a set of data services to access and query the data



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