Created
August 16, 2017 03:48
-
-
Save lobster1234/60a4422b398c029dca0e3ee452c5dd2a to your computer and use it in GitHub Desktop.
Nutch 2.x gora.properties file to support MongoDB
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
############################ | |
# MongoDBStore properties # | |
############################ | |
gora.datastore.default=org.apache.gora.mongodb.store.MongoStore | |
gora.mongodb.override_hadoop_configuration=false | |
gora.mongodb.mapping.file=/gora-mongodb-mapping.xml | |
gora.mongodb.servers=localhost:27017 | |
gora.mongodb.db=nutchdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment