You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by qinzhaokun <gi...@git.apache.org> on 2016/05/17 06:49:11 UTC

[GitHub] incubator-eagle pull request: Eagle 135 : Run Eagle on Spark Strea...

GitHub user qinzhaokun opened a pull request:

    https://github.com/apache/incubator-eagle/pull/189

    Eagle 135 : Run Eagle on Spark Streaming

    Eagle supports Spark Streaming framework now, monitoring Cassandra audit log has been tested.

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

    $ git pull https://github.com/qinzhaokun/incubator-eagle EAGLE-135

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

    https://github.com/apache/incubator-eagle/pull/189.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 #189
    
----
commit eb822f167f09eeb12675440ea4cad1c145abe068
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-01-21T05:50:04Z

    EAGLE-135 Start new branch

commit 776c9d980bc4db1023b507236eb96ce4caaaa457
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-01-21T05:56:05Z

    EAGLE-135 Start new branch

commit bf59905307c4434fa958211752d25bcceac41b8c
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-01-21T07:12:46Z

    EAGLE-135 fix init merge bug

commit 25f7d9fc39dfdf6a7a01f73d94bf6d8309921422
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-01-26T08:28:27Z

    EAGLE-135 Run Eagle in Spark Streaming

commit 48b43fba6f1c6a030804f82d26213311f9248a78
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-02-10T12:58:42Z

    finish unit test in spark streaming

commit ac724550459a47ad788eb67de6bf2aa3bd72ae41
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-08T08:30:04Z

    EAGLE-135 add flatMap

commit fc747f6e7312f87aa41b3943862e1cecf5a525b7
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-11T08:39:01Z

    EAGLE-135 add reduceByKey

commit a24b362df0cc38ff63717be9afbdf0aac9164fad
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-17T06:24:01Z

    EAGLE-135 update

commit 553e5f55f500d510b7813bf5b30728dcd73f322a
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-17T07:27:24Z

    EAGLE-135 merge by hand

commit 45396a2a70263b37402d54f5bd113b95b699fce9
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-18T07:08:07Z

    EAGLE-135 merge successfully

commit 7f7c0fcc04c640544e0d1237b0604f4cc0866d2a
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-03-21T07:20:06Z

    EAGLE-135 redesign flatMap function

commit 858c8987a28725fcd9440e9d8e38d4010c23358e
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-04-12T08:20:42Z

    EAGLE-135 load data source from config

commit b299ceeea1d7a0b5b14b01ac2431ec609b50b2cb
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-04-12T08:22:35Z

    Merge https://github.com/apache/incubator-eagle into EAGLE-135

commit 7f8cf00739f2e2239a81c44356e8329ec1c91632
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-05-10T08:40:30Z

    EAGLE-135:finish all

commit 4f5da271641a1b8793e8227ae020b7e2655b8f24
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-05-12T07:14:31Z

    EAGLE-135:change zookeeper and kafka's host to localhost

commit 35db34307d25be4d4f4e20806cb257d12b6cf8ed
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-05-12T08:35:51Z

    EAGLE-135:add distributed model

commit c6740c0e791b20375c1c6a065031c5beea1bcb1e
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-05-17T02:44:36Z

    EAGLE-135:merge from Eagle dev

commit 9222677f1ad951f741cfd0a6626ef386ecab484f
Author: qinzhaokun <qi...@gmail.com>
Date:   2016-05-17T06:37:08Z

    EAGLE-135: merge dev branch and finish a simple tutorial

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: Eagle 135 : Run Eagle on Spark Strea...

Posted by qingwen220 <gi...@git.apache.org>.
Github user qingwen220 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/189#issuecomment-219639303
  
    Found the tests failed. A bug was found.
    
    Seems recently merges break the code. That's bad. Could you help to fix it \U0001f604 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: Eagle 135 : Run Eagle on Spark Strea...

Posted by qinzhaokun <gi...@git.apache.org>.
Github user qinzhaokun closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/189


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: Eagle 135 : Run Eagle on Spark Strea...

Posted by r7raul1984 <gi...@git.apache.org>.
Github user r7raul1984 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/189#issuecomment-219655831
  
    https://issues.apache.org/jira/browse/EAGLE-299    describe why test fail. And https://github.com/apache/incubator-eagle/pull/188  have a dirty workaround.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---