[jira] [Commented] (EAGLE-487) use guice module better in app framework

2016-08-19 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15428850#comment-15428850 ] Edward Zhang commented on EAGLE-487: different createInjector will separate different implementations

[jira] [Created] (EAGLE-487) use guice module better in app framework

2016-08-19 Thread Edward Zhang (JIRA)
Edward Zhang created EAGLE-487: -- Summary: use guice module better in app framework Key: EAGLE-487 URL: https://issues.apache.org/jira/browse/EAGLE-487 Project: Eagle Issue Type: Improvement

[GitHub] incubator-eagle pull request #366: eagle-data-process project clean up to co...

2016-08-19 Thread yonzhang
GitHub user yonzhang opened a pull request: https://github.com/apache/incubator-eagle/pull/366 eagle-data-process project clean up to contain only common processing… EAGLE-477 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (EAGLE-477) eagle-data-process project clean up to contain only common processing classes

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

[GitHub] incubator-eagle pull request #364: clean eagle-data-process project

2016-08-19 Thread yonzhang
Github user yonzhang closed the pull request at: https://github.com/apache/incubator-eagle/pull/364 --- 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

[jira] [Commented] (EAGLE-485) EmbeddedHbase UnsatisfiedLinkError caused by Hadoop NativeIO

2016-08-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15428133#comment-15428133 ] Hao Chen commented on EAGLE-485: Even finally it passed, it takes 17+ mins for simple creating table

[jira] [Updated] (EAGLE-485) EmbeddedHbase UnsatisfiedLinkError caused by Hadoop NativeIO

2016-08-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-485: --- Description: h2. java.lang.UnsatisfiedLinkError:

[jira] [Updated] (EAGLE-485) EmbeddedHbase UnsatisfiedLinkError caused by Hadoop NativeIO

2016-08-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-485: --- Description: {code} ... 2016-08-19 18:27:43,814 INFO [main] hdfs.MiniDFSCluster

[jira] [Created] (EAGLE-485) EmbeddedHbase UnsatisfiedLinkError caused by Hadoop NativeIO

2016-08-19 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-485: -- Summary: EmbeddedHbase UnsatisfiedLinkError caused by Hadoop NativeIO Key: EAGLE-485 URL: https://issues.apache.org/jira/browse/EAGLE-485 Project: Eagle Issue Type:

[jira] [Commented] (EAGLE-472) Fix HBase unit test

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427945#comment-15427945 ] ASF GitHub Bot commented on EAGLE-472: -- Github user haoch commented on the issue:

[jira] [Commented] (EAGLE-472) Fix HBase unit test

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427944#comment-15427944 ] ASF GitHub Bot commented on EAGLE-472: -- Github user haoch commented on the issue:

[GitHub] incubator-eagle issue #357: [EAGLE-472] Fix HBase unit test

2016-08-19 Thread haoch
Github user haoch commented on the issue: https://github.com/apache/incubator-eagle/pull/357 i am looking at this problem. --- 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

[GitHub] incubator-eagle issue #357: [EAGLE-472] Fix HBase unit test

2016-08-19 Thread haoch
Github user haoch commented on the issue: https://github.com/apache/incubator-eagle/pull/357 HBase related unit test cases are very slow and failed with following exception: ~~~ [main] ERROR org.apache.eagle.service.hbase.EmbeddedHbase - Got an exception:

[jira] [Closed] (EAGLE-467) Add job query apis for both running & historic jobs

2016-08-19 Thread Zhao, Qingwen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhao, Qingwen closed EAGLE-467. --- Resolution: Done > Add job query apis for both running & historic jobs >

[jira] [Commented] (EAGLE-467) Add job query apis for both running & historic jobs

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

[jira] [Commented] (EAGLE-467) Add job query apis for both running & historic jobs

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427899#comment-15427899 ] ASF GitHub Bot commented on EAGLE-467: -- Github user haoch commented on the issue:

[GitHub] incubator-eagle issue #348: EAGLE-467: Job list apis for querying jobs regar...

2016-08-19 Thread haoch
Github user haoch commented on the issue: https://github.com/apache/incubator-eagle/pull/348 LGTM --- 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

[GitHub] incubator-eagle pull request #360: add consumer shell and fix some wrong par...

2016-08-19 Thread mizeng
Github user mizeng closed the pull request at: https://github.com/apache/incubator-eagle/pull/360 --- 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

[jira] [Created] (EAGLE-484) StreamRouterSpec class should override equals method

2016-08-19 Thread JiJun Tang (JIRA)
JiJun Tang created EAGLE-484: Summary: StreamRouterSpec class should override equals method Key: EAGLE-484 URL: https://issues.apache.org/jira/browse/EAGLE-484 Project: Eagle Issue Type: Bug

[jira] [Resolved] (EAGLE-473) Query error if query string contains "[]"

2016-08-19 Thread Zhao, Qingwen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhao, Qingwen resolved EAGLE-473. - Resolution: Fixed Assignee: Zhao, Qingwen > Query error if query string contains "[]" >

[jira] [Resolved] (EAGLE-347) Replace "v0.3.0" to "v0.3.1" in eagle-topology-init.sh

2016-08-19 Thread Huizhi Lu (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huizhi Lu resolved EAGLE-347. - Resolution: Fixed > Replace "v0.3.0" to "v0.3.1" in eagle-topology-init.sh >

[jira] [Closed] (EAGLE-344) Fix broken alertDetailUrl and policyDetailUrl in alert emails.

2016-08-19 Thread Huizhi Lu (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huizhi Lu closed EAGLE-344. --- Resolution: Fixed > Fix broken alertDetailUrl and policyDetailUrl in alert emails. >