runzhiwang commented on a change in pull request #221: [LIVY-519]Fix travis failed on should
kill yarn app
URL: https://github.com/apache/incubator-livy/pull/221#discussion_r319793483
##########
File path: server/src/main/scala/org/apache/livy/utils/SparkYarnApp.scala
##########
@@ -209,7 +209,7 @@ class SparkYarnApp private[utils] (
.getOrElse(IndexedSeq.empty)
}
- private def isRunning: Boolean = {
+ def isRunning: Boolean = {
Review comment:
okay
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|