Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to create binary from source code #199

Open
mostrovoi opened this issue Apr 6, 2021 · 0 comments
Open

Error when trying to create binary from source code #199

mostrovoi opened this issue Apr 6, 2021 · 0 comments

Comments

@mostrovoi
Copy link

mostrovoi commented Apr 6, 2021

I tried to install binary following instructions. From main branch I do the following:

build/sbt package

and I get the following error:

[info] Compiling 67 Scala sources to /home/mostro/workspace/nokia/alluxio/alluxiotest/spark-sql-perf/target/scala-2.12/classes...
sbt.InvalidComponent: Could not find required component 'xsbti'
at sbt.ComponentManager.invalid(ComponentManager.scala:57)
at sbt.ComponentManager.sbt$ComponentManager$$notFound$1(ComponentManager.scala:34)
at sbt.ComponentManager.sbt$ComponentManager$$createAndCache$1(ComponentManager.scala:37)
at sbt.ComponentManager$$anonfun$sbt$ComponentManager$$fromGlobal$1$1.apply(ComponentManager.scala:27)
at sbt.ComponentManager$$anonfun$sbt$ComponentManager$$fromGlobal$1$1.apply(ComponentManager.scala:26)
at sbt.ComponentManager$$anon$1.call(ComponentManager.scala:50)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:45)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)

tried removing ~/.m2 ~/.ivy2 and the same error still pops up

Spark version is 3.0.2
Java version is openjdk 1.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant