X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f213d98b1c6bfd66d34734ac6e1059b759d005ac..73620270027477e349cd6a15ce520ab0e0b6886f:/doc/user/intro-jobs.textile diff --git a/doc/user/intro-jobs.textile b/doc/user/intro-jobs.textile index 032ebf9950..98a37d7b34 100644 --- a/doc/user/intro-jobs.textile +++ b/doc/user/intro-jobs.textile @@ -39,15 +39,21 @@ h3. Developing and testing job scripts Usually, it makes sense to test your job script locally on small data sets. When you are satisfied that it works, commit it to the git repository and run it in Arvados. -Save your job script (say, @foo@) in @{git-repo}/crunch_scripts/foo@ +Save your job script (say, @foo@) in @{git-repo}/crunch_scripts/foo@. + +Make sure you have @ARVADOS_API_TOKEN@ and @ARVADOS_API_HOST@ set correctly ("more info":api-tokens.html). Test your function:
-read -rd "\000" newjob <
+export KEEP_LOCAL_STORE=/tmp
+
+ +Use the Perl SDK libraries directly from the arvados source tree. + +
+export PERLLIB=/path/to/arvados/sdk/perl/lib
+