[
https://issues.apache.org/jira/browse/LIVY-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-611:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Unit Test and Integration Test failed when livy compile in Windows environment
> ------------------------------------------------------------------------------
>
> Key: LIVY-611
> URL: https://issues.apache.org/jira/browse/LIVY-611
> Project: Livy
> Issue Type: Bug
> Components: Build
> Affects Versions: 0.7.0
> Reporter: dockerzhang
> Priority: Minor
> Fix For: 0.10.0
>
>
> Unit Test and Integration Test will fail if compile under Windows os, it may
> be related to spark-summit command, which can not execute in Windows
> environment.
> {code:java}
> *** RUN ABORTED *** (1 second, 211 milliseconds)
> java.lang.RuntimeException: Unable to load a Suite class that was
> discovered in the runpath: org.apache.livy.thriftserver.HttpThriftServerSuite
> at
> org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:84)
> at
> org.scalatest.tools.DiscoverySuite$$anonfun$1.apply(DiscoverySuite.scala:38)
> at
> org.scalatest.tools.DiscoverySuite$$anonfun$1.apply(DiscoverySuite.scala:37)
> at
> scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
> at
> scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
> at scala.collection.Iterator$class.foreach(Iterator.scala:891)
> at scala.collection.AbstractIterator.foreach(Iterator.scala:1334)
> at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
> at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
> at scala.collection.TraversableLike$class.map(TraversableLike.scala:234)
> ...
> Cause: java.io.IOException: Cannot run program
> "E:\git-dockerzhang\incubator-livy\thriftserver\server\target/spark-2.2.0-bin-hadoop2.7\bin\spark-submit":
> CreateProcess error=193,
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)