captainzmc removed a comment on issue #238: [LIVY-689] Deliver stage process 
message to the end user using thriftserver
URL: https://github.com/apache/incubator-livy/pull/238#issuecomment-536476557
 
 
   Hi @huianyi ,I have saw the ERROR in your uts. The root cause of your UT 
failure is:
   Can't find  class ConcurrentBoundedLinkedQueue in thriftserver .
   
   You can avoid this error by adding the following code in 
thriftserver/session/pom.xml:
   <dependency>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-core_${scala.binary.version}</artifactId>
     <version>${project.version}</version>
     <scope>provided</scope>
   </dependency>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to