This repository was archived by the owner on Dec 15, 2025. It is now read-only.
add nutchindexing test case#335
Merged
carsonwang merged 17 commits intoIntel-bigdata:6.0from Oct 21, 2016
zybing:6.0
Merged
Conversation
merge branch bayes
merge from intel 6.0
carsonwang
reviewed
Oct 21, 2016
| <profile> | ||
| <id>nutch</id> | ||
| <modules> | ||
| <module>nutchindexing</module> |
Collaborator
There was a problem hiding this comment.
We can move this under profile websearch.
carsonwang
reviewed
Oct 21, 2016
| cp $NUTCH_ROOT/nutch/conf/nutch-site-mr1.xml $NUTCH_ROOT/nutch/conf/nutch-site.xml | ||
| elif [ $HADOOP_VERSION == "hadoop2" ]; then | ||
| cp $NUTCH_ROOT/nutch/conf/nutch-site-mr2.xml $NUTCH_ROOT/nutch/conf/nutch-site.xml | ||
| fi |
Collaborator
There was a problem hiding this comment.
We still need copy nutch-site.xml?
carsonwang
pushed a commit
to carsonwang/HiBench
that referenced
this pull request
Nov 7, 2016
* add bayes tests * add words resources * mahout version * modify bayes conf * modify gitignore * modify bayes hadoop run.sh * modify mahout opensource version * add nutchindexing module * modify nutch conf * nutchindxing conf * add prepare.sh * modify func and run.sh * move nutch to websearch * modify hadoopbench/pom/xml
carsonwang
pushed a commit
that referenced
this pull request
Nov 8, 2016
* add bayes tests * add words resources * mahout version * modify bayes conf * modify gitignore * modify bayes hadoop run.sh * modify mahout opensource version * add nutchindexing module * modify nutch conf * nutchindxing conf * add prepare.sh * modify func and run.sh * move nutch to websearch * modify hadoopbench/pom/xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add nuthindexing test case