[EAGLE BUILD FAILED] incubator-eagle-main failed on build #14

2016-01-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built incubator-eagle-main (build #14) Status: Still Failing Check console output at https://builds.apache.org/job/incubator-eagle-main/14/ to view the results. Test Report is at: Test Result

[jira] [Commented] (EAGLE-128) Fix unit test failure

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15101612#comment-15101612 ] ASF GitHub Bot commented on EAGLE-128: -- Github user asfgit closed the pull request at:

[GitHub] incubator-eagle pull request: EAGLE-128 : Fix unit test failure

2016-01-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-eagle/pull/64 --- 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

Questions about multiple-value sensitivityType

2016-01-15 Thread Daniel Zhou
Hi all, In Eagle UI for Sensitivity Browser, when I set multiple values in Sensitivity type, I put it in the format as "Type1|Type2|Type3" to represent 3 different types. But Eagle treats it as a single sensitive type name. So how to set a multiple value attribute for file sensitivity?

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Liangfei.Su
Daniel, I guess you want something like this from hdfsAuditLogEventStream[(sensitivityType == 'ads' or sensitivityType == 'sfs' or sensitivityType == 'sdfs')] select * insert into outputStream; Above pasted is what i get form the ui by add more value to sensitiveType field. The UI looks like

RE: Questions about multiple-value sensitivityType

2016-01-15 Thread Daniel Zhou
Thank you for your information, I just use the regex to match multiple-value attribute and it works. Regards, Daniel -Original Message- From: Liangfei.Su [mailto:suliang...@gmail.com] Sent: Friday, January 15, 2016 3:34 PM To: dev@eagle.incubator.apache.org Subject: Re: Questions about

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Zhang, Edward (GDI Hadoop)
As CEP engine does not support list/nested data structure directly, it is hard to match one value onto one field which contain multiple values. probably we can look at Siddhi extension … So right now, we can do workaround like the following in field value, we store the multiple value as v1|v2|v3

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Liangfei.Su
Get it. List values in one field Current concatenation then use contains/regex to match seems to be good for the case. For CEP side, it would be quite powerful if siddhi support complex data types like what PostgresSQL does( http://www.postgresql.org/docs/8.4/static/arrays.html#ARRAYS-INPUT)...

Re: [Proposal] Dynamical Topology Manager

2016-01-15 Thread Zhang, Edward (GDI Hadoop)
I had a short discussion with Henry about this. We probably need discuss a more graceful way to tackle the problem of whether eagle does this or storm does this. Today we know that Storm also provides topology view/statistics features but does not have topology lifecycle management UI. But can we