package data
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CreateSubmissionsError (message: String) extends HttpRequestError with Product with Serializable
-
sealed
trait
HttpRequestError
extends AnyRef
Created by Morozov Oleksandr on 6/15/17.
-
case class
Request
(action: ActionType, appArgs: Array[String], appResource: String, clientSparkVersion: String, environmentVariables: String, mainClass: String, sparkProperties: Map[String, String]) extends Product with Serializable
Created by Morozov Oleksandr on 6/14/17.
-
case class
Response
(action: ActionType, driverState: Option[State], serverSparkVersion: String, submissionId: String, success: Boolean, workerHostPort: Option[String], workerId: Option[String], message: Option[String]) extends Product with Serializable
Created by Morozov Oleksandr on 6/14/17.
- case class StatusSubmissionsError (message: String) extends HttpRequestError with Product with Serializable