[GitHub] incubator-gearpump pull request #201: [GEARPUMP-217] Merge master into sql b...

2017-07-25 Thread manuzhang
Github user manuzhang closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/201


---
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] incubator-gearpump pull request #201: [GEARPUMP-217] Merge master into sql b...

2017-07-25 Thread manuzhang
GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/201

[GEARPUMP-217] Merge master into sql branch

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/apache/incubator-gearpump master

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

https://github.com/apache/incubator-gearpump/pull/201.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 #201


commit a9755cbec0426a3e11504640e87a2970071854a9
Author: manuzhang 
Date:   2017-07-14T05:26:27Z

Bump up version to 0.8.5-SNAPSHOT

Author: manuzhang 

Closes #193 from manuzhang/bump_up_version.

commit e3c63ef2b51af6a6c4d97c91479b7c1f6082c0fe
Author: manuzhang 
Date:   2017-07-17T08:02:09Z

[GEARPUMP-325] Fix license issues

Author: manuzhang 

Closes #194 from manuzhang/fix_licenses.

commit 05f68bc55aad8e56c0587995fce84fd471823bc1
Author: huafengw 
Date:   2017-07-20T08:34:50Z

[GEARPUMP-322] Fix multiple SLF4J bindings on classpath

Author: huafengw 

Closes #196 from huafengw/fix322.

commit 50316ce31db34785c4af8261dd66d8a1740a5601
Author: manuzhang 
Date:   2017-07-21T01:42:59Z

[GEARPUMP-327] Put jarstore and logs under "gearpump.home"

Author: manuzhang 

Closes #197 from manuzhang/fix_jarstore_logs.

commit a47e1a6dbe2ab594a891f48b2bb4f32b613f1b22
Author: darionyaphet 
Date:   2017-07-25T05:23:14Z

[GEARPUMP-328] FetchThread fetchSleepMS from Int to Long

currently *KafkaConfig.FETCH_SLEEP_MS_CONFIG* is a INT parameter , move it 
into a LONG parameter is better .

Author: darionyaphet 

Closes #199 from darionyaphet/GEARPUMP-328.

commit ac8ac039217725f9f924ec901fdf7adfd9f51657
Author: manuzhang 
Date:   2017-07-26T02:28:25Z

[GEARPUMP-330] Allow examples to run in `sbt run` and Intellij

Author: manuzhang 

Closes #200 from manuzhang/run_examples_in_ide.




---
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] incubator-gearpump issue #201: [GEARPUMP-217] Merge master into sql branch

2017-07-25 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/201
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/201?src=pr=h1)
 Report
> :exclamation: No coverage uploaded for pull request base (`sql@d089902`). 
[Click here to learn what that 
means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
> The diff coverage is `90%`.



```diff
@@  Coverage Diff   @@
## sql #201   +/-   ##
==
  Coverage   ?   71.72%   
==
  Files  ?  189   
  Lines  ? 6104   
  Branches   ?  542   
==
  Hits   ? 4378   
  Misses ? 1726   
  Partials   ?0
```




---
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] (GEARPUMP-217) Add SQL support

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101106#comment-16101106
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user manuzhang closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/201


> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101099#comment-16101099
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/201
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/201?src=pr=h1)
 Report
> :exclamation: No coverage uploaded for pull request base (`sql@d089902`). 
[Click here to learn what that 
means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
> The diff coverage is `90%`.



```diff
@@  Coverage Diff   @@
## sql #201   +/-   ##
==
  Coverage   ?   71.72%   
==
  Files  ?  189   
  Lines  ? 6104   
  Branches   ?  542   
==
  Hits   ? 4378   
  Misses ? 1726   
  Partials   ?0
```




> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-217) Add SQL support

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101092#comment-16101092
 ] 

ASF GitHub Bot commented on GEARPUMP-217:
-

GitHub user manuzhang opened a pull request:

https://github.com/apache/incubator-gearpump/pull/201

[GEARPUMP-217] Merge master into sql branch

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [ ] Make sure tests pass via `sbt clean test`.
 - [ ] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 



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

$ git pull https://github.com/apache/incubator-gearpump master

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

https://github.com/apache/incubator-gearpump/pull/201.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 #201


commit a9755cbec0426a3e11504640e87a2970071854a9
Author: manuzhang 
Date:   2017-07-14T05:26:27Z

Bump up version to 0.8.5-SNAPSHOT

Author: manuzhang 

