[
https://issues.apache.org/jira/browse/GEARPUMP-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561235#comment-15561235
]
ASF GitHub Bot commented on GEARPUMP-218:
-----------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/incubator-gearpump/pull/92
## [Current
coverage](https://codecov.io/gh/apache/incubator-gearpump/pull/92?src=pr) is
71.11% (diff: 100%)
> Merging
[#92](https://codecov.io/gh/apache/incubator-gearpump/pull/92?src=pr) into
[master](https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr)
will increase coverage by **2.32%**
```diff
@@ master #92 diff @@
==========================================
Files 186 186
Lines 5985 5985
Methods 5464 5464
Messages 0 0
Branches 521 521
==========================================
+ Hits 4117 4256 +139
+ Misses 1868 1729 -139
Partials 0 0
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update
[66017ab...bd4c672](https://codecov.io/gh/apache/incubator-gearpump/compare/66017ab7bf5166ec312684f0e3e49e7219b4c24d...bd4c672bb194322b242700883824b0712c8ca702?src=pr)
> Documentation bug for WordCount example
> ----------------------------------------
>
> Key: GEARPUMP-218
> URL: https://issues.apache.org/jira/browse/GEARPUMP-218
> Project: Apache Gearpump
> Issue Type: Bug
> Components: doc
> Affects Versions: 0.8.1
> Reporter: Raman Ganesh
> Assignee: Huafeng Wang
> Priority: Minor
>
> The sbt and maven should include a few more dependencies for the example to
> work as the example has dependencies on :
> Starting with the example as is gives :
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/gearpump/codahale/metrics/MetricRegistry
> After adding "gearpump-shaded-metrics-graphite_2.11" to dependency it doesn't
> the service location for the JarStore and ends with the same issue as
> :https://issues.apache.org/jira/browse/GEARPUMP-19
> After adding daemon and excluding gearpump-experimental-cgroup_2.11 it ends
> with another exception as Caused by: java.lang.ClassNotFoundException:
> org.apache.gearpump.google.common.io.BaseEncoding
> The documentation needs to fix the sbt/maven library dependencies.
> Finally adding guava collections assembly shaded jar full-fills all class
> path requirements however doesn't run the application .via Embedded cluster
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)