X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cf7e30873ef4b92cc8ec099b2bb344391a070e93..a8ebe9f478e897334af0fcda79704de77c4dcea6:/doc/user/tutorials/intro-crunch.html.textile.liquid diff --git a/doc/user/tutorials/intro-crunch.html.textile.liquid b/doc/user/tutorials/intro-crunch.html.textile.liquid index 46b4d6c754..e3eca1649d 100644 --- a/doc/user/tutorials/intro-crunch.html.textile.liquid +++ b/doc/user/tutorials/intro-crunch.html.textile.liquid @@ -4,7 +4,7 @@ navsection: userguide title: Introduction to Crunch ... -In "getting data from Keep,":tutorial-keep.html#arv-get we downloaded a file from Keep and did some computation with it (specifically, computing the md5 hash of the complete file). While a straightforward way to accomplish a computational task, there are several obvious drawbacks to this approach: +In "getting data from Keep,":tutorial-keep.html#arv-get we downloaded a file from Keep and did some computation with it (specifically, computing the MD5 hash of the complete file). While a straightforward way to accomplish a computational task, there are several obvious drawbacks to this approach: * Large files require significant time to download. * Very large files may exceed the scratch space of the local disk. * We are only able to use the local CPU to process the file.