smn-codes

Results 2 issues of smn-codes

Quickstart example that is given in the opencensus repo failing with below exception. ``` Exception in thread "main" java.lang.NoClassDefFoundError: com/google/api/client/json/jackson2/JacksonFactory at io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.(StackdriverStatsConfiguration.java:50) at com.example.opencensus.Quickstart.main(Quickstart.java:26) Caused by: java.lang.ClassNotFoundException: com.google.api.client.json.jackson2.JacksonFactory at java.net.URLClassLoader.findClass(URLClassLoader.java:387)...

type: bug
priority: p3
samples

For small amounts of data not getting this issue. But if we try to process huge data, then we get the following exception. Any guidance here could be great help....