[jira] [Created] (EAGLE-993) add duplicate removal settings in policy Definition

2017-04-05 Thread Zhao, Qingwen (JIRA)
Zhao, Qingwen created EAGLE-993:
---

 Summary: add duplicate removal settings in policy Definition
 Key: EAGLE-993
 URL: https://issues.apache.org/jira/browse/EAGLE-993
 Project: Eagle
  Issue Type: Improvement
Affects Versions: v0.5.0
Reporter: Zhao, Qingwen
Assignee: Zhao, Qingwen


customize duplicate fields & interval in each policy



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


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

2017-04-05 Thread JiJun Tang (JIRA)

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

JiJun Tang resolved EAGLE-986.
--
Resolution: Resolved

> 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 
> io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter$OptionalRequestDispatcher.dispatch(OptionalResourceMethodDispatchAdapter.java:37)
>  [dropwizard-jersey-0.7.1.jar:0.7.1]
> ! at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(Ht

[jira] [Updated] (EAGLE-990) Could not transfer artifact org.apache.kafka:kafka_2.10:jar:0.8.1.2.2.0.0-2041 from/to HDP Release Repository

2017-04-05 Thread Benedict Jin (JIRA)

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

Benedict Jin updated EAGLE-990:
---
Description: 
mvn clean package -T 1C -DskipTests
```bash
[ERROR] Failed to execute goal on project eagle-app-utils: Could not resolve 
dependencies for project org.apache.eagle:eagle-app-utils:jar:0.5.0-SNAPSHOT: 
Could not transfer artifact org.apache.hadoop:hadoop-common:jar:2.6.0.2.2.5.1-3 
from/to HDP Release Repository 
(http://repo.hortonworks.com/content/repositories/releases/): GET request of: 
org/apache/hadoop/hadoop-common/2.6.0.2.2.5.1-3/hadoop-common-2.6.0.2.2.5.1-3.jar
 from HDP Release Repository failed: Connection reset -> [Help 1]
```

Then i found the 
[kafka_2.10-0.8.1.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.1.2.2.0.0-2041),
 but 
[zookeeper_3.4.6.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.4.6.2.2.0.0-2041)
 was not to be seen.

Should we just use those release from `Central Repository`, or control it by 
using profile on maven?

  was:
mvn clean package -T 1C -DskipTests
```bash
[ERROR] Failed to execute goal on project eagle-app-utils: Could not resolve 
dependencies for project org.apache.eagle:eagle-app-utils:jar:0.5.0-SNAPSHOT: 
Could not transfer artifact org.apache.hadoop:hadoop-common:jar:2.6.0.2.2.5.1-3 
from/to HDP Release Repository 
(http://repo.hortonworks.com/content/repositories/releases/): GET request of: 
org/apache/hadoop/hadoop-common/2.6.0.2.2.5.1-3/hadoop-common-2.6.0.2.2.5.1-3.jar
 from HDP Release Repository failed: Connection reset -> [Help 1]
```

Then i found the 
[kafka_2.10-0.8.1.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.1.2.2.0.0-2041),
 but 
[zookeeper_3.4.6.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.4.6.2.2.0.0-2041)
 was not to be seen.


> Could not transfer artifact 
> org.apache.kafka:kafka_2.10:jar:0.8.1.2.2.0.0-2041 from/to HDP Release 
> Repository
> -
>
> Key: EAGLE-990
> URL: https://issues.apache.org/jira/browse/EAGLE-990
> Project: Eagle
>  Issue Type: Bug
>  Components: Project Infrastructure
>Affects Versions: v0.4.0
> Environment: Linux 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 
> EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Benedict Jin
>  Labels: build
> Fix For: Future
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> mvn clean package -T 1C -DskipTests
> ```bash
> [ERROR] Failed to execute goal on project eagle-app-utils: Could not resolve 
> dependencies for project org.apache.eagle:eagle-app-utils:jar:0.5.0-SNAPSHOT: 
> Could not transfer artifact 
> org.apache.hadoop:hadoop-common:jar:2.6.0.2.2.5.1-3 from/to HDP Release 
> Repository (http://repo.hortonworks.com/content/repositories/releases/): GET 
> request of: 
> org/apache/hadoop/hadoop-common/2.6.0.2.2.5.1-3/hadoop-common-2.6.0.2.2.5.1-3.jar
>  from HDP Release Repository failed: Connection reset -> [Help 1]
> ```
> Then i found the 
> [kafka_2.10-0.8.1.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.1.2.2.0.0-2041),
>  but 
> [zookeeper_3.4.6.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.4.6.2.2.0.0-2041)
>  was not to be seen.
> Should we just use those release from `Central Repository`, or control it by 
> using profile on maven?



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


[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&focusedCommentId=15958347#comment-15958347
 ] 

ASF GitHub Bot commented on EAGLE-986:
--

Github user zombieJ commented on the issue:

https://github.com/apache/eagle/pull/903
  
LGTM


> 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 
> io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter$OptionalRequestDispatcher.dispatch(OptionalResourc

[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
  
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 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 #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&focusedCommentId=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 
> io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter$OptionalRequestDispatcher.dispatch(Opti

[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&focusedCommentId=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 
> io.dropwizard.jersey.guava.O

[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&focusedCommentId=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 
> io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter$OptionalReques

[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
  
@qingwen220 @zombieJ  pls help review


---
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] [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] [Created] (EAGLE-991) Jpm detail page dev console throw error

2017-04-05 Thread JiJun Tang (JIRA)
JiJun Tang created EAGLE-991:


 Summary: 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


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] [Updated] (EAGLE-871) Apache Eagle should not use com.sun.* packages

2017-04-05 Thread Jayesh (JIRA)

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

Jayesh updated EAGLE-871:
-
Affects Version/s: v0.5.0
Fix Version/s: v0.6.0

> Apache Eagle should not use com.sun.* packages 
> ---
>
> Key: EAGLE-871
> URL: https://issues.apache.org/jira/browse/EAGLE-871
> Project: Eagle
>  Issue Type: Improvement
>Affects Versions: v0.5.0
>Reporter: Jayesh
>Assignee: Jayesh
> Fix For: v0.6.0
>
>
> com.sun packages are not officially supported, should use javax packages 
> instead: refer: 
> http://www.oracle.com/technetwork/java/faq-sun-packages-142232.html



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


[jira] [Created] (EAGLE-990) Could not transfer artifact org.apache.kafka:kafka_2.10:jar:0.8.1.2.2.0.0-2041 from/to HDP Release Repository

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

 Summary: Could not transfer artifact 
org.apache.kafka:kafka_2.10:jar:0.8.1.2.2.0.0-2041 from/to HDP Release 
Repository
 Key: EAGLE-990
 URL: https://issues.apache.org/jira/browse/EAGLE-990
 Project: Eagle
  Issue Type: Bug
  Components: Project Infrastructure
Affects Versions: v0.4.0
 Environment: Linux 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 
EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Reporter: Benedict Jin
 Fix For: Future


mvn clean package -T 1C -DskipTests
```bash
[ERROR] Failed to execute goal on project eagle-app-utils: Could not resolve 
dependencies for project org.apache.eagle:eagle-app-utils:jar:0.5.0-SNAPSHOT: 
Could not transfer artifact org.apache.hadoop:hadoop-common:jar:2.6.0.2.2.5.1-3 
from/to HDP Release Repository 
(http://repo.hortonworks.com/content/repositories/releases/): GET request of: 
org/apache/hadoop/hadoop-common/2.6.0.2.2.5.1-3/hadoop-common-2.6.0.2.2.5.1-3.jar
 from HDP Release Repository failed: Connection reset -> [Help 1]
```

Then i found the 
[kafka_2.10-0.8.1.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.1.2.2.0.0-2041),
 but 
[zookeeper_3.4.6.2.2.0.0-2041.jar](https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.4.6.2.2.0.0-2041)
 was not to be seen.



--
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&focusedCommentId=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&focusedCommentId=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)


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

2017-04-05 Thread jhsenjaliya
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.


---
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-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&focusedCommentId=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)


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

2017-04-05 Thread r7raul1984
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 .


---
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-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&focusedCommentId=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)


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

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

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


---
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&focusedCommentId=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.
---


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

2017-04-05 Thread Ted Yu (JIRA)

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

Ted Yu commented on EAGLE-985:
--

I may not have bandwidth to implement multi-version support for various hbase 
releases.

> 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&focusedCommentId=15956723#comment-15956723
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

Github user wujinhu commented on the issue:

https://github.com/apache/eagle/pull/902
  
Should we have multiple version support for HBase(Storm/Kafka etc) so that 
users can still use old versions if they cannot switch to new version quickly?
I think it will be better if we have some abstractions first instead of 
doing like this.


> 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 wujinhu
Github user wujinhu commented on the issue:

https://github.com/apache/eagle/pull/902
  
Should we have multiple version support for HBase(Storm/Kafka etc) so that 
users can still use old versions if they cannot switch to new version quickly?
I think it will be better if we have some abstractions first instead of 
doing like this.


---
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-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&focusedCommentId=15956533#comment-15956533
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

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


> 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 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.
---