marvin-engine-executor
marvin-engine-executor copied to clipboard
Marvin AI has been accepted into the Apache Foundation and is now available at https://github.com/apache/incubator-marvin
**Describe the bug** **Everit doesn't throw informative errors if the violation located Within a deeper hierarchy level** I have a json that I wan't to validate against a given schema....
In the log file: [INFO] [03/06/2018 16:23:45.049] [af_scoring_model-akka.actor.default-dispatcher-15] [akka://af_scoring_model/user/pipelineActor/artifactSaver] Copying files from /marv in-data/.artifacts/af_scoring_model/model to /tmp/marvin/af_scoring_model/v0.0.1/model/pipeline_c0c356ca-2252-49c2-8683-17f132eac6c0 392704 [af_scoring_model-akka.actor.default-dispatcher-15] INFO org.apache.hadoop.fs.FSInputChecker - Found checksum error: b[0, 4096]=785eecbd8757145db7ee8b39a1a8982 3e69cb3d2d0dd556d78cd01b302022a8a20c19c3020411014101505143180080650498e31e73f769fb5aa57552155ecf73be78c7bcf3ee7b247edf773758595abd66f3d73ceecbeb7d243e6c70 ... org.apache.hadoop.fs.ChecksumException: Checksum...
When an invalid protocol is passed to onlineAction(Predict), it triggers artifact file copy error and ArtifactSaver actor just restart himself without notify PredictorFSM. The PredictorFSM will refuse to process anothers...
Create a **http://localhost:port/health** service that just check is akka api is online. Once all health services actually check if artifact's are loaded in memory.
Starting the engine-executor and receiving a health check request the akka http raise the follow error: `[WARN] [03/05/2018 16:46:03.532] [af_scoring_model-akka.actor.default-dispatcher-18] [akka.actor.ActorSystemImpl(af_scoring_model)] Illegal request, responding with status '400 Bad Request': Request...
In our current system, when grpc server crashes, the engine-executor does not notice this automatically. This behavior confuses our users sometimes in the execution of some task. We need some...
Complement the travis configuration to deploy assembled jar to an s3 (public to read) bucket ...this action is made to allowed the download by the toolbox engine-httpserver command.
All online or batch actions must have this five states: - Unavailable, Reloading, Ready, Stopped and Terminatted the events and state changes are shown in the following state diagram: ...
Use this VM options to enable and disable admin connections: ``` -DmarvinConfig.enableAdmin=true -DmarvinConfig.adminPort=50100 -DmarvinConfig.adminHost=127.0.0.1 ``` - This manager actor must have access to all GenericHttpAPI actors to be possible to...