Skip to content
New issue

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

Stack Overflow Error of In-memory-analytics on RISC-V #323

Open
xusine opened this issue Aug 2, 2021 · 0 comments
Open

Stack Overflow Error of In-memory-analytics on RISC-V #323

xusine opened this issue Aug 2, 2021 · 0 comments
Labels
risc-v Issues related to running benchmark on risc-v platform

Comments

@xusine
Copy link
Contributor

xusine commented Aug 2, 2021

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
@xusine xusine added the risc-v Issues related to running benchmark on risc-v platform label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
risc-v Issues related to running benchmark on risc-v platform
Projects
None yet
Development

No branches or pull requests

1 participant