You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: