Sorry, can you go through how you're getting to this error? I'm not super familiar with this part of the stack..is this compiling Metron inside of a docker image?
On Tue, Apr 18, 2017 at 1:45 PM, Otto Fowler <[email protected]> wrote: > Is it something to do with the relocation of google.common that happens in > the other shaded jars but not in the storm kafka client? > > > > On April 18, 2017 at 12:56:12, Otto Fowler ([email protected]) > wrote: > > I’m trying to build latest in ansible docker, but I’m seeing the following > error. Note that metron-common is a dependency in this module. > > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Building metron-storm-kafka 0.4.0 > [INFO] ------------------------------------------------------------ > ------------ > Downloading: http://clojars.org/repo/org/apache/storm/storm-kafka- > client/1.0.1.2.5.0.0-1245/storm-kafka-client-1.0.1.2.5.0.0-1245.pom > Downloading: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm-kafka-client/1.0.1.2.5.0.0-1245/ > storm-kafka-client-1.0.1.2.5.0.0-1245.pom > Downloaded: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm-kafka-client/1.0.1.2.5.0.0-1245/ > storm-kafka-client-1.0.1.2.5.0.0-1245.pom (4 KB at 31.5 KB/sec) > Downloading: http://clojars.org/repo/org/apache/storm/storm/1.0.1.2.5. > 0.0-1245/storm-1.0.1.2.5.0.0-1245.pom > Downloading: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm/1.0.1.2.5.0.0-1245/storm-1.0.1.2.5.0.0-1245.pom > Downloaded: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm/1.0.1.2.5.0.0-1245/storm-1.0.1.2.5.0.0-1245.pom > (49 KB at 433.0 KB/sec) > Downloading: http://clojars.org/repo/org/apache/kafka/kafka-clients/0. > 10.0.2.5.0.0-1245/kafka-clients-0.10.0.2.5.0.0-1245.pom > Downloading: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/kafka/kafka-clients/0.10.0.2.5.0.0-1245/ > kafka-clients-0.10.0.2.5.0.0-1245.pom > Downloaded: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/kafka/kafka-clients/0.10.0.2.5.0.0-1245/ > kafka-clients-0.10.0.2.5.0.0-1245.pom (2 KB at 21.1 KB/sec) > Downloading: http://clojars.org/repo/org/apache/storm/storm-kafka- > client/1.0.1.2.5.0.0-1245/storm-kafka-client-1.0.1.2.5.0.0-1245.jar > Downloading: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm-kafka-client/1.0.1.2.5.0.0-1245/ > storm-kafka-client-1.0.1.2.5.0.0-1245.jar > Downloaded: http://repo.hortonworks.com/content/repositories/releases/ > org/apache/storm/storm-kafka-client/1.0.1.2.5.0.0-1245/ > storm-kafka-client-1.0.1.2.5.0.0-1245.jar (64 KB at 417.1 KB/sec) > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > metron-storm-kafka --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory /root/incubator-metron/metron- > platform/metron-storm-kafka/src/main/resources > [INFO] > [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ > metron-storm-kafka --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 7 source files to /root/incubator-metron/metron- > platform/metron-storm-kafka/target/classes > /root/incubator-metron/metron-platform/metron-storm-kafka/ > src/main/java/org/apache/metron/storm/kafka/flux/ > SimpleStormKafkaBuilder.java:21: error: package com.google.common.base > does not exist > import com.google.common.base.Joiner; > > Has anyone tried the ansible docker image recently? Or seen this error? > > >