Closes #193 from manuzhang/bump_up_version.

commit e3c63ef2b51af6a6c4d97c91479b7c1f6082c0fe
Author: manuzhang 
Date:   2017-07-17T08:02:09Z

[GEARPUMP-325] Fix license issues

Author: manuzhang 

Closes #194 from manuzhang/fix_licenses.

commit 05f68bc55aad8e56c0587995fce84fd471823bc1
Author: huafengw 
Date:   2017-07-20T08:34:50Z

[GEARPUMP-322] Fix multiple SLF4J bindings on classpath

Author: huafengw 

Closes #196 from huafengw/fix322.

commit 50316ce31db34785c4af8261dd66d8a1740a5601
Author: manuzhang 
Date:   2017-07-21T01:42:59Z

[GEARPUMP-327] Put jarstore and logs under "gearpump.home"

Author: manuzhang 

Closes #197 from manuzhang/fix_jarstore_logs.

commit a47e1a6dbe2ab594a891f48b2bb4f32b613f1b22
Author: darionyaphet 
Date:   2017-07-25T05:23:14Z

[GEARPUMP-328] FetchThread fetchSleepMS from Int to Long

currently *KafkaConfig.FETCH_SLEEP_MS_CONFIG* is a INT parameter , move it 
into a LONG parameter is better .

Author: darionyaphet 

Closes #199 from darionyaphet/GEARPUMP-328.

commit ac8ac039217725f9f924ec901fdf7adfd9f51657
Author: manuzhang 
Date:   2017-07-26T02:28:25Z

[GEARPUMP-330] Allow examples to run in `sbt run` and Intellij

Author: manuzhang 

Closes #200 from manuzhang/run_examples_in_ide.




> Add SQL support 
> 
>
> Key: GEARPUMP-217
> URL: https://issues.apache.org/jira/browse/GEARPUMP-217
> Project: Apache Gearpump
>  Issue Type: New Feature
>  Components: streaming
>Affects Versions: 0.8.1
>Reporter: Manu Zhang
>Assignee: Buddhi Ayesha
>  Labels: gsoc2017, mentor
>
> SQL support will allow those unfamiliar with Scala/Java to use Gearpump. I 
> propose to build SQL layer with Apache Calcite because
> 1. It has done the hard job of parsing, translating logical plan to physical 
> plan and optimizing.
> 2. It is under active development and has a great community.
> 3. It's proved to be a good solution since Apache Storm, Apache Flink and 
> Apache Samza all build their Streaming SQL with Apache Calcite
> Note SQL here actually means Streaming SQL dialects supported by Calcite 
> (check reference 1 and 2). Please checkout reference 3 for an example 
> implementation. 
> The physical plan will be translated to Gearpump high level DSL.
> References:
> 1. http://www.slideshare.net/julianhyde/streaming-sql
> 2. https://calcite.apache.org/docs/stream.html
> 3. https://github.com/milinda/samza-sql



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@darionyaphet please open new jira/pr if you find other build settings 
require change


---
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] incubator-gearpump pull request #200: [GEARPUMP-330] Allow examples to run i...

2017-07-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/200


---
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] [Resolved] (GEARPUMP-162) the way to run examples should be documented

2017-07-25 Thread Manu Zhang (JIRA)

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

Manu Zhang resolved GEARPUMP-162.
-
Resolution: Fixed

> the way to run examples should be documented
> 
>
> Key: GEARPUMP-162
> URL: https://issues.apache.org/jira/browse/GEARPUMP-162
> Project: Apache Gearpump
>  Issue Type: Improvement
>  Components: streaming
>Affects Versions: 0.8.1
> Environment: linux mint 18 beta
>Reporter: HYG
>Assignee: Manu Zhang
>
> in sbt, to run the wordcount example using the command 
> "gearpump-examples-wordcount/run" will cause the classnotfound exception:
> error] (run-main-0) java.lang.NoClassDefFoundError: com/typesafe/config/Config
> java.lang.NoClassDefFoundError: com/typesafe/config/Config
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> Caused by: java.lang.ClassNotFoundException: com.typesafe.config.Config
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> it seems to lack the main method's augument akkaConf: Config in the command, 
> however, no doc was found how to construct this augument to the  "main" 
> method.
> in addition, in previous version, like 
> b5f11040b775062eb4b3143144d0316b45766054, to run this example without  
> akkaConf argument will work. 
> so, i believe this should be illustrated, and i still couldn't work it out 
> now, can anyone help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (GEARPUMP-162) the way to run examples should be documented

