migration-tooling icon indicating copy to clipboard operation
migration-tooling copied to clipboard

generate_workspace does not work with spark artifact

Open jschenxiaoyu opened this issue 8 years ago • 3 comments
trafficstars

This issue is migrated from issue 2536 of bazel repository.

A minimal example to reproduce the problem:

bazel run //generate_workspace -- --artifact=org.apache.spark:spark-core_2.11:2.1.0

Description of the problem / feature request / question:

INFO: Running command line: bazel-bin/generate_workspace/generate_workspace '--artifact=org.apache.spark:spark-core_2.11:2.1.0'
Aug 31, 2017 3:55:51 PM com.google.devtools.build.workspace.maven.DefaultModelResolver getEffectiveModel
WARNING: Unable to resolve Maven model from https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0.pom: 1 problem was encountered while building the effective model for org.apache.spark:spark-core_2.11:2.1.0
[ERROR] 'dependencyManagement.dependencies.dependency.groupId' for ${jline.groupid}:jline:jar with value '${jline.groupid}' does not match a valid id pattern. @

jschenxiaoyu avatar Aug 31 '17 08:08 jschenxiaoyu

Anyone can help?

jschenxiaoyu avatar Sep 04 '17 06:09 jschenxiaoyu

I am having a similar issue, can we just manually include jline for now?

promiseofcake avatar Sep 20 '17 21:09 promiseofcake

Same problem

kerinin avatar Dec 18 '17 16:12 kerinin