uccross / skyhookdm-arrow

Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.
https://arrow.apache.org
Apache License 2.0
10 stars 7 forks source link

[Doc] Fix the deploy_ceph script example in benchmark.md #203

Closed JayjeetAtGithub closed 3 years ago

JayjeetAtGithub commented 3 years ago

Change

./deploy_ceph.sh mon1,mon2,mon3 osd1,osd2,osd3 mds1 mgr1

to

./deploy_ceph.sh mon1,mon2,mon3 osd1,osd2,osd3 mds1 mgr1 /dev/sdb 3
JayjeetAtGithub commented 3 years ago

Also change,

./deploy_data.sh datasets/128MB.parquet /mnt/cephfs/dataset 100 134217728

to

./deploy_data.sh datasets/128MB.parquet /mnt/cephfs/dataset 240 134217728
JayjeetAtGithub commented 3 years ago

Also, add a

cd ..

after

git lfs pull