Hi Bharath, Thanks for the interest in Metron! Is this continuing to be a problem for you? It looks like the maven repo hosting that jar may have been temporarily unavailable. I just tried the URL locally and it appears to be working.
Downloaded -> http://packages.confluent.io/maven/io/confluent/kafka-avro-serializer/1.0/kafka-avro-serializer-1.0.jar {13:49}~ ➭ jar tvf kafka-avro-serializer-1.0.jar 0 Tue Feb 24 19:49:38 MST 2015 META-INF/ 131 Tue Feb 24 19:49:36 MST 2015 META-INF/MANIFEST.MF 0 Tue Feb 24 19:49:36 MST 2015 io/ 0 Tue Feb 24 19:49:36 MST 2015 io/confluent/ 0 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/ 0 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/formatter/ 0 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/ 4126 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/formatter/AvroMessageFormatter.class 6602 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/formatter/AvroMessageReader.class 3550 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/AbstractKafkaAvroDeserializer.class 3540 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/AbstractKafkaAvroSerDe.class 3388 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/AbstractKafkaAvroSerializer.class 1688 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/KafkaAvroDecoder.class 2240 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/KafkaAvroEncoder.class 2373 Tue Feb 24 19:49:36 MST 2015 io/confluent/kafka/serializers/KafkaAvroSerializer.class 0 Tue Feb 24 19:49:38 MST 2015 META-INF/maven/ 0 Tue Feb 24 19:49:38 MST 2015 META-INF/maven/io.confluent/ 0 Tue Feb 24 19:49:38 MST 2015 META-INF/maven/io.confluent/kafka-avro-serializer/ 1445 Tue Feb 24 19:49:24 MST 2015 META-INF/maven/io.confluent/kafka-avro-serializer/pom.xml 116 Tue Feb 24 19:49:38 MST 2015 META-INF/maven/io.confluent/kafka-avro-serializer/pom.properties Best, Michael Miklavcic On Thu, Jul 27, 2017 at 10:47 AM, bharath phatak <[email protected]> wrote: > Hi All, > > I followed the instructions mentioned > https://cwiki.apache.org/confluence/display/METRON/Metron+Development+ > Environment+Setup+Instructions > > clone git repository and opened the project in intelIj. > > While running "mvn -DskipTests clean install" , i am getting below error. > > [ERROR] Failed to execute goal on project metron-writer: Could not resolve > dependencies for project org.apache.metron:metron-writer: > > jar:0.4.1: The following artifacts could not be resolved: > io.confluent:kafka-avro-serializer:jar:1.0, io.confluent:kafka-schema-regi > > stry-client:jar:1.0: Could not transfer artifact > io.confluent:kafka-avro-serializer:jar:1.0 > from/to confluent (http://packages.confl > > uent.io/maven): Failed to transfer file: http://packages.confluent.io/ > maven/io/confluent/kafka-avro-serializer/1.0/kafka-avro-serial > > izer-1.0.jar. Return code is: 503 , ReasonPhrase:Service Unavailable. -> > [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > DependencyResolutionException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > command > > [ERROR] mvn <goals> -rf :metron-writer > > > > Please can some one help me resolving above issue. > > > Thanks, > > Bharath >
