We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check the log attached: in-memory-analytics.log
Environment: Ubuntu 21.04 inside QEMU 6.0 How to produce:
$ docker pull cloudsuitetest/in-memory-analytics:4.0 $ docker pull cloudsuitetest/movielens-dataset:4.0 $ docker create --name movielens-data cloudsuitetest/movielens-dataset:4.0 $ docker run --rm --volumes-from movielens-data cloudsuitetest/in-memory-analytics:4.0 \ /data/ml-latest-small /data/myratings.csv &> in-memory-analytics.log
The command to setup QEMU:
qemu-6.0.0/build/qemu-system-riscv64 \ -machine virt -nographic -m 16384 -smp 8 \ -bios image/bin/fw_jump.elf \ -kernel image/bin/uboot.elf \ -device virtio-net-device,netdev=eth0 -netdev user,id=eth0,hostfwd=tcp::55556-:22 \ -drive file=image/ubuntu-21.04-server-with-docker-second.qcow2,format=qcow2,if=virtio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check the log attached:
in-memory-analytics.log
Environment: Ubuntu 21.04 inside QEMU 6.0
How to produce:
The command to setup QEMU:
The text was updated successfully, but these errors were encountered: