X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c29fc69a571bc2e4a4e450a09d94adbb305633bd..3f18ac306f64ef81a9173c6ae452a428ac816309:/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 a678083004..f5577f805b 100644 --- a/doc/user/tutorials/intro-crunch.html.textile.liquid +++ b/doc/user/tutorials/intro-crunch.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: userguide title: Introduction to Crunch ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The Arvados "Crunch" framework is designed to support processing very large data batches (gigabytes to terabytes) efficiently, and provides the following benefits: * Increase concurrency by running tasks asynchronously, using many CPUs and network interfaces at once (especially beneficial for CPU-bound and I/O-bound tasks respectively). @@ -18,7 +23,6 @@ To get the most value out of this section, you should be comfortable with the fo # Using a secure shell client such as SSH or PuTTY to log on to a remote server # Using the Unix command line shell, Bash # Viewing and editing files using a unix text editor such as vi, Emacs, or nano -# Programming in Python # Revision control using Git -We also recommend you read the "Arvados Platform Overview":https://arvados.org/projects/arvados/wiki#Platform-Overview for an introduction and background information about Arvados. +We also recommend you read the "Arvados Platform Overview":https://dev.arvados.org/projects/arvados/wiki#Platform-Overview for an introduction and background information about Arvados.