Pankaj Gupta
Pankaj Gupta
Thanks for your request. There should be a demo video very soon, it's in the works. Meanwhile, you could look at the deploy guides in the docs for [AWS](https://truss.baseten.co/deploy/aws), [GCP](https://truss.baseten.co/deploy/gcp),...
Afaict, it shouldn't be very hard to support SageMaker, it would just require going one level deeper in the Truss design. Truss creates a standardized model representation that can be...
When we create the truss handle we also create the truss_spec, which reads in the config. This config in truss_handle would go out of sync when the config.yaml is modified...
Let me start a sandbox for this. I'll let someone else in the team evaluate the results, perhaps @fwbrasil
Actually something seems broken in my set up, I'm unable to publish to internal maven. I'll let someone else in the team run the sandbox tomorrow.
+1 to hit being documented. I looked around and couldn't figure out what it's meant for either. @sritchie any idea?
Summingbird can integrate with any data store exposed as a Storehaus store, which is basically a trait used to represent a Key Value store. Looks like such stores for HBase...
Curios what this PR is waiting on. @johnynek @ben-adazza is this ok to merge? Asking because there is some overlap with the other PR around scala 2.12 upgrade.
I added a few named option tests for scalding including for this case. This bug doesn't seem to affect scalding platform.
Added a proposed fix, which is a single word change in StormPlatform's get function. The explanation is a bit complex though and follows: The way node members are stored in...