Patrick Ames
Patrick Ames
Any updates? My team is interested in running [Ray](https://github.com/ray-project/ray) on Firecracker, but the current lack of GPU support would erode the value of doing so.
@jennakwon06 - make sure to add the following line to your autoscaler config to prevent default setup_commands from [default.yaml](https://github.com/amzn/amazon-ray/blob/main/python/ray/autoscaler/aws/defaults.yaml#L114-L115) (which may differ depending on the version of ray installed on...
@jennakwon06 - could you try including `use_internal_ips: True` in the `provider` section of your autoscaler config and ensure that it allows you to run `ray up` successfully without assigning a...
An example showing how to specify multiple candidate instance types can be seen at: https://github.com/amzn/amazon-ray/blob/main/python/ray/autoscaler/aws/example-multi-node-type.yaml Out of curiosity, did you specify any quantity for `min_workers` in your autoscaler config? I...
@jennakwon06 - I think you may be one of the first people to really experiment with custom EFS mounts together with docker images. If you're able to get it working,...
Hi @pprokevin - apologies for the late response here, but I'm actively working on an initial implementation of the DeltaCAT APIs for Apache Iceberg which should also come with (1)...
Hi @jhchee - you can see some of the latest updates related to integrating DeltaCAT with Iceberg in my branch at https://github.com/pdames/deltacat/tree/iceberg, and we're starting to more actively test this...
> Created https://docs.google.com/document/d/12gOzicYxXUgfCWuqg62ll9cRBIkld5RoVT8nrLZK1TY/edit# Added clarifying comments in doc - let me know if anything requires additional clarification.
From https://github.com/ray-project/deltacat/pull/70: > ... the current contract of compaction assumes that each round must be able to compact at least one delta. To work with extremely large deltas we'll need...
Initial distributed join integration testing will depend on completion of: https://github.com/ray-project/deltacat/issues/190