Hi guys, I'm trying to run the wordcount example according to the quick start <https://beam.apache.org/get-started/quickstart-java/> but I got following error:
[INFO] ------------------------------------------------------------------------ [INFO] Building word-count-beam 0.1 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced [WARNING] The POM for org.apache.beam:beam-sdks-java-core:jar:0.1 is missing, no dependency information available [WARNING] The POM for org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:jar:0.1 is missing, no dependency information available [WARNING] The POM for org.apache.beam:beam-sdks-java-extensions-protobuf:jar:0.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.960 s [INFO] Finished at: 2017-08-16T14:14:42+08:00 [INFO] Final Memory: 18M/309M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project word-count-beam: Could not resolve dependencies for project org.example:word-count-beam:jar:0.1: The following artifacts could not be resolved: org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:jar:0.1, org.apache.beam:beam-sdks-java-extensions-protobuf:jar:0.1: Failure to find org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:jar:0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] Any idea? Thanks, Huafeng
