This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
MAHOUT_HOME=../mahout-svn |
| 2 |
HADOOP_HOME=../hadoop-0.20.2 |
| 3 |
HADOOP_CONF_DIR=$(HADOOP_HOME)/conf |
| 4 |
|
| 5 |
mahoutdict: luceneindex/segments.gen |
| 6 |
HADOOP_HOME=$(HADOOP_HOME) HADOOP_CONF_DIR=$(HADOOP_CONF_DIR) $(MAHOUT_HOME)/bin/mahout lucene.vector --dir luceneindex --output mahoutindex --field text --dictOut mahoutdict --idField tweet_id |
| 7 |
|
| 8 |
maven-classpath.txt: pom.xml |
| 9 |
mvn generate-sources |