Skip to content

Instantly share code, notes, and snippets.

@lobster1234
Created August 16, 2017 03:48
Show Gist options
  • Save lobster1234/60a4422b398c029dca0e3ee452c5dd2a to your computer and use it in GitHub Desktop.
Save lobster1234/60a4422b398c029dca0e3ee452c5dd2a to your computer and use it in GitHub Desktop.
Nutch 2.x gora.properties file to support MongoDB
############################
# 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