Jensen

Results 85 comments of Jensen

@alexey-milovidov Hi, how can I resolve these failings, such as A Sync, Mergeable Check, PR Check. Could you help me?

> Hi @xiedeyantu , could you try `setup_demo.sh --mac-aarch64` on M1 Macbook? Sorry, there is also some erros, following: ``` image with reference docker.io/wurstmeister/kafka:2.12-2.0.1 was found but does not match...

> @xiedeyantu Did you tried using `--mac-aarch64`, Are you still facing this error with that flag? yes

> @xiedeyantu you'll need to first stop the demo with `stop_demo.sh` and `stop_demo.sh --mac-aarch64` to shutdown all existing instances and restart the demo from fresh with `setup_demo.sh --mac-aarch64`. Let us...

> @xiedeyantu Can you tell us which version you are using? What command you ran for maven build? Also if possible mentioned detailed steps which will help us to either...

> @ad1happy2go could you share me the maven build command?

> @xiedeyantu Follow the doc, it has mvn build command also. https://hudi.apache.org/docs/docker_demo/ > > you can use this to build faster - mvn -T 2C clean package -DskipTests It can...

> You don't need to build local images to run docker. setup_demo.sh will pull the docker images it needs. @xiedeyantu Just build the hudi and run setup_demo @ad1happy2go Some images...