[GitHub] eagle pull request #906: [Minor] add copyright of mkdocs to LICENSE

2017-04-05 Thread anyway1021
GitHub user anyway1021 opened a pull request:

https://github.com/apache/eagle/pull/906

[Minor] add copyright of mkdocs to LICENSE

[Minor] add copyright of mkdocs to LICENSE

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

$ git pull https://github.com/anyway1021/eagle add-mkdocs-copyright

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

https://github.com/apache/eagle/pull/906.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 #906


commit a8078db99b8f6557f40bf2556c309caebef69b5e
Author: anyway1021 
Date:   2017-04-06T03:31:12Z

[Minor] add copyright of mkdoc to LICENSE




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


[jira] [Commented] (EAGLE-986) HBaseStorage unable to deserialize Deserialize from java object bytes

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958228#comment-15958228
 ] 

ASF GitHub Bot commented on EAGLE-986:
--

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/903
  
@zombieJ  OK


> HBaseStorage unable to deserialize Deserialize from java object bytes
> -
>
> Key: EAGLE-986
> URL: https://issues.apache.org/jira/browse/EAGLE-986
> Project: Eagle
>  Issue Type: Bug
>  Components: Core::Query Engine
>Affects Versions: v0.5.0
>Reporter: JiJun Tang
>Assignee: JiJun Tang
>
> Query Engine throw exception when deserialize :
> {noformat}
> ERROR [2017-04-01 10:18:37,587] org.apache.eagle.storage.hbase.HBaseStorage: 
> unable to deserialize Deserialize from java object bytes
> ! java.io.InvalidClassException: 
> org.apache.eagle.jpm.util.resourcefetch.model.AppInfo; incompatible types for 
> field allocatedMB
> ! at java.io.ObjectStreamClass.matchFields(ObjectStreamClass.java:2255) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.getReflector(ObjectStreamClass.java:2149) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:657) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518) 
> ~[na:1.8.0_60]
> ! at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) 
> ~[na:1.8.0_60]
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 68 common frames omitted
> ! Causing: java.lang.IllegalArgumentException: unable to deserialize 
> Deserialize from java object bytes
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:85)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.DefaultJavaObjctSerDeser.deserialize(DefaultJavaObjctSerDeser.java:29)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.EntitySerDeserializer.readValue(EntitySerDeserializer.java:56)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.HBaseInternalLogHelper.buildEntity(HBaseInternalLogHelper.java:172)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.index.IndexStreamReader.readAsStream(IndexStreamReader.java:67)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.GenericEntityStreamReader.readAsStream(GenericEntityStreamReader.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.query.GenericEntityQuery.result(GenericEntityQuery.java:66) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.eagle.storage.hbase.HBaseStorage.query(HBaseStorage.java:171) 
> ~[eagle-storage-hbase-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.generic.GenericEntityServiceResource.search(GenericEntityServiceResource.java:444)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.ResourceUtils.getQueryResult(ResourceUtils.java:39)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.MRJobExecutionResource.searchJobsById(MRJobExecutionResource.java:162)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at sun.reflect.GeneratedMethodAccessor525.invoke(Unknown Source) ~[na:na]
> ! at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[na:1.8.0_60]
> ! at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
> ! at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> 

[GitHub] eagle issue #903: [EAGLE-986] HBaseStorage unable to deserialize Deserialize...

2017-04-05 Thread r7raul1984
Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/903
  
@zombieJ  OK


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


[GitHub] eagle pull request #905: HBase Naming that unify `Hbase` and `HBase` into `H...

2017-04-05 Thread asdf2014
GitHub user asdf2014 opened a pull request:

https://github.com/apache/eagle/pull/905

HBase Naming that unify `Hbase` and `HBase` into `HBase`

HBase Naming that unify `Hbase` and `HBase` into `HBase`

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

$ git pull https://github.com/asdf2014/eagle hbase_naming

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

https://github.com/apache/eagle/pull/905.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 #905


commit 0d75650d233f9fd5402824b94d9551d3f46c5bf2
Author: Benedict Jin <16110...@cnsuning.com>
Date:   2017-03-30T02:53:24Z

Unified naming with HBase

commit d38ae08115c40162ae81e21240c67b9e2d0a2c58
Author: asdf2014 <1571805...@qq.com>
Date:   2017-04-06T02:49:20Z

Merge branch 'master' into hbase_naming




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


[jira] [Commented] (EAGLE-986) HBaseStorage unable to deserialize Deserialize from java object bytes

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958208#comment-15958208
 ] 

ASF GitHub Bot commented on EAGLE-986:
--

Github user zombieJ commented on the issue:

https://github.com/apache/eagle/pull/903
  
@r7raul1984 , Could you pls use `QUERY_LIST` instead of new const 
`QUERY_MR_HISTORY_JOBS`?


> HBaseStorage unable to deserialize Deserialize from java object bytes
> -
>
> Key: EAGLE-986
> URL: https://issues.apache.org/jira/browse/EAGLE-986
> Project: Eagle
>  Issue Type: Bug
>  Components: Core::Query Engine
>Affects Versions: v0.5.0
>Reporter: JiJun Tang
>Assignee: JiJun Tang
>
> Query Engine throw exception when deserialize :
> {noformat}
> ERROR [2017-04-01 10:18:37,587] org.apache.eagle.storage.hbase.HBaseStorage: 
> unable to deserialize Deserialize from java object bytes
> ! java.io.InvalidClassException: 
> org.apache.eagle.jpm.util.resourcefetch.model.AppInfo; incompatible types for 
> field allocatedMB
> ! at java.io.ObjectStreamClass.matchFields(ObjectStreamClass.java:2255) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.getReflector(ObjectStreamClass.java:2149) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:657) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518) 
> ~[na:1.8.0_60]
> ! at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) 
> ~[na:1.8.0_60]
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 68 common frames omitted
> ! Causing: java.lang.IllegalArgumentException: unable to deserialize 
> Deserialize from java object bytes
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:85)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.DefaultJavaObjctSerDeser.deserialize(DefaultJavaObjctSerDeser.java:29)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.EntitySerDeserializer.readValue(EntitySerDeserializer.java:56)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.HBaseInternalLogHelper.buildEntity(HBaseInternalLogHelper.java:172)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.index.IndexStreamReader.readAsStream(IndexStreamReader.java:67)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.GenericEntityStreamReader.readAsStream(GenericEntityStreamReader.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.query.GenericEntityQuery.result(GenericEntityQuery.java:66) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.eagle.storage.hbase.HBaseStorage.query(HBaseStorage.java:171) 
> ~[eagle-storage-hbase-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.generic.GenericEntityServiceResource.search(GenericEntityServiceResource.java:444)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.ResourceUtils.getQueryResult(ResourceUtils.java:39)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.MRJobExecutionResource.searchJobsById(MRJobExecutionResource.java:162)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at sun.reflect.GeneratedMethodAccessor525.invoke(Unknown Source) ~[na:na]
> ! at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[na:1.8.0_60]
> ! at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
> ! at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> 

[jira] [Created] (EAGLE-992) HBase Naming that unify `Hbase` and `HBase` into `HBase`

2017-04-05 Thread Benedict Jin (JIRA)
Benedict Jin created EAGLE-992:
--

 Summary: HBase Naming that unify `Hbase` and `HBase` into `HBase`
 Key: EAGLE-992
 URL: https://issues.apache.org/jira/browse/EAGLE-992
 Project: Eagle
  Issue Type: Bug
  Components: App::System Metric Monitor
Affects Versions: v0.4.0
Reporter: Benedict Jin
 Fix For: Future


HBase Naming that unify `Hbase` and `HBase` into `HBase`



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle issue #903: [EAGLE-986] HBaseStorage unable to deserialize Deserialize...

2017-04-05 Thread zombieJ
Github user zombieJ commented on the issue:

https://github.com/apache/eagle/pull/903
  
@r7raul1984 , Could you pls use `QUERY_LIST` instead of new const 
`QUERY_MR_HISTORY_JOBS`?


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


[jira] [Commented] (EAGLE-986) HBaseStorage unable to deserialize Deserialize from java object bytes

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958181#comment-15958181
 ] 

ASF GitHub Bot commented on EAGLE-986:
--

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/903
  
@qingwen220 @zombieJ  pls help review


> HBaseStorage unable to deserialize Deserialize from java object bytes
> -
>
> Key: EAGLE-986
> URL: https://issues.apache.org/jira/browse/EAGLE-986
> Project: Eagle
>  Issue Type: Bug
>  Components: Core::Query Engine
>Affects Versions: v0.5.0
>Reporter: JiJun Tang
>Assignee: JiJun Tang
>
> Query Engine throw exception when deserialize :
> {noformat}
> ERROR [2017-04-01 10:18:37,587] org.apache.eagle.storage.hbase.HBaseStorage: 
> unable to deserialize Deserialize from java object bytes
> ! java.io.InvalidClassException: 
> org.apache.eagle.jpm.util.resourcefetch.model.AppInfo; incompatible types for 
> field allocatedMB
> ! at java.io.ObjectStreamClass.matchFields(ObjectStreamClass.java:2255) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.getReflector(ObjectStreamClass.java:2149) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:657) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518) 
> ~[na:1.8.0_60]
> ! at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351) 
> ~[na:1.8.0_60]
> ! at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) 
> ~[na:1.8.0_60]
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 68 common frames omitted
> ! Causing: java.lang.IllegalArgumentException: unable to deserialize 
> Deserialize from java object bytes
> ! at 
> org.apache.eagle.common.SerializableUtils.deserializeFromByteArray(SerializableUtils.java:85)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.DefaultJavaObjctSerDeser.deserialize(DefaultJavaObjctSerDeser.java:29)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.meta.EntitySerDeserializer.readValue(EntitySerDeserializer.java:56)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.HBaseInternalLogHelper.buildEntity(HBaseInternalLogHelper.java:172)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.index.IndexStreamReader.readAsStream(IndexStreamReader.java:67)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.log.entity.GenericEntityStreamReader.readAsStream(GenericEntityStreamReader.java:82)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.query.GenericEntityQuery.result(GenericEntityQuery.java:66) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.eagle.storage.hbase.HBaseStorage.query(HBaseStorage.java:171) 
> ~[eagle-storage-hbase-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.generic.GenericEntityServiceResource.search(GenericEntityServiceResource.java:444)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.ResourceUtils.getQueryResult(ResourceUtils.java:39)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.service.jpm.MRJobExecutionResource.searchJobsById(MRJobExecutionResource.java:162)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at sun.reflect.GeneratedMethodAccessor525.invoke(Unknown Source) ~[na:na]
> ! at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[na:1.8.0_60]
> ! at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
> ! at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> 

[jira] [Updated] (EAGLE-991) Jpm detail page dev console throw error

2017-04-05 Thread JiJun Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

JiJun Tang updated EAGLE-991:
-
Attachment: jpm job detail error.png

> Jpm detail page dev console throw error
> ---
>
> Key: EAGLE-991
> URL: https://issues.apache.org/jira/browse/EAGLE-991
> Project: Eagle
>  Issue Type: Bug
>  Components: Core::UI Engine
>Reporter: JiJun Tang
>Assignee: Jilin, Jiang
> Attachments: jpm job detail error.png
>
>
> Jpm detail page dev console throw error:
> {noformat}
> modules.js:274 TypeError: Cannot read property 'add' of null
> at eval (eval at globalEval (modules.js:2), :189:31)
> at modules.js:286
> at m.$eval (modules.js:301)
> at m.$digest (modules.js:298)
> at m.$apply (modules.js:301)
> at g (modules.js:254)
> at t (modules.js:258)
> at XMLHttpRequest.u.onload (modules.js:259)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-985) Upgrade hbase dependency to 1.2.5

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958161#comment-15958161
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/902
  
master works fine with hbase 1.2.2
I am planning to test this patch with hbase 1.2.5 tonight


> Upgrade hbase dependency to 1.2.5
> -
>
> Key: EAGLE-985
> URL: https://issues.apache.org/jira/browse/EAGLE-985
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: Screen Shot 2017-04-04 at 11.24.38 AM.png
>
>
> hbase 0.98.4 release is very old.
> There wouldn't be any new 0.98 release.
> We should upgrade to 1.2.5 which is the latest stable release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle issue #902: [EAGLE-985] Upgrade hbase dependency to 1.2.5

2017-04-05 Thread jhsenjaliya
Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/902
  
master works fine with hbase 1.2.2
I am planning to test this patch with hbase 1.2.5 tonight


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


[jira] [Commented] (EAGLE-906) update required storm packages to 1.x

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958159#comment-15958159
 ] 

ASF GitHub Bot commented on EAGLE-906:
--

Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/812
  
 @r7raul1984 , that is a good point, but this is intended for 0.6 release 
which will have enough time to take a minor versions with bug fixes if any ( or 
we can also simply stick to 1.0.x but I would like to compare both 1.0.x and 
1.1.x in terms of improvements before change) . 

I also agree on exploring a way to support multi version shims way.


> update required storm packages to 1.x
> -
>
> Key: EAGLE-906
> URL: https://issues.apache.org/jira/browse/EAGLE-906
> Project: Eagle
>  Issue Type: Sub-task
>Reporter: Jayesh
>Assignee: Jayesh
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-985) Upgrade hbase dependency to 1.2.5

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958157#comment-15958157
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/902
  
In my opition ,we should do more test before upgrade to hbase 1.2.5 rather 
than just solve compile problem .


> Upgrade hbase dependency to 1.2.5
> -
>
> Key: EAGLE-985
> URL: https://issues.apache.org/jira/browse/EAGLE-985
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: Screen Shot 2017-04-04 at 11.24.38 AM.png
>
>
> hbase 0.98.4 release is very old.
> There wouldn't be any new 0.98 release.
> We should upgrade to 1.2.5 which is the latest stable release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-985) Upgrade hbase dependency to 1.2.5

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958152#comment-15958152
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/902
  
@wujinhu  +1


> Upgrade hbase dependency to 1.2.5
> -
>
> Key: EAGLE-985
> URL: https://issues.apache.org/jira/browse/EAGLE-985
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: Screen Shot 2017-04-04 at 11.24.38 AM.png
>
>
> hbase 0.98.4 release is very old.
> There wouldn't be any new 0.98 release.
> We should upgrade to 1.2.5 which is the latest stable release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-906) update required storm packages to 1.x

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958148#comment-15958148
 ] 

ASF GitHub Bot commented on EAGLE-906:
--

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/812
  
@jhsenjaliya  In my opition , I don't think it is good time to upgrade 
storm to 1.1.0.  In my experience ,many companies do not use the latest version 
.If you insist to upgrade storm, I recommend  we should support multi storm 
version (like hive shims moudle) and do more integration test instead of unit 
test by mock.



> update required storm packages to 1.x
> -
>
> Key: EAGLE-906
> URL: https://issues.apache.org/jira/browse/EAGLE-906
> Project: Eagle
>  Issue Type: Sub-task
>Reporter: Jayesh
>Assignee: Jayesh
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle issue #812: [EAGLE-906] org.apache.storm 1.x with API changes

2017-04-05 Thread r7raul1984
Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/812
  
@jhsenjaliya  In my opition , I don't think it is good time to upgrade 
storm to 1.1.0.  In my experience ,many companies do not use the latest version 
.If you insist to upgrade storm, I recommend  we should support multi storm 
version (like hive shims moudle) and do more integration test instead of unit 
test by mock.



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


[GitHub] eagle issue #902: [EAGLE-985] Upgrade hbase dependency to 1.2.5

2017-04-05 Thread qingwen220
Github user qingwen220 commented on the issue:

https://github.com/apache/eagle/pull/902
  
Yes. We expect after 0.5, Eagle can support Kafka 0.10 & storm 0.10. 

There is a concern. We have a coprocessor module in Eagle for HBase 0.98. I 
am not sure if we could support this function after upgrade


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


[GitHub] eagle issue #902: [EAGLE-985] Upgrade hbase dependency to 1.2.5

2017-04-05 Thread jhsenjaliya
Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/902
  
Hi @qingwen220 no, since there are some function signature changes here, I 
dont think it will be compatible. ( without those changes, it is compatible 
though) so the question really comes down to whether we want to support 0.98 
till 0.5 release then this can be pushed to 0.6 when majority of the tech stack 
is going to change ( storm, kafka, etc..), comment? 


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


[GitHub] eagle issue #902: [EAGLE-985] Upgrade hbase dependency to 1.2.5

2017-04-05 Thread qingwen220
Github user qingwen220 commented on the issue:

https://github.com/apache/eagle/pull/902
  
@jhsenjaliya @tedyu  After this upgrade, does we still support HBase 0.98?


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


[jira] [Commented] (EAGLE-989) Fix HA check bug in HAURLSelectorImpl

2017-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956383#comment-15956383
 ] 

ASF GitHub Bot commented on EAGLE-989:
--

Github user asfgit closed the pull request at:

https://github.com/apache/eagle/pull/900


> Fix HA check bug in HAURLSelectorImpl 
> --
>
> Key: EAGLE-989
> URL: https://issues.apache.org/jira/browse/EAGLE-989
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.4.0, v0.5.0
>Reporter: Zhao, Qingwen
>Assignee: Zhao, Qingwen
>
> HAURLSelectorImpl is to check the active resource manager of two urls. 
> Currently, the code does not check whether the return stream is expected and 
> returns true if there is no exception caught. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle pull request #900: EAGLE-989: Fix a bug in Resource Manager HA checker

2017-04-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/eagle/pull/900


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