Chad Lagore

Results 23 comments of Chad Lagore

I did not expect incompatibilities either. Still learning about this. This [image](https://hub.docker.com/r/chadlagore/inertia-arm/), compiled on AMD h/w, using `arm64v8/alpine` base image throws the same error. I'll try build the image on...

I've been able to run the inertia daemon image on the Pi itself by simply building the image locally on that hardware. It looks like this may be possible to...

With a small diff on your travis scripts I think I can get it to build and push a separate image—if it works you don't have two separate daemon deployment...

New complication: the `docker/compose` image isn't built for ARM hardware (obviously 😅).

Meli: ``` ubuntu@ubuntu:~/alfred$ curl -sfL https://raw.githubusercontent.com/komuw/meli/master/install.sh | sh komuw/meli crit platform linux/armv7 is not supported. Make sure this script is up-to-date and file request at https://github.com/komuw/meli/issues/new ```

Currently building that Dockerfile :+1:

I ran into this as well @gopi-t2s - were you able to make it work? I was unsure if pyspark was going to be supported for this,

We'd like this as well. We've used a worker thread that calls `SubscribeToStream` and populates an in-memory queue for the micro-batch consumer to access. This implementation is in Python today...

@itsvikramagr this is tested against streams with >1k shards which forces paging on the Kinesis API

Yeah, the alternative is that `maxReadTimeInMs` is ignored and the application will continually call and get throttled against the Kinesis read API. I think the appropriate fix is to migrate...