You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yicong Huang (Jira)" <ji...@apache.org> on 2022/03/03 19:58:00 UTC

[jira] [Created] (ARROW-15842) Maven cannot find Arrow 7.0.0

Yicong Huang created ARROW-15842:
------------------------------------

             Summary: Maven cannot find Arrow 7.0.0
                 Key: ARROW-15842
                 URL: https://issues.apache.org/jira/browse/ARROW-15842
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
    Affects Versions: 7.0.0
            Reporter: Yicong Huang


When trying to install Arrow@7.0.0 with sbt:
{code:scala}
val arrowVersion = "7.0.0"
val arrowDependencies = Seq(
  // https://mvnrepository.com/artifact/org.apache.arrow/flight-grpc
  "org.apache.arrow" % "flight-grpc" % arrowVersion % "runtime",
  // https://mvnrepository.com/artifact/org.apache.arrow/flight-core
  "org.apache.arrow" % "flight-core" % arrowVersion
)
{code}

Got this error:
{code}
[warn] io problem while parsing ivy file: https://repo1.maven.org/maven2/org/apache/arrow/flight-core/7.0.0/flight-core-7.0.0.pom: Impossible to load parent for file:/Users/yicong-huang/.ivy2/cache/org.apache.arrow/flight-core/ivy-7.0.0.xml.original. Parent=org.apache.arrow#arrow-flight;7.0.0
[warn] 	module not found: org.apache.arrow#flight-core;7.0.0
[warn] ==== local: tried
[warn]   /Users/yicong-huang/.ivy2/local/org.apache.arrow/arrow-flight/7.0.0/ivys/ivy.xml
[warn] ==== public: tried
[warn]   https://repo1.maven.org/maven2/org/apache/arrow/arrow-flight/7.0.0/arrow-flight-7.0.0.pom
[warn] io problem while parsing ivy file: https://repo1.maven.org/maven2/org/apache/arrow/flight-grpc/7.0.0/flight-grpc-7.0.0.pom: Impossible to load parent for file:/Users/yicong-huang/.ivy2/cache/org.apache.arrow/flight-grpc/ivy-7.0.0.xml.original. Parent=org.apache.arrow#arrow-flight;7.0.0
[warn] 	module not found: org.apache.arrow#flight-grpc;7.0.0
[warn] ==== local: tried
[warn]   /Users/yicong-huang/.ivy2/local/org.apache.arrow/arrow-flight/7.0.0/ivys/ivy.xml
[warn] ==== public: tried
[warn]   https://repo1.maven.org/maven2/org/apache/arrow/arrow-flight/7.0.0/arrow-flight-7.0.0.pom
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	::          UNRESOLVED DEPENDENCIES         ::
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	:: org.apache.arrow#flight-core;7.0.0: not found
[warn] 	:: org.apache.arrow#flight-grpc;7.0.0: not found
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] 	Note: Unresolved dependencies path:
[warn] 		org.apache.arrow:flight-core:7.0.0 (/Users/yicong-huang/IdeaProjects/texera/core/amber/build.sbt#L239-240)
[warn] 		  +- edu.uci.ics:texera_2.12:0.1-SNAPSHOT
[warn] 		org.apache.arrow:flight-grpc:7.0.0 (/Users/yicong-huang/IdeaProjects/texera/core/amber/build.sbt#L239-240)
[warn] 		  +- edu.uci.ics:texera_2.12:0.1-SNAPSHOT
[error] stack trace is suppressed; run 'last update' for the full output
[error] stack trace is suppressed; run 'last ssExtractDependencies' for the full output
[error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: org.apache.arrow#flight-core;7.0.0: not found
[error] unresolved dependency: org.apache.arrow#flight-grpc;7.0.0: not found
[error] (ssExtractDependencies) sbt.librarymanagement.ResolveException: unresolved dependency: org.apache.arrow#flight-core;7.0.0: not found
[error] unresolved dependency: org.apache.arrow#flight-grpc;7.0.0: not found
[error] Total time: 3 s, completed Mar 3, 2022 11:49:14 AM
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)