You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "dockerzhang (JIRA)" <ji...@apache.org> on 2019/07/22 07:39:00 UTC

[jira] [Created] (LIVY-611) Unit tests and integration tests failed when compile in Windows environment

dockerzhang created LIVY-611:
--------------------------------

             Summary: Unit tests and integration tests failed when 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


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
(v7.6.14#76016)