2017-07-25 Thread Manu Zhang (JIRA)

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

Manu Zhang updated GEARPUMP-162:

Fix Version/s: 0.8.5

> the way to run examples should be documented
> 
>
> Key: GEARPUMP-162
> URL: https://issues.apache.org/jira/browse/GEARPUMP-162
> Project: Apache Gearpump
>  Issue Type: Improvement
>  Components: streaming
>Affects Versions: 0.8.1
> Environment: linux mint 18 beta
>Reporter: HYG
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> in sbt, to run the wordcount example using the command 
> "gearpump-examples-wordcount/run" will cause the classnotfound exception:
> error] (run-main-0) java.lang.NoClassDefFoundError: com/typesafe/config/Config
> java.lang.NoClassDefFoundError: com/typesafe/config/Config
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> Caused by: java.lang.ClassNotFoundException: com.typesafe.config.Config
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> it seems to lack the main method's augument akkaConf: Config in the command, 
> however, no doc was found how to construct this augument to the  "main" 
> method.
> in addition, in previous version, like 
> b5f11040b775062eb4b3143144d0316b45766054, to run this example without  
> akkaConf argument will work. 
> so, i believe this should be illustrated, and i still couldn't work it out 
> now, can anyone help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (GEARPUMP-162) the way to run examples should be documented

2017-07-25 Thread Manu Zhang (JIRA)

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

Manu Zhang reassigned GEARPUMP-162:
---

Assignee: Manu Zhang

> the way to run examples should be documented
> 
>
> Key: GEARPUMP-162
> URL: https://issues.apache.org/jira/browse/GEARPUMP-162
> Project: Apache Gearpump
>  Issue Type: Improvement
>  Components: streaming
>Affects Versions: 0.8.1
> Environment: linux mint 18 beta
>Reporter: HYG
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> in sbt, to run the wordcount example using the command 
> "gearpump-examples-wordcount/run" will cause the classnotfound exception:
> error] (run-main-0) java.lang.NoClassDefFoundError: com/typesafe/config/Config
> java.lang.NoClassDefFoundError: com/typesafe/config/Config
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> Caused by: java.lang.ClassNotFoundException: com.typesafe.config.Config
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> it seems to lack the main method's augument akkaConf: Config in the command, 
> however, no doc was found how to construct this augument to the  "main" 
> method.
> in addition, in previous version, like 
> b5f11040b775062eb4b3143144d0316b45766054, to run this example without  
> akkaConf argument will work. 
> so, i believe this should be illustrated, and i still couldn't work it out 
> now, can anyone help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (GEARPUMP-162) the way to run examples should be documented

2017-07-25 Thread Manu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101082#comment-16101082
 ] 

Manu Zhang edited comment on GEARPUMP-162 at 7/26/17 2:34 AM:
--

This should work now after https://github.com/apache/incubator-gearpump/pull/200


was (Author: mauzhang):
This should work now

> the way to run examples should be documented
> 
>
> Key: GEARPUMP-162
> URL: https://issues.apache.org/jira/browse/GEARPUMP-162
> Project: Apache Gearpump
>  Issue Type: Improvement
>  Components: streaming
>Affects Versions: 0.8.1
> Environment: linux mint 18 beta
>Reporter: HYG
> Fix For: 0.8.5
>
>
> in sbt, to run the wordcount example using the command 
> "gearpump-examples-wordcount/run" will cause the classnotfound exception:
> error] (run-main-0) java.lang.NoClassDefFoundError: com/typesafe/config/Config
> java.lang.NoClassDefFoundError: com/typesafe/config/Config
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> Caused by: java.lang.ClassNotFoundException: com.typesafe.config.Config
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> it seems to lack the main method's augument akkaConf: Config in the command, 
> however, no doc was found how to construct this augument to the  "main" 
> method.
> in addition, in previous version, like 
> b5f11040b775062eb4b3143144d0316b45766054, to run this example without  
> akkaConf argument will work. 
> so, i believe this should be illustrated, and i still couldn't work it out 
> now, can anyone help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-162) the way to run examples should be documented

2017-07-25 Thread Manu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101082#comment-16101082
 ] 

Manu Zhang commented on GEARPUMP-162:
-

This should work now

> the way to run examples should be documented
> 
>
> Key: GEARPUMP-162
> URL: https://issues.apache.org/jira/browse/GEARPUMP-162
> Project: Apache Gearpump
>  Issue Type: Improvement
>  Components: streaming
>Affects Versions: 0.8.1
> Environment: linux mint 18 beta
>Reporter: HYG
>
> in sbt, to run the wordcount example using the command 
> "gearpump-examples-wordcount/run" will cause the classnotfound exception:
> error] (run-main-0) java.lang.NoClassDefFoundError: com/typesafe/config/Config
> java.lang.NoClassDefFoundError: com/typesafe/config/Config
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> Caused by: java.lang.ClassNotFoundException: com.typesafe.config.Config
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>   at java.lang.Class.getDeclaredMethods0(Native Method)
>   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
>   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
>   at java.lang.Class.getMethod0(Class.java:3018)
>   at java.lang.Class.getMethod(Class.java:1784)
> it seems to lack the main method's augument akkaConf: Config in the command, 
> however, no doc was found how to construct this augument to the  "main" 
> method.
> in addition, in previous version, like 
> b5f11040b775062eb4b3143144d0316b45766054, to run this example without  
> akkaConf argument will work. 
> so, i believe this should be illustrated, and i still couldn't work it out 
> now, can anyone help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (GEARPUMP-325) License issues

2017-07-25 Thread Manu Zhang (JIRA)

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

Manu Zhang resolved GEARPUMP-325.
-
Resolution: Fixed

> License issues
> --
>
> Key: GEARPUMP-325
> URL: https://issues.apache.org/jira/browse/GEARPUMP-325
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: doc
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> * source license includes jquery, bootstrap which no longer exist in source 
> codes
> * all license entries have licenses/LICENSE-[project].txt, which should be 
> valid paths.
> Please check https://github.com/justinmclean/ApacheWombat for an example.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread Manu Zhang (JIRA)

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

Manu Zhang resolved GEARPUMP-330.
-
Resolution: Fixed

Issue resolved by pull request 200
[https://github.com/apache/incubator-gearpump/pull/200]

> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101079#comment-16101079
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/200


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101072#comment-16101072
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@darionyaphet please open new jira/pr if you find other build settings 
require change


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread huafengw
Github user huafengw commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@huafengw Added docs to quick start with `sbt run`


---
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread darionyaphet
Github user darionyaphet commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
maybe not only *gearpump-core* and *gearpump-streaming* should change to 
**compile** . 


---
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@darionyaphet what else then ?


---
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/200?src=pr=h1)
 Report
> Merging 
[#200](https://codecov.io/gh/apache/incubator-gearpump/pull/200?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/incubator-gearpump/commit/50316ce31db34785c4af8261dd66d8a1740a5601?src=pr=desc)
 will **not change** coverage.
> The diff coverage is `n/a`.



```diff
@@   Coverage Diff   @@
##   master #200   +/-   ##
===
  Coverage   71.55%   71.55%   
===
  Files 189  189   
  Lines6104 6104   
  Branches  539  539   
===
  Hits 4368 4368   
  Misses   1736 1736
```




---
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread manuzhang
Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
which part do you mean ?


---
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] incubator-gearpump pull request #199: [GEARPUMP-328] FetchThread fetchSleepM...

2017-07-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/199


---
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] incubator-gearpump issue #200: [GEARPUMP-330] Allow examples to run in `sbt ...

2017-07-25 Thread huafengw
Github user huafengw commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
Document update?


---
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] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099728#comment-16099728
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user huafengw commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
LGTM


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099694#comment-16099694
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@huafengw Added docs to quick start with `sbt run`


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099693#comment-16099693
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user manuzhang commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
@darionyaphet what else then ?


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEARPUMP-330) ClassNotFoundException when running examples in Intellij

2017-07-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099676#comment-16099676
 ] 

ASF GitHub Bot commented on GEARPUMP-330:
-

Github user darionyaphet commented on the issue:

https://github.com/apache/incubator-gearpump/pull/200
  
maybe not only *gearpump-core* and *gearpump-streaming* should change to 
**compile** . 


> ClassNotFoundException when running examples in Intellij
> 
>
> Key: GEARPUMP-330
> URL: https://issues.apache.org/jira/browse/GEARPUMP-330
> Project: Apache Gearpump
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.8.4
>Reporter: Manu Zhang
>Assignee: Manu Zhang
> Fix For: 0.8.5
>
>
> This is because both "gearpump-core" and "gearpump-streaming" are marked as 
> "provided" scope



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)