During GVO, I ran into the following warning message (*maven.jenkins.cloudera.com <http://maven.jenkins.cloudera.com>: Name or service not known*) and eventually hit a compilation failure eventually. Not sure if anyone has run into this failure or if the warning message is a concern:
[WARNING] Failure to transfer net.minidev:json-smart/maven-metadata.xml from http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/ was cached in the local repository, resolution will not be reattempted until the update interval of cdh.cauldron.repo has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to cdh.cauldron.repo (http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/): maven.jenkins.cloudera.com: Name or service not known [WARNING] Failure to transfer net.minidev:json-smart/maven-metadata.xml from http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/ was cached in the local repository, resolution will not be reattempted until the update interval of cdh.cauldron.repo has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to cdh.cauldron.repo (http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/): maven.jenkins.cloudera.com: Name or service not known [WARNING] Failure to transfer net.minidev:json-smart/maven-metadata.xml from http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/ was cached in the local repository, resolution will not be reattempted until the update interval of cdh.cauldron.repo has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to cdh.cauldron.repo (http://maven.jenkins.cloudera.com:8081/artifactory/cauldron-latest-snapshot-local/): maven.jenkins.cloudera.com: Name or service not known [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/ubuntu/Impala/fe/generated-sources/gen-java/org/apache/impala/analysis/ParquetHelper.java:[53,1] duplicate class: org.apache.impala.analysis.ParquetHelper [ERROR] /home/ubuntu/Impala/fe/generated-sources/gen-java/org/apache/impala/thrift/TMetadataOpRequest.java:[59,44] cannot find symbol symbol: class TGetInfoReq location: package org.apache.hive.service.cli.thrift [ERROR] /home/ubuntu/Impala/fe/generated-sources/gen-java/org/apache/impala/thrift/TMetadataOpRequest.java:[60,44] cannot find symbol symbol: class TGetTypeInfoReq location: package org.apache.hive.service.cli.thrift [ERROR] /home/ubuntu/Impala/fe/generated-sources/gen-java/org/apache/impala/thrift/TMetadataOpRequest.java:[61,44] cannot find symbol symbol: class TGetCatalogsReq location: package org.apache.hive.service.cli.thrift [ERROR] /home/ubuntu/Impala/fe/generated-sources/gen-java/org/apache/impala/thrift/TMetadataOpRequest.java:[62,44] cannot find symbol symbol: class TGetSchemasReq location: package org.apache.hive.service.cli.thrift
