aboutsummaryrefslogtreecommitdiffstats
path: root/pig/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-24 12:19:09 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-24 12:19:09 -0700
commitf50d4e081f7994a167c4974ee9d3f6e1f8eae478 (patch)
tree00cf69ffe345f7766e7477cb9b1f5f7448b4e4fb /pig/README.md
parent344531eb6a5cdd4ea15e4d82050368c5af0eafee (diff)
parent5340caad7b39ad29bba77d2a3e486db7a6b1977b (diff)
downloadsandcrawler-f50d4e081f7994a167c4974ee9d3f6e1f8eae478.tar.gz
sandcrawler-f50d4e081f7994a167c4974ee9d3f6e1f8eae478.zip
Merge branch 'bnewbold-match-quality'
Manually resolved merge conflict in: please
Diffstat (limited to 'pig/README.md')
-rw-r--r--pig/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/pig/README.md b/pig/README.md
index d14d2ae..df8ce68 100644
--- a/pig/README.md
+++ b/pig/README.md
@@ -12,12 +12,13 @@ by `fetch_deps.sh`) due to [dependency/jar issues][pig-bug] in local mode of
To run tests, you need Java installed and `JAVA_HOME` configured.
-Fetch dependencies (pig):
+Fetch dependencies (including pig) from top-level directory:
- ./fetch_deps.sh
+ ./fetch_hadoop.sh
-Write .pig scripts here, and add a pytho wrapper test to `./tests/` when done.
-Test vector files (input/output) can go in `./tests/files/`.
+Write `.pig` scripts in this directory, and add a python wrapper test to
+`./tests/` when done. Test vector files (input/output) can go in
+`./tests/files/`.
Run the tests with: