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